tags:

views:

23

answers:

1

Is it still not kosher to have a https page with images that are not accessed via SSL? (ie imagine a web app which is SSL for all important content, but images and styles are coming via a plain http CDN).

+2  A: 

Correct, it's still not kosher. It will cause warnings in many browsers about "mixing secure and insecure content."

zildjohn01