Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 62133
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: nanis [...] runu.moc.invalid
Requestors: abraxxa [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.58
Fixed in: 0.72



Subject: parsing of proxy env var fails when additional chars after port
Wen configuring the proxy with the GUI in Ubuntu, the env vars set end with a slash: http_proxy=http://our.proxy.org:8080/ https_proxy=https://our.proxy.org:8080/ The regex in sub proxy should be modified to cut of anything after the port number. Also the docs for proxy are incorrect because they state that only the proxy hostname is returned whereas hostname:port is returned.
OK. Thank you for the correction. It will be included in the next developer release. -- Sinan On Thu Oct 14 12:41:49 2010, ABRAXXA wrote: Show quoted text
> Wen configuring the proxy with the GUI in Ubuntu, the env vars set end > with a slash: > http_proxy=http://our.proxy.org:8080/ > https_proxy=https://our.proxy.org:8080/ > > The regex in sub proxy should be modified to cut of anything after the > port number. > Also the docs for proxy are incorrect because they state that only the > proxy hostname is returned whereas hostname:port is returned.
Hello: I got around to patching this many years later, apologies. I am going to upload a development release later today. https://github.com/nanis/Crypt-SSLeay/commit/3a03a23285d583742e3955fc1abe22b40591bd5f Thank you for your input. -- Sinan On Fri Oct 22 16:27:36 2010, NANIS wrote: Show quoted text
> OK. Thank you for the correction. It will be included in the next > developer release. > > -- Sinan > > On Thu Oct 14 12:41:49 2010, ABRAXXA wrote:
> > Wen configuring the proxy with the GUI in Ubuntu, the env vars set end > > with a slash: > > http_proxy=http://our.proxy.org:8080/ > > https_proxy=https://our.proxy.org:8080/ > > > > The regex in sub proxy should be modified to cut of anything after the > > port number. > > Also the docs for proxy are incorrect because they state that only the > > proxy hostname is returned whereas hostname:port is returned.
>