Forum Discussion

christhinks_103's avatar
christhinks_103
Icon for Nimbostratus rankNimbostratus
Aug 14, 2008

indy https request

We have move to new Load balancer this month.

 

Some program were using indy to connect to the https web page.

 

If the indy directly connect to the IIS server, the https is work.

 

But if Indy connect to Load balancer, it shows "error connecting with SSL"

 

 

Any setting I can do on the load balancer?

 

  • When I run the code

     

    FTokenStr := Trim(fClientHttp.HTTPClientGetString(lGet));

     

     

    The actual link generated is https://www.idhome.com.hk/idmember/GetToken.asp?

     

     

    And then, there is an error

     

    The error message is " Project prjExportCSV.exe raised exception class EldOSSLConnectError with message "Error connecting with SSL". process stopped.

     

     

    If I connect directly to the IIS server, there is no problem.

     

    But if I connect to the load balancer, the error occured.

     

     

    Please help
  • James_Quinby_46's avatar
    James_Quinby_46
    Historic F5 Account
    Couple of questions...

     

     

    Are you terminating SSL on the LTM or passing the requests through and terminating SSL on the application server?

     

     

    Have you tried connecting to other SSL sites with your code to see what happens?
  • Dear,

     

     

    Thank you very much on your reply.

     

    I don't know I am terminating on the LTM or not.

     

    I have set a client SSL profiles in the Virtual server setting, And I have added the Cert in SSL certificates.

     

     

    I have try this code on the server its own pointing to itself. It works...

     

    But when I point to load balancer, it not.

     

     

    I would like to ask whether I can set the bit of encryption on Load balancer? Any backward compatiblity?

     

     

    And how to set a pass through SSL terminate in application server?

     

     

    Thanks again for your reply.