mirror of
https://github.com/MariaDB/server.git
synced 2025-06-28 23:51:23 +02:00

Add ssl_passphrase server parameter, which works similarly to --passout/--passin openssl command line parameters. Pass phrase value can be formatted as follows. - pass:password Provide actual password after the pass: prefix. - env:var Obtain the password from the environment variable 'var'a - file:pathname Reads the password from the specified file pathname. Only the first line, up to the newline character, is read from the stream. If ssl_passphrase was set, SHOW VARIABLE will show "file:", "env:" or "pass:" (but won't reveal sensitive data)
12 lines
886 B
Text
12 lines
886 B
Text
FOUND 1 /\[ERROR\] SSL error: Unable to get certificate/ in errorlog.err
|
|
FOUND 1 /\[ERROR\] SSL error: Failed to set ciphers to use/ in errorlog.err
|
|
FOUND 1 /\[ERROR\] SSL error: Unable to get private key/ in errorlog.err
|
|
FOUND 1 /SSL passphrase error: failed to open file 'BadFile'/ in errorlog.err
|
|
FOUND 1 /\[ERROR\] SSL error: Unable to get private key/ in errorlog.err
|
|
FOUND 1 /\[Warning\] ssl passphrase file '.*' is not secure/ in errorlog.err
|
|
FOUND 1 /\[ERROR\] SSL error: Unable to get private key/ in errorlog.err
|
|
FOUND 1 /SSL passphrase error: environment variable 'BadEnv' not found/ in errorlog.err
|
|
FOUND 1 /\[ERROR\] SSL error: Unable to get private key/ in errorlog.err
|
|
FOUND 1 /SSL passphrase error: ssl-passphrase value must be prefixed with 'file:', 'env:', or 'pass:'/ in errorlog.err
|
|
FOUND 1 /\[ERROR\] SSL error: Unable to get private key/ in errorlog.err
|
|
# restart
|