Problems with self-signed SSL certificate for SSTP in Windows Server Foundation 2008
Posted
by
John Barton
on Server Fault
See other posts from Server Fault
or by John Barton
Published on 2011-03-10T19:24:41Z
Indexed on
2012/09/13
3:41 UTC
Read the original article
Hit count: 1032
I am trying to configure SSTP in Windows Server Foundation 2008. I want to use a self-signed SSL certificate to do authentication. When the server is running, I get the following error when trying to connect:
0x800B0109: A certificate chain processed, but terminated in a root certificate that is not trusted by the trust provider.
I created the self-signed certificate in the IIS "Server Certificates" panel. From that panel, I exported the certificate, with the private key, to a .pfx file. I installed this certificate on the client computer which I tried to connect from. The certificate bound to the SSL listener in the RRAS->Security panel is present in the Trusted Root Certificate Authority stores on both machines.
I've been getting super annoyed setting up certificates. Any advice here?
© Server Fault or respective owner