Rank: Newbie Groups: Member
Joined: 2/3/2017 Posts: 1
|
Hi,
I'm getting an error code -135 when I try to send a X509Certificate2 certificate from "EO.WebBrowser.WebView". I can't find any documentation on this error code and it is not in the "EO.WebBrowser.ErrorCode" enum.
Anybody know what the error code 135 means?
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hello,
This error code means the certificate you provided does not contain private key. For client certificate, you must have private key so that the browser engine can use it to encrypt data (which the server will use the certificate's public key to decrypt).
Thanks!
|