Michael Neale
Michael Neale

Reputation: 19468

plain http images with a https/ssl page

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).

Upvotes: 1

Views: 473

Answers (1)

zildjohn01
zildjohn01

Reputation: 11515

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

Upvotes: 5

Related Questions