41"Unable to communicate securely. Peer does not support high-grade encryption.")
44"Unable to communicate securely. Peer requires high-grade encryption which is not supported.")
47"Cannot communicate securely with
peer: no common encryption algorithm(s).")
50"Unable to find the
certificate or key necessary for authentication.")
53"Unable to communicate securely with
peer: peers's
certificate was rejected.")
58"The server has encountered bad data from the client.")
61"The client has encountered bad data from the server.")
67"Peer using unsupported
version of security protocol.")
72"Client authentication
failed: private key in key database does not match public key in
certificate database.")
75"Unable to communicate securely with
peer: requested domain name does not match the server's
certificate.")
82"Peer only supports SSL
version 2, which is locally disabled.")
86"SSL received a record with an incorrect Message Authentication Code.")
89"SSL
peer reports incorrect Message Authentication Code.")
104"Cannot
connect: SSL
peer is in another FORTEZZA domain.")
108"An unknown SSL cipher suite has been requested.")
111"No cipher suites are present and enabled in this program.")
114"SSL received a record with bad block padding.")
117"SSL received a record that exceeded the maximum permissible length.")
120"SSL attempted to send a record that exceeded the maximum permissible length.")
126"SSL received a malformed Hello Request handshake message.")
129"SSL received a malformed Client Hello handshake message.")
132"SSL received a malformed Server Hello handshake message.")
135"SSL received a malformed Certificate handshake message.")
138"SSL received a malformed Server Key Exchange handshake message.")
141"SSL received a malformed Certificate Request handshake message.")
144"SSL received a malformed Server Hello Done handshake message.")
147"SSL received a malformed Certificate Verify handshake message.")
150"SSL received a malformed Client Key Exchange handshake message.")
153"SSL received a malformed Finished handshake message.")
159"SSL received a malformed Change Cipher Spec record.")
162"SSL received a malformed Alert record.")
165"SSL received a malformed Handshake record.")
168"SSL received a malformed Application Data record.")
175"SSL received an unexpected Hello Request handshake message.")
178"SSL received an unexpected Client Hello handshake message.")
181"SSL received an unexpected Server Hello handshake message.")
184"SSL received an unexpected Certificate handshake message.")
187"SSL received an unexpected Server Key Exchange handshake message.")
190"SSL received an unexpected Certificate Request handshake message.")
193"SSL received an unexpected Server Hello Done handshake message.")
196"SSL received an unexpected Certificate Verify handshake message.")
199"SSL received an unexpected Cllient Key Exchange handshake message.")
202"SSL received an unexpected Finished handshake message.")
208"SSL received an unexpected Change Cipher Spec record.")
211"SSL received an unexpected Alert record.")
214"SSL received an unexpected Handshake record.")
217"SSL received an unexpected Application Data record.")
223"SSL received a record with an unknown content type.")
226"SSL received a handshake message with an unknown message type.")
229"SSL received an alert record with an unknown alert description.")
235"SSL
peer has closed this connection.")
238"SSL
peer was not expecting a handshake message it received.")
241"SSL
peer was unable to successfully decompress an SSL record it received.")
244"SSL
peer was unable to negotiate an acceptable set of security parameters.")
247"SSL
peer rejected a handshake message for unacceptable content.")
250"SSL
peer does not support certificates of the type it received.")
253"SSL
peer had some unspecified issue with the
certificate it received.")
257"SSL experienced a failure of its random number generator.")
260"Unable to digitally sign data required to verify your
certificate.")
263"SSL was unable to extract the public key from the
peer's
certificate.")
266"Unspecified failure while processing SSL Server Key Exchange handshake.")
269"Unspecified failure while processing SSL Client Key Exchange handshake.")
272"Bulk data encryption algorithm
failed in selected cipher suite.")
275"Bulk data decryption algorithm
failed in selected cipher suite.")
278"Attempt to write encrypted data to underlying socket
failed.")
281"MD5 digest function
failed.")
284"SHA-1 digest function
failed.")
290"Failure to create Symmetric Key context.")
293"Failure to unwrap the Symmetric key in Client Key Exchange message.")
296"SSL Server attempted to use domestic-grade public key with export cipher suite.")
299"PKCS11 code
failed to translate an IV into a param.")
302"Failed to initialize the selected cipher suite.")
305"Client
failed to generate session keys for SSL session.")
308"Server has no key for the attempted key exchange algorithm.")
311"PKCS
#11 token was inserted or removed while operation was in progress.")
313ER3(SSL_ERROR_TOKEN_SLOT_NOT_FOUND , (SSL_ERROR_BASE + 84),
314"No PKCS#11 token could be found to do a required operation.")
316ER3(SSL_ERROR_NO_COMPRESSION_OVERLAP , (SSL_ERROR_BASE + 85),
317"Cannot communicate securely with peer: no common compression algorithm(s).")
319ER3(SSL_ERROR_HANDSHAKE_NOT_COMPLETED , (SSL_ERROR_BASE + 86),
320"Cannot initiate another SSL handshake until current handshake is complete.")
322ER3(SSL_ERROR_BAD_HANDSHAKE_HASH_VALUE , (SSL_ERROR_BASE + 87),
323"Received incorrect handshakes hash values from peer.")
325ER3(SSL_ERROR_CERT_KEA_MISMATCH , (SSL_ERROR_BASE + 88),
326"The certificate provided cannot be used with the selected key exchange algorithm.")
328ER3(SSL_ERROR_NO_TRUSTED_SSL_CLIENT_CA , (SSL_ERROR_BASE + 89),
329"No certificate authority is trusted for SSL client authentication.")
331ER3(SSL_ERROR_SESSION_NOT_FOUND , (SSL_ERROR_BASE + 90),
332"Client's SSL session ID not found in server's session cache.")
334ER3(SSL_ERROR_DECRYPTION_FAILED_ALERT , (SSL_ERROR_BASE + 91),
335"Peer was unable to decrypt an SSL record it received.")
337ER3(SSL_ERROR_RECORD_OVERFLOW_ALERT , (SSL_ERROR_BASE + 92),
338"Peer received an SSL record that was longer than is permitted.")
340ER3(SSL_ERROR_UNKNOWN_CA_ALERT , (SSL_ERROR_BASE + 93),
341"Peer does not recognize and trust the CA that issued your certificate.")
343ER3(SSL_ERROR_ACCESS_DENIED_ALERT , (SSL_ERROR_BASE + 94),
344"Peer received a valid certificate, but access was denied.")
346ER3(SSL_ERROR_DECODE_ERROR_ALERT , (SSL_ERROR_BASE + 95),
347"Peer could not decode an SSL handshake message.")
349ER3(SSL_ERROR_DECRYPT_ERROR_ALERT , (SSL_ERROR_BASE + 96),
350"Peer reports failure of signature verification or key exchange.")
352ER3(SSL_ERROR_EXPORT_RESTRICTION_ALERT , (SSL_ERROR_BASE + 97),
353"Peer reports negotiation not in compliance with export regulations.")
355ER3(SSL_ERROR_PROTOCOL_VERSION_ALERT , (SSL_ERROR_BASE + 98),
356"Peer reports incompatible or unsupported protocol version.")
358ER3(SSL_ERROR_INSUFFICIENT_SECURITY_ALERT , (SSL_ERROR_BASE + 99),
359"Server requires ciphers more secure than those supported by client.")
361ER3(SSL_ERROR_INTERNAL_ERROR_ALERT , (SSL_ERROR_BASE + 100),
362"Peer reports it experienced an internal error.")
364ER3(SSL_ERROR_USER_CANCELED_ALERT , (SSL_ERROR_BASE + 101),
365"Peer user canceled handshake.")
367ER3(SSL_ERROR_NO_RENEGOTIATION_ALERT , (SSL_ERROR_BASE + 102),
368"Peer does not permit renegotiation of SSL security parameters.")
370ER3(SSL_ERROR_SERVER_CACHE_NOT_CONFIGURED , (SSL_ERROR_BASE + 103),
371"SSL server cache not configured and not disabled for this socket.")
ER3(SSL_ERROR_EXPORT_ONLY_SERVER, SSL_ERROR_BASE+0, "Unable to communicate securely. Peer does not support high-grade encryption.") ER3(SSL_ERROR_US_ONLY_SERVER
key with cipher suite Failed to initialize the selected cipher suite Server has no key for the attempted key exchange algorithm No PKCS Cannot initiate another SSL handshake until current handshake is complete The certificate provided cannot be used with the selected key exchange algorithm Client s SSL session ID not found in server s session cache Peer received an SSL record that was longer than is permitted Peer received a valid certificate
Unable to communicate securely Peer grade encryption which is not supported Unable to find the certificate or key necessary for authentication The server has encountered bad data from the client Unsupported certificate type Client authentication Unable to communicate securely with Peer only supports SSL version
Unable to communicate securely Peer grade encryption which is not supported Unable to find the certificate or key necessary for authentication The server has encountered bad data from the client Unsupported certificate type Client authentication Unable to communicate securely with Peer only supports SSL which is locally disabled SSL peer reports incorrect Message Authentication Code SSL peer rejected your certificate as revoked Cannot connect
Unable to communicate securely Peer grade encryption which is not supported Unable to find the certificate or key necessary for authentication The server has encountered bad data from the client Unsupported certificate type Client authentication Unable to communicate securely with peer
Unable to communicate securely Peer grade encryption which is not supported Unable to find the certificate or key necessary for authentication The server has encountered bad data from the client Unsupported certificate type Client authentication failed