Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-3901

Wrong SSL error messages

    XMLWordPrintable

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

          People

            wlad Vladislav Vaintroub
            georg Georg Richter
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.