Forum Discussion

Jayasudha_37840's avatar
Jayasudha_37840
Icon for Nimbostratus rankNimbostratus
Feb 27, 2019

Application accessible Issue

One application is not able to access it through the URL but through the application server IP(where the application is hosted), able to access it.

 

While doing Curl -v , i am get below error:

 

SSL read: error:00000000:lib(0):func(0):reason(0), errno 104 * Closing connection 0

 

The ssl termination is also fine.

 

The Vs, node and pool everything is up and running.

 

Please suggest me what would be the issue?

 

4 Replies

  • If I understand well, both virtual server and backend server are listening on https!

     

    So you must have configure ssl bridging (both server ssl and client ssl profiles are assigned to the VS) and not SSL Offloading (only client ssl profile, no serverssl profile)

     

  • Hi Jayasudha,

     

    For configure SSL bridging you need to create SSL client & server on profiles, and put them on VS Configuration (SSL Profile (Client) & SSL Profile (Server)).

     

    Regards

     

  • Did you configure source address translation? This is required if the server default route is not the BigIP.

     

    In the virtual server configuration, select source address translation : automap

     

    The serverside connections will have floating ip (if configured) when monitors uses self ips. If there are firewalls between bigip and servers, self ips + floating ip must be allowed to access servers.

     

  • Please don’t accept any answer until your problem is solved!

     

    Experts who see a question solved won’t read it, so won’t help you! ;-)