-
Hi, I tried to run sample code to run server, with command But kept getting error ConfigurationLoadCredential failed, 0xbebc212! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 16 replies
-
Just to verify, you're running linux, right? And do you have the exact code you used to generate a certificate? That way we can try reproducing the issue. Its possible its an issue with the certificate. |
Beta Was this translation helpful? Give feedback.
-
What exactly is the right way to generate the certificates on Windows for these two files? I've tried the Google script mentioned above as well as doing it the |
Beta Was this translation helpful? Give feedback.
-
#1151 adds some documentation on the sample on how to create self signed certificates for both Linux and Windows, for OpenSSL and Schannel providers. Hopefully that helps with some of these issues, and allows creating certificates that are known to work. |
Beta Was this translation helpful? Give feedback.
-
I add the info here about how to make it work. |
Beta Was this translation helpful? Give feedback.
#1151 adds some documentation on the sample on how to create self signed certificates for both Linux and Windows, for OpenSSL and Schannel providers. Hopefully that helps with some of these issues, and allows creating certificates that are known to work.