[horde] OT: update from https://pear.horde.org via proxy
Pascal Rigaux
Pascal.Rigaux at univ-paris1.fr
Tue Jun 14 14:47:27 UTC 2016
"A. Schulze" <sca at andreasschulze.de> a écrit :
> Trying channel "pear.horde.org" over https:// instead
> Cannot retrieve channel.xml for channel "pear.horde.org" (File
> https://pear.horde.org:443/channel.xml not valid (received: HTTP/1.0
> 501 Not Implemented
> ))
Looking at PEAR code, it seems it does not implement CONNECT :
https://github.com/pear/pear-core/blob/master/PEAR/Downloader.php#L1587-L1603
It only handles SSL between client and proxy, not SSL between
client+proxy and channel :-(
NB: same issue here, our squid refuses this kind of requests:
% echo 'GET https://pear.horde.org:443/channel.xml' | nc proxy 3128 | head -1
HTTP/1.1 501 Not Implemented
More information about the horde
mailing list