You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error code is being returned by the SFSClientTool when using an accountId that does not exist. Result code: ConnectionUnexpectedError. Message: schannel: SNI or certificate check failed: SEC_E_WRONG_PRINCIPAL (0x80090322) - The target principal name is incorrect.
We should consider if this Curl error can be directly related to the accountId and transformed into a clearer message.
The text was updated successfully, but these errors were encountered:
When the certificate is not correct but endpoint is, it will also fail with CURLE_PEER_FAILED_VERIFICATION, but message "SSL certificate problem: unable to get local issuer certificate". The CURLINFO_SSL_VERIFYRESULT is 20.
Reported by @JeffMill.
This error code is being returned by the SFSClientTool when using an accountId that does not exist.
Result code: ConnectionUnexpectedError. Message: schannel: SNI or certificate check failed: SEC_E_WRONG_PRINCIPAL (0x80090322) - The target principal name is incorrect.
We should consider if this Curl error can be directly related to the accountId and transformed into a clearer message.
The text was updated successfully, but these errors were encountered: