Hello

Currently I have implemented a TLS client. This application is encountering a 
communication issue when using a new third party server. I am setting the cert 
file, private key file, password and ca file. In this configuration the 
handshake is not performed. Currently I am using ICS v6 with OPENSSL v1.0.0d, 
but also a version of the client with ICS v8 and v1.0.0j. With both builds of 
the application the behavior is the same. 
Using the OPENSSL (v1.0.0d) tool I created a server (openssl s_server command) 
using the same .pem certificates. With my client I then successfully 
communicated with this OPENSSL server.
Using the OPENSSL (v1.0.0d) tool I created a client call (openssl s_client 
command) to the third party server and it seems that it was successful.


I then proceeded to set the CAPath and now the communication seems to be in 
place. The only problem is that in this case the server does not encounter/log 
any successful calls from my side. I also tested the server with a .NET client 
which uses the same certificate but from windows store and the server logs the 
activity.

Please let me know if you have any pointers/indications that can help me in 
debugging the communication issue.

Thank you in advance.

Kind Regards,
Marius
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to