You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Igor Brezac (JIRA)" <ji...@apache.org> on 2014/08/15 17:16:18 UTC

[jira] [Created] (TS-3019) CONNECT (HTTP method) fails for SSL connections to itself

Igor Brezac created TS-3019:
-------------------------------

             Summary: CONNECT (HTTP method) fails for SSL connections to itself  
                 Key: TS-3019
                 URL: https://issues.apache.org/jira/browse/TS-3019
             Project: Traffic Server
          Issue Type: Bug
          Components: Core, SSL
            Reporter: Igor Brezac


To duplicate the issue setup an https map.  Something like:
map https://www.example.com/ some_origin

curl -v -p -x ats:1080 https://www.example.com/
...
< HTTP/1.1 200 OK
< Date: Fri, 15 Aug 2014 15:12:43 GMT
< Proxy-Connection: close
<
* Proxy replied OK to CONNECT request
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
* Closing connection #0
curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol



--
This message was sent by Atlassian JIRA
(v6.2#6252)