Re: [squid-users] Forward proxy: TLS connections to server

2018-02-21 Thread ninadmnaik
Great. Thanks for such a thorough explanation Amos ! Cleared a lot of doubts. -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid

Re: [squid-users] Forward proxy: TLS connections to server

2018-02-21 Thread Amos Jeffries
On 21/02/18 18:38, ninadmnaik wrote: > Does the "https_port intercept ssl-bump" work only in transparent proxy > scenarios, where the DNAT changes have been applied? > https://wiki.squid-cache.org/ConfigExamples/Intercept/LinuxDnat The "intercept" mode flag alone is what means DNAT is taking place

Re: [squid-users] Forward proxy: TLS connections to server

2018-02-20 Thread ninadmnaik
Does the "https_port intercept ssl-bump" work only in transparent proxy scenarios, where the DNAT changes have been applied? https://wiki.squid-cache.org/ConfigExamples/Intercept/LinuxDnat Or is it possible to explicitly point to squid proxy in the client and still use the "https_port intercept ss

Re: [squid-users] Forward proxy: TLS connections to server

2018-02-17 Thread Yuri
IM, which is uses HTTP-similar sessions bootstrap, requires special investigation and custom configuration in case of goes via forwarding proxy. 17.02.2018 22:58, ninadmnaik пишет: > Thanks for the quick reply Yuri. > > "Note that these are not 'https' requests. Just plain socket connections." >

Re: [squid-users] Forward proxy: TLS connections to server

2018-02-17 Thread ninadmnaik
Thanks for the quick reply Yuri. "Note that these are not 'https' requests. Just plain socket connections." Maybe this wasn't statement wasn't entirely correct. We are using the 'connect' method to talk to squid proxy. And squid proxy is able to connect to the remote xmpp server. It's just that t

Re: [squid-users] Forward proxy: TLS connections to server

2018-02-17 Thread Yuri
17.02.2018 21:44, ninadmnaik пишет: > Hello, > We need to communicate with a xmpp server over TLS connections. Now, we know > that our app can open a TLS connection to Squid. But can Squid initiate a > TLS connection to the xmpp server? Only if it goes over HTTP/HTTPS port. With some difficults

[squid-users] Forward proxy: TLS connections to server

2018-02-17 Thread ninadmnaik
Hello, We need to communicate with a xmpp server over TLS connections. Now, we know that our app can open a TLS connection to Squid. But can Squid initiate a TLS connection to the xmpp server? Our App (TLS socket connection)---> Squid (Can this be TLS connection?)> XMPP server If it