[squid-users] PHP: failed to open stream: Cannot connect to HTTPS server through proxy

2018-03-10 Thread chiasa.men
I tried to install a joomla-Plugin from behind squid. It didn't work. I could reproduce the error using the following php-script: > $url="https://downloads.joomla.org/extensions/install-from-web/1-1-1/ plg_webinstaller_3.7v1.1.1.zip"; > $ctx = stream_context_create(['http' => ['proxy' => "tcp:/

Re: [squid-users] PHP: failed to open stream: Cannot connect to HTTPS server through proxy

2018-03-10 Thread Amos Jeffries
On 11/03/18 02:32, chiasa.men wrote: > I tried to install a joomla-Plugin from behind squid. It didn't work. I could > reproduce the error using the following php-script: > > >> > $url="https://downloads.joomla.org/extensions/install-from-web/1-1-1/ > plg_webinstaller_3.7v1.1.1.zip"; >> $ctx =