<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:13px"><div dir="ltr" id="yui_3_16_0_1_1434812466548_2599">I have following problem: I want to avoid the user to explicitly specify a https-proxy in his browser.<br></div><div id="yui_3_16_0_1_1434812466548_2677" dir="ltr">Let me explain:<br></div><div id="yui_3_16_0_1_1434812466548_2785" dir="ltr">For http, a transparent proxy can be interfaced via iptables DNAT, for example.</div><div id="yui_3_16_0_1_1434812466548_2676" dir="ltr">Same for https will not work, without certificates installed etc.</div><div id="yui_3_16_0_1_1434812466548_2738" dir="ltr">However, I only want some basic info about the https-session, like traffic volume or destination domain.<br></div><div id="yui_3_16_0_1_1434812466548_2759" dir="ltr">In case, there is an explicit https-proxy defined in the browser, I can get this info from the connect request, preceding the secure data exchange.</div><div id="yui_3_16_0_1_1434812466548_2807" dir="ltr">But I want to avoid this explicit declararion. <br></div><div id="yui_3_16_0_1_1434812466548_2838" dir="ltr">Most likely I will need some custom programming for this, but may be there is a specialist here to give some direction. <br></div><div id="yui_3_16_0_1_1434812466548_2784" dir="ltr"><br></div></div></body></html>