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
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
> 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
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
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
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
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.