<div dir="ltr"><div dir="ltr"><div>you can use a PAC file to route all http and https
generated by gecko. https will of course be tunneled through the proxy
using CONNECT because it needs to be end to end for appropriate
security.<br><br>
e.g.<br><br>function FindProxyForURL(url, host) {<br>return "PROXY localhost:2443;"<br>}<br><br></div>dev-tech-network is probably the right place to followup to get the right visibility - you should supply the pac file there.<br>
<div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 2, 2014 at 1:12 AM, Sindhu <span dir="ltr"><<a href="mailto:sindhu.s.reddy@gmail.com" target="_blank">sindhu.s.reddy@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hi,</span><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px">I have an extension which uses a PAC file to redirect particular requests to a proxy server. But this doesn't working for any <b>https </b>request. Firefox always uses a DIRECT connection for https requests. Is there any way to redirect https requests using a PAC file? Or is there any other way to achieve this?</div>
<div><br></div><div>Sindhu Simhadri</div>
</div>
<br>_______________________________________________<br>
firefox-dev mailing list<br>
<a href="mailto:firefox-dev@mozilla.org">firefox-dev@mozilla.org</a><br>
<a href="https://mail.mozilla.org/listinfo/firefox-dev" target="_blank">https://mail.mozilla.org/listinfo/firefox-dev</a><br>
<br></blockquote></div><br></div>