<div dir="ltr">On Sat, 30 May 2015 at 06:03 Dominique Dumont <<a href="mailto:dod@debian.org">dod@debian.org</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
https connection was reworked with version 6.06 of libwww-perl and<br>
liblwp-protocol-https-perl.<br>
<br>
https connection through proxy now works fine.<br>
<br>
Could you check the status of this bug on your side ?<br></blockquote><div><br></div><div>It works much better now. Perhaps worth noting that the original code doesn't work:<br><br>$ENV{HTTPS_PROXY} = "<a href="http://proxy.pri:3128">http://proxy.pri:3128</a>";<br><br></div><div>This is required instead, which I believe is now consistant with the HTTP (non-SSL) proxy configuration:<br><br>$ua->proxy(['https'], 'http://proxy.pri:3128');<br><br></div><div>Heaps better then before.<br></div></div></div>