we have put our gsoap stubs c++ into a custom dynamic library, linked and built it against our main program.
When i use a https call i get ERROR_SYSCALL from openssl and see that it fails in the SSL_Connect.
The exact error is:
sk_sort:0xb6cc1680
SOAP 1.2 fault SOAP-ENV:Receiver [no subcode]
"SSL_ERROR_SYSCALL
Error observed by underlying SSL/TLS BIO: Connection reset by peer"
Detail: SSL_connect error in tcp_connect()
If i use the same code directly in our main program it works without any problem...
What am I missing ? our custom library is dynamic and linking also openssl dynamically...
With kind regards