<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr">I'd like to set up a proxy on a home server so I can use it remotely for web browsing; no filtering, nothing fancy, just a pass-through of sorts to get around web filters.  That part I've got working.  The part I haven't had luck with is encrypting the browser-to-proxy connection.  I've found some tutorials online but part of the problem is I don't know what this feature is called when searching for solutions to problems.</div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr">I have squid 3.5.23 on Ubuntu compiled with </div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr">'--with-openssl' '--enable-ssl' '--enable-ssl-crtd'</div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr">so I believe I'm set there.  However, upon finally getting a squid.conf that doesn't cause immediate errors when squid is started, I find that the squid process is gone after several seconds and find lots of these in syslog:</div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr">(squid-1): The ssl_crtd helpers are crashing too rapidly, need help!<br></div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr">I found a suggestion to fix this problem, but it didn't help:</div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1495588856668_9528">rc-service squid stop</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495588856668_9529">rm -rf /var/lib/ssl_db</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495588856668_9530">/usr/lib/squid3/ssl_crtd -c -s /var/lib/ssl_db </div><div dir="ltr" id="yui_3_16_0_ym19_1_1495588856668_9531">rc-service squid start</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495588856668_9531"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1495588856668_9531"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1495588856668_9531">So firstly, what is the actual name for what I want (encrypting proxy to browser)?</div><div dir="ltr" id="yui_3_16_0_ym19_1_1495588856668_9531"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1495588856668_9531">And secondly, any advice on the error?  Or even better, a good tutorial on setting this up?  I thought if I follow a configuration exactly, I'd be off and running with little problem.</div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr">  </div><div id="yui_3_16_0_ym19_1_1495588856668_6801" dir="ltr"><br></div></div></body></html>