[ 
https://issues.apache.org/jira/browse/TS-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14079478#comment-14079478
 ] 

ASF subversion and git services commented on TS-2802:
-----------------------------------------------------

Commit c030977ab94cc05b48e7a578b9fa1de4949b026d in trafficserver's branch 
refs/heads/master from [~sunwei]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=c030977 ]

TS-2802: add SNI support for origin server connections

Set the SNI name when making SSL origin server connections. Update
IP address literal parsing to accept ptr+len pairs as well as
NUL-terminated strings. This required removing default arguments
in the ConstBuffer constructor, since they cause nasty implicit
conversions.


> Add SNI support for origin servers
> ----------------------------------
>
>                 Key: TS-2802
>                 URL: https://issues.apache.org/jira/browse/TS-2802
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: SSL
>            Reporter: Bryan Call
>            Assignee: James Peach
>              Labels: Review
>             Fix For: 5.1.0
>
>         Attachments: TS-2802.diff, TS-2802_without_changing_interface.diff
>
>
> test to an origin that requires SNI
> {code}
> [bcall@cat ~]$ tail -1 /usr/local/etc/trafficserver/remap.config
> map http://foo.yahoo.com 
> https://www.mnot.net/blog/2014/05/09/if_you_can_read_this_youre_sniing
> [bcall@cat ~]$ curl -H 'Host: foo.yahoo.com' http://localhost:8080/; echo
> TLS SNI Required.
> {code}



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

Reply via email to