Hi all,
FYI, 'httpGate' and 'ssl' were changed in the current version.
1. Both use now the TLSv1 client+server methods, instead of SSLv23. As a
consequence, only TLSv1 connections are accepted or established.
This is to cople with the Poodle vulnerability.
2. 'ssl' now verifies the peer certificate. If you use self-signed
certificates, you should copy them to
/usr/local/share/ca-certificates/
(with a file extension of ".crt"!), and call
# update-ca-certificates
Alternatively you can call 'ssl' with a negative port number, e.g.
ssl myhost.com -443 ...
This will suppress certificate verification, and is therefore not to
be recommended.
♪♫ Alex
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe