Thomas Gagné wrote:
./stunnel -c -p client.pem -d localhost:2401 -r repository.sourcehosting.net:2402 -P none -f -v 3 -A cacert.pem
[cut]
key = client.pem cert = cacert.pem
Wrong. "key" is the optional private key to the "cert". If not specified it is assumed to be the same file.
You configuration should be: cert = client.pem CAfile = cacert.pem
Best regards, Mike