Your answer is the error...CERT_E_UNTRUSTEDROOT...if you are using a self signed certificate the client must trust that certificate or else it can't connect.
Make sure that the client does not get any certificate errors by importing the certificate into the clients trusted root certificate store under the "Computer" certificate store and you should have no problems.
markh21
1 Rookie
•
98 Posts
1395
1
Posted January 30th, 2011 04:00
Your answer is the error...CERT_E_UNTRUSTEDROOT...if you are using a self signed certificate the client must trust that certificate or else it can't connect.
Make sure that the client does not get any certificate errors by importing the certificate into the clients trusted root certificate store under the "Computer" certificate store and you should have no problems.