For some technical problems my web server has only https (443) port open. Any request to http (80) port got a "Page cannot display" error. My question is:
Can I just leave the server like that? Or I have to fix the problem so a visitor can visit the server thorough both http and https ports.
If the server only have the https port, the obvious problems to me are:
1. I have to fix all links to my server that uses "http" protocol.
2. If a user bookmarked my page, then the bookmark will lead to an error page.
3. To visit my page through a url, a user has to type "https".
4. All Google indexes to my pages, if any, will not work.
Any other potential problems that I missed?
Can I just leave the server like that? Or I have to fix the problem so a visitor can visit the server thorough both http and https ports.
If the server only have the https port, the obvious problems to me are:
1. I have to fix all links to my server that uses "http" protocol.
2. If a user bookmarked my page, then the bookmark will lead to an error page.
3. To visit my page through a url, a user has to type "https".
4. All Google indexes to my pages, if any, will not work.
Any other potential problems that I missed?