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

Patrick McGleenon commented on TS-2558:
---------------------------------------

just need to remove this code that was added to RecHttp.cc

+  // Can't be inbound transparent and SSL.
+  if (TRANSPORT_SSL == m_type && m_inbound_transparent_p) {
+    Warning("SSL and inbound transparency on the same port is not supported - 
transparency disabled:  '%s'", opts);
+    m_inbound_transparent_p = false;
+  }
+

> SSL should work with inbound transparency
> -----------------------------------------
>
>                 Key: TS-2558
>                 URL: https://issues.apache.org/jira/browse/TS-2558
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>            Reporter: Patrick McGleenon
>
> TS-2525 allows the combination of outbound transparency + SSL
> the change in TS-2525 disables inbound transparency when SSL is configured on 
> a port.  
> ATS should support the combination of inbound transparency + SSL (i.e. the 
> server SSL certificates are configured on ATS) 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to