<div dir="ltr">I'm sure I'm missing something stupid, but https traffic just isn't caching. I really want to cache https alongside http as this project is for a customer who lives in the sticks and pays dearly for every byte.<div><br></div><div><div>1471660884.894  11402 172.22.19.48 TCP_MISS/200 746898 GET <a href="https://www.jrssite.com/newfi/fullsizes/081916214031.jpg">https://www.jrssite.com/newfi/fullsizes/081916214031.jpg</a> - ORIGINAL_DST/<a href="http://23.30.254.3">23.30.254.3</a> image/jpeg</div><div><span style="line-height:1.5">1471660967.389  14392 172.22.22.68 TCP_MISS/200 746898 GET <a href="https://www.jrssite.com/newfi/fullsizes/081916214031.jpg">https://www.jrssite.com/newfi/fullsizes/081916214031.jpg</a> - ORIGINAL_DST/<a href="http://23.30.254.3">23.30.254.3</a> image/jpeg</span><br></div><div>1471661329.884  33506 172.22.22.68 TCP_MISS/200 746898 GET <a href="http://www.jrssite.com/newfi/fullsizes/081916214031.jpg">http://www.jrssite.com/newfi/fullsizes/081916214031.jpg</a> - ORIGINAL_DST/<a href="http://23.30.254.3">23.30.254.3</a> image/jpeg</div><div>1471661385.282    402 172.22.19.48 TCP_HIT/200 746906 GET <a href="http://www.jrssite.com/newfi/fullsizes/081916214031.jpg">http://www.jrssite.com/newfi/fullsizes/081916214031.jpg</a> - HIER_NONE/- image/jpeg</div></div><div><br></div><div><div># grep -i ssl /usr/local/squid/etc/squid.conf</div><div>acl SSL_ports port 443</div><div># Deny CONNECT to other than secure SSL ports</div><div>http_access deny CONNECT !SSL_ports</div><div>ssl_bump stare all</div><div>ssl_bump bump all</div><div>https_port <a href="http://127.0.0.1:3129">127.0.0.1:3129</a> intercept ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/usr/local/squid/etc/ssl/CACert.pem</div><div>sslcrtd_program /usr/local/squid/libexec/ssl_crtd -s /usr/local/squid/var/lib/ssl_db -M 4MB</div><div>sslcrtd_children 10</div></div><div><br></div><div>Happy to provide any other information someone else might find useful. I'm sure that there is just some point of ignorance on my part. This is indeed all very new to me.</div><div><br></div><div>Thank you.</div></div>