Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.5.28
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:All operating systems
Description
In case SSL_CTX_set_default_verify_paths failed, wrong errormessage is displayed: "Failed to set ciphers to use".
Suggested fix:
=== modified file 'vio/viosslfactories.c'
|
--- vio/viosslfactories.c 2012-11-22 09:19:31 +0000
|
+++ vio/viosslfactories.c 2012-12-01 12:02:46 +0000
|
@@ -78,7 +78,7 @@
|
"No error",
|
"Unable to get certificate",
|
"Unable to get private key",
|
- "Private key does not match the certificate public key"
|
+ "Private key does not match the certificate public key",
|
"SSL_CTX_set_default_verify_paths failed",
|
"Failed to set ciphers to use",
|
"SSL_CTX_new failed"
|