Hi
We were trying to extablish https connection and we are using 2 SSL certificates in that flow.
Hardware Load balancer ->IIS -> Hardware Load balancer -> Weblogic
From first HLB to IIS port used is 443
From IIS to second HLB is 4043
From second HLB to weblogic, it is 4043.
Weblogic uses a PKI certificate, Hardware Load balancer and IIS uses Verisign certificate.
https connection is working from First load blalcer to IIS, from IIS to second load balancer and weblogic , https is failing. Please find the iisproxy logs.
WARN: GetSessionCallback: No session match found
Partial read socket: 2692
SSLWrite sent 0
Partial read socket: 1380
SSLWrite sent 0
INFO: SSL certificate chain validation failed: -6986
trusted certs = 1
dumping cert chain
commonName is myorg Root CA
commonName is myorgIntranet Intermediate 10
commonName is myorg Intranet Issuing 200
commonName is test.myorg.com
WARN: DeleteSessionCallback: No match found!!
ERROR: SSLWrite failed
SEND failed (ret=-1) at 805 of file ..\nsapi\.\URL.cpp
*******Exception type [WRITE_ERROR_TO_SERVER] raised at line 806 of ..\nsapi\.\URL.cpp
Marking test.myorg.com:4043 as bad
Exception occurred for backend host 'test.myorg.com/4043/0' while sending request : 'WRITE_ERROR_TO_SERVER [os error=0, line 806 of ..\nsapi\.\URL.cpp]: '
got exception in sendRequest phase: WRITE_ERROR_TO_SERVER [os error=0, line 806 of ..\nsapi\.\URL.cpp]: at line 1019; last_error 0
INFO: Closing SSL context
Failing over after WRITE_ERROR_TO_SERVER exception in sendRequest()
request [/test] did NOT process successfully ..................