Simon Walter wrote: > Well this gave me a clue that the server is not correctly configured: > "TLS: peer cert untrusted or revoked (0x42)"
This means that your client is not correctly configured. > I'm guessing that means that the way the server's was configured was > either with a revoked certificate from an different (root)authority or > there is something wrong with the self-signed cert. If you get a TLS handshake leading to the error message above the server is likely correctly configured. Provided you have OpenSSL installed I'd play with openssl s_client -connect adserver:636 -CAfile rootca.pem to first test the TLS connection. Ciao, Michael.
