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-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 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

[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