Need only to change links from https to http to access files with no SSL?
Posted
by spirytus
on Stack Overflow
See other posts from Stack Overflow
or by spirytus
Published on 2010-05-12T00:26:16Z
Indexed on
2010/05/12
0:34 UTC
Read the original article
Hit count: 299
I have SSL enabled for subdomain.mydomain.com so I can access files via https://subdomain.mydomain.com. Now please tell me if I'm right.. if I have file somwhere in subdomain.mydomain.com called index.php I can securely access it via:
https://subdomain.mydomain.com/someFolder/index.php
but I can also access it via
http://subdomain.mydomain.com/someFolder/index.php
This time communication won't be encrypted though. So now it comes down to links only if I access files in subdomain.mydomain.com securely or not?
I will have another related question (and many more probably), but will post it as separate topic to keep things clean :)
© Stack Overflow or respective owner