openssl: use correct port number in error message
authorDaniel Stenberg <daniel@haxx.se>
Wed, 18 Sep 2013 21:03:30 +0000 (23:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 21 Sep 2013 19:01:00 +0000 (21:01 +0200)
commit9215cee4c6c3cc15b30e50bec98cbbc9f7a62663
tree7d01a2afab3c36564c7b523f7a3e86522665c858
parent34df869f99477edda61d639151b1edf75998abd9
openssl: use correct port number in error message

In ossl_connect_step2() when the "Unknown SSL protocol error" occurs, it
would output the local port number instead of the remote one which
showed when doing SSL over a proxy (but with the correct remote host
name). As libcurl only speaks SSL to the remote we know it is the remote
port.

Bug: http://curl.haxx.se/bug/view.cgi?id=1281
Reported-by: Gordon Marler
lib/ssluse.c