[MDEV-3901] Wrong SSL error messages Created: 2012-12-01  Updated: 2012-12-01  Resolved: 2012-12-01

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 5.5.28
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Georg Richter Assignee: Vladislav Vaintroub
Resolution: Fixed Votes: 0
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"



 Comments   
Comment by Elena Stepanova [ 2012-12-01 ]

Wlad, could you please take this?

Generated at Thu Feb 08 06:52:08 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.