Displaying 5 results from an estimated 5 matches for "pem_do_header".
2006 May 25
2
tls not working with postfix in chroot mode on centos4.0
...are the errors I am getting:
May 25 13:27:51 test1 postfix/smtpd[4095]: warning: TLS library problem:
4095
:error:0906406D:PEM routines:DEF_CALLBACK:problems getting
password:pem_lib.c:10
5:
May 25 13:27:51 test1 postfix/smtpd[4095]: warning: TLS library problem:
4095
:error:0906A068:PEM routines:PEM_do_header:bad password read:pem_lib.c:399:
May 25 13:27:51 test1 postfix/smtpd[4095]: warning: TLS library problem:
4095
:error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM
lib:ssl_rsa.c:707:
May 25 13:27:51 test1 postfix/smtpd[4095]: cannot load RSA certificate and
ke
y data
May 25 13:27:51 test1 p...
2015 Sep 20
2
ssl_key_password loaded from file: 'Couldn't parse private ssl_key'
...w:
ssl_key_password = </path/to/passfile
it did not work as I logged the following:
dovecot: imap-login: Error: SSL: Stacked error: error:06065064:digital
envelope routines:EVP_DecryptFinal_ex:bad decrypt
dovecot: imap-login: Fatal: Couldn't parse private ssl_key:
error:0906A065:PEM routines:PEM_do_header:bad decrypt
However, not using the fille inclusion but directly configuring as follow:
ssl_key_password = mypass
did work...
I am loading my certificate & key with the file inclusion trick... How come
cannot I use that for the password file?
It would avoid input the password directly into the...
2008 Mar 07
1
Can't load private key file
...d and installed an authenticated certificate for the
mail server, but I am getting errors from dovecot.
My mail.err file is showing the following.
Mar 7 17:56:04 mailserver dovecot: pop3-login: Can't load private key file
/etc/ssl/mailserver/mail.mydomain.tld.key: error:0906A068:PEM
routines:PEM_do_header:bad password read
My dovecot.conf has the following set.
# Uncomment these if using SSL
ssl_cert_file = /etc/ssl/mailserver/mail.mydomain.tld.crt
ssl_key_file = /etc/ssl/mailserver/mail.mydomain.tld.key
#ssl_key_password =
#ssl_ca_file = /etc/ssl/mailserver/ca/mydomain.pem
#ssl_verify_client_cert...
2015 Sep 21
1
ssl_key_password loaded from file: 'Couldn't parse private ssl_key'
...gt;> it did not work as I logged the following:
>> dovecot: imap-login: Error: SSL: Stacked error: error:06065064:digital
>> envelope routines:EVP_DecryptFinal_ex:bad decrypt
>> dovecot: imap-login: Fatal: Couldn't parse private ssl_key:
>> error:0906A065:PEM routines:PEM_do_header:bad decrypt
>>
>> However, not using the fille inclusion but directly configuring as follow:
>> ssl_key_password = mypass
>> did work...
>>
>
> I don't know for sure but maybe its not implemented to load the password
> from a file...
>
> Reading http...
2015 Sep 20
0
ssl_key_password loaded from file: 'Couldn't parse private ssl_key'
...;/path/to/passfile
> it did not work as I logged the following:
> dovecot: imap-login: Error: SSL: Stacked error: error:06065064:digital
> envelope routines:EVP_DecryptFinal_ex:bad decrypt
> dovecot: imap-login: Fatal: Couldn't parse private ssl_key:
> error:0906A065:PEM routines:PEM_do_header:bad decrypt
>
> However, not using the fille inclusion but directly configuring as
> follow:
> ssl_key_password = mypass
> did work...
I don't know for sure but maybe its not implemented to load the password
from a file...
Reading http://wiki2.dovecot.org/SSL/DovecotConfigur...