Re: [twsocket] SSL Handshake failing

2013-10-02 Thread Jon Robertson
Agnus: << I always like to log the SSL version and DLL file name when an application starts, to avoid surprises. >> Arno: << One can never be sure. For instance, I have SpeedFan running from AutoStart on my old XP box which loads the OpenSSL DLLs found in System32 directory. My ICS app. with OpenS

Re: [twsocket] SSL Handshake failing

2013-10-01 Thread Arno Garrels
On Tuesday, October 01, 2013 4:00 PM [GMT+1=CET], Jon Robertson wrote: > Yes, the applications are using the same version of the DLLs. Very > odd that two separate applications on the same machine attempting to > connect to the same URL, and one receives a response like "this URL > doesn't suppor

Re: [twsocket] SSL Handshake failing

2013-10-01 Thread Angus Robertson - Magenta Systems Ltd
> Yes, the applications are using the same version of the DLLs. Are the DLLs in the same directory as the application? If not, Windows will go searching the environment path and may find old or corrupted SSL DLLs. I always like to log the SSL version and DLL file name when an application start

Re: [twsocket] SSL Handshake failing

2013-10-01 Thread Jon Robertson
Yes, the applications are using the same version of the DLLs. Very odd that two separate applications on the same machine attempting to connect to the same URL, and one receives a response like "this URL doesn't support SSL". Any suggestions for additional testing? Obviously the server does supp

Re: [twsocket] SSL Handshake failing

2013-09-28 Thread Arno Garrels
On Saturday, September 28, 2013 2:24 PM [GMT+1=CET], Arno Garrels wrote: > On Friday, September 27, 2013 11:05 PM [GMT+1=CET], > Jon Robertson wrote: > >> We have ICS SSL components in a DLL that we call from multiple >> applications. From each application, we're connecting to the exact >> same

Re: [twsocket] SSL Handshake failing

2013-09-28 Thread Arno Garrels
On Friday, September 27, 2013 11:05 PM [GMT+1=CET], Jon Robertson wrote: > We have ICS SSL components in a DLL that we call from multiple > applications. From each application, we're connecting to the exact > same URL via HTTP Post. On one specific machine, one application > consistently works w

[twsocket] SSL Handshake failing

2013-09-27 Thread Jon Robertson
We have ICS SSL components in a DLL that we call from multiple applications. From each application, we're connecting to the exact same URL via HTTP Post. On one specific machine, one application consistently works while the other specifically fails. Below is the IcsLog when the connection fails.