Displaying 4 results from an estimated 4 matches for "ylitalo".
2013 Feb 08
0
No subject
...everything correctly. As result from this one, I've even tried to use
certificate from my web server with IMAP and even then openssl keeps on
saying that there is bad record mac.
Is this bug in dovecot's SSL handling or have I managed to mess
something in my setup?
URLS:
CA cert: http://jylitalo.homeip.net/ca/ca.crt
IMAPD cert: http://jylitalo.homeip.net/ca/imapd.crt
[log starts]
bash-2.05a$ openssl verify -CAfile /usr/local/www/data/ca/ca.crt
/etc/ssl/certs/imapd.crt
/etc/ssl/certs/imapd.crt: OK
bash-2.05a$ openssl s_client -host localhost -port 993 -CAfile
/usr/local/www/data/ca/ca.crt...
2013 Feb 25
0
No subject
...everything correctly. As result from this one, I've even tried to use
certificate from my web server with IMAP and even then openssl keeps on
saying that there is bad record mac.
Is this bug in dovecot's SSL handling or have I managed to mess
something in my setup?
URLS:
CA cert: http://jylitalo.homeip.net/ca/ca.crt
IMAPD cert: http://jylitalo.homeip.net/ca/imapd.crt
[log starts]
bash-2.05a$ openssl verify -CAfile /usr/local/www/data/ca/ca.crt
/etc/ssl/certs/imapd.crt
/etc/ssl/certs/imapd.crt: OK
bash-2.05a$ openssl s_client -host localhost -port 993 -CAfile
/usr/local/www/data/ca/ca.crt...
2003 Apr 11
1
Something wrong in SSL ?
Operating system: FreeBSD 4.7-RELEASE-p10
Dovecot: 0.99.8.1
I've used openssl to generate personal CA and I've used that one to
generate certificate for my web server. When I tried to go through same
pattern for generating certificate for IMAP server from CA, I ended up
in situation, where both mutt and evolution keep on rejecting my
certificates.
2017 May 09
0
PoC doveadm HTTP API client
Hi,
In case you are interested in testing the Doveadm HTTP API in a bit more simplified fashion I have written a client for it in Python.
Feedback is always appreciated (pull requests more appreciated).
https://github.com/hnsk/doveadm-http-cli <https://github.com/hnsk/doveadm-http-cli>
-Hannu