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