diladele / docker-websafety

Docker image for Diladele Web Safety ICAP web filter and Squid with HTTPS filtering and SSL Bump
38 stars 12 forks source link

Fix for CA Upload and other Tidying #3

Closed ianbashford closed 8 years ago

ianbashford commented 8 years ago

I've found the issue with the CA Upload - I'm initialising the folder using your certmgr rather than squid. I've also made it dual container - one config container, one runtime.

Finally you'll see there's now a firstrun.sh - there's an odd 'invalid cross link' error when downloading the defn files if they're not moved. From a quick google, I suspect this is a conflict with docker/aufs and the C code - I don't know if it's resolvable in the C code, but the firstrun.sh sorts it out.

Happy to discuss further -- I think this is all the issues that I'm aware of

Please let me know if you find any others

Ian