NetTalk Central

The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: Alberto on November 23, 2010, 08:34:32 AM

Title: Problem with SOAP and SSL server certificate
Post by: Alberto on November 23, 2010, 08:34:32 AM
Hi,
I´m trying to conect with a web service server, wich uses SSL.
They send us a certificate to import to the IE
If I import it and test the following page in IE it works OK

https://wsqacfe.interfacturas.com.ar/ws/TestWebService?WSDL

When I try to read it with the DEMO app, I cant do it.

Attached goes the .cer file (zipped)

I´ve tried all possible combinations, even adding entry controls to define the Certificate and the private key file but nothing...
I allways get errors like: The SSL Remote Certificate Failed Verification or timeout errors.

Any idea of how to read this page with this certificate?

Thanks
Alberto



[attachment deleted by admin]
Title: Re: Problem with SOAP and SSL server certificate
Post by: Flint G on March 14, 2011, 09:38:50 AM
Alberto,

Here is my suggestion: Mark the "DontVerifyRemoteCertificateWithCARoot" property as FALSE or Zero (0).  This should cause NetTalk to accept the page with its certificate regardless of whether it recognizes the Certification Authority's signature.

I would leave the "DontVerifyRemoteCertificateCommonName" property set to TRUE or one (1) since the CommonName is really what the certificate is verifying in the first place.

Does this help?

Regards,
Flint