Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.28
-
None
-
None
-
None
-
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"
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
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" |
In case SSL_CTX_set_default_verify_paths failed, wrong errormessage is displayed: "Failed to set ciphers to use". Suggested fix: {noformat} === 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" {noformat} |
Assignee | Vladislav Vaintroub [ wlad ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 25428 ] | MariaDB v2 [ 46303 ] |
Workflow | MariaDB v2 [ 46303 ] | MariaDB v3 [ 66973 ] |
Workflow | MariaDB v3 [ 66973 ] | MariaDB v4 [ 146234 ] |
Wlad, could you please take this?