Portal Home > Knowledgebase > Articles Database > call and load on SSL
call and load on SSL
Posted by n00bRooT, 05-14-2010, 10:10 AM |
hi
i want set my web site fully on SSL, not to have ssl + port 80
i want any user call my web site, its coming up on SSL
when some one type http://www.mysite.com, site fully load on ssl, i dont wanna any redirection or something else, just loading site on ssl
in some countries, government filtered web sites on port 80, so i want to use it, when user type http://www.mysite.com without any filtering site coming up on ssl.
is it possible ?
|
Posted by RoseHosting, 05-14-2010, 04:33 PM |
Open httpd.conf or .htaccess file and add the following line:
Or by using iptables:
|
Posted by Crashus, 05-16-2010, 06:13 AM |
when user type http:// it is making connection to 8o port already, this is how all sites usually banned. So you need to create a redirection and use https:// links everywhere.
|
Posted by madaboutlinux, 05-16-2010, 07:39 AM |
Without setting a redirection you cannot achieve what you are looking for. When a website is accessed without https, the request goes to port 80 and this is how it works. You will have to set a redirection and change all the internal links to https as stated earlier by other members here.
|
Add to Favourites Print this Article
Also Read