Is it possible to use HTTP caching for conditional GET requests over a secure HTTPS connection? I\'ve got caching working over non-secure HTTP, but when I switch to HTTPS th
Figured it out! Turns out you have to have a trusted certificate. I was using my self-signed test certificate for SSL HTTPS. Adding it to my keychain and turning it green made the caching work.