Login  
Search All Forums
Dart Home | PowerTCP Web for ActiveX | Custom Development Reply | PowerTCP Web for ActiveX Topics | Forums   
AuthorForum: PowerTCP Web for ActiveX
Topic: The function is unfamiliar with the Certificate Authority ...
david228

From: Sydney, Australia
Posts: 3
Member Since: 02/26/02
posted February 22, 2005 2:53 AM

One of our clients received following error when try to connect to the internet:

-------------
The function is unfamiliar with the Certificate Authority that generated the server's certificate.
-------------

the same program has been using by hundreds of clients without any problem. I have searched on the Google, there are a few people have the same problem, but no one can provide any help or information on how to fix it.

Is any one can help for this?
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted February 22, 2005 8:48 AM

Your client does not have the certificate authority that issued your certificate in the list of Trusted Authorities.

To ignore this use the Security property of the Web control:

Web1.Security = httpIgnoreUnkCertAuth

You can also add other "ignores" like this:

Web1.Security = httpIgnoreUnkCertAuth + httpIgnoreCertNameCheck

Reply | PowerTCP Web for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX