> On May 5, 2015, at 5:00 AM, Jiří Podhorský <podhorsky....@gmail.com> wrote: > > Hello, > > I'm trying to configure traffic server with ssl termination > https://docs.trafficserver.apache.org/en/latest/admin/security-options.en.html > > But ssl termination don't work with browsers, wget or curl, because first > request is CONNECT, which is not expected in ssl port and creates log:
If I understand you, you are trying to do forward proxy (with CONNECT) over TLS. That doesn’t work in most clients. Newer versions of Chrome has support for this, probably with a specific options. For some details on this, see e.g. https://www.ogre.com/node/465 There are some links in there, including Daniel’s open issue for Curl supporting forward proxy over TLS. — leif