Hello,
I have a hard time understanding a scenario regarding a 404 on https.
Scenario 1:
http://example.com/css/styles.css - returns fine.
[
example.com...] - returns SSL connection errors
I understand that an SSL certificate may not be issued/configured on this site. I have no problem with the scenario above.
Scenario 2:
http://example.com/css/styles.css - returns fine.
[
example.com...] - returns 404 or Not Found.
Now, my understanding is that if a site has no SSL certificate, it would just return an SSL connection error like in Scenario 1. But this Scenario 2 returns a 404 or Not Found.
Does this really mean a secure connection of a resource file (css file in our case) can be missing/does not exists? Or there is any other explanation about this?
I hope someone with knowledge could give me an insight.
Thanks!
Pokra