My homepage wont go through HTTPS

So my domain is www.urtina.com and as u can see whenever you go on that link it will get HTTP (without padlock) but if you go to any other link it will be HTTPS. Only my homepage goes through HTTP. Important things to mention is that I use Apache. Every my attempt to edit .htaccess … Read more

Security certificate only displays with HTTPS and not HTTP [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I have a security certificate installed on my Ubuntu server, running Apache. When I visit my site using the HTTPS protocol, the green … Read more

Monitored network at the office [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 10 years ago. Improve this question Network security is not exactly my area of expertese so I apologize if I’ve phrased this question wrong or if it’s already been … Read more

Does https proxy encrypts the connection to it?

If I use https proxy, Does the connection and trasfer to the server itself (before the server forwards my request to the destination server) is done via encrypted channel ? (TLS/SSL) I understand it like the following example: Client —>encrypted channel—> Https Proxy —–>unecnrypted requests to http server and encrypted requests to https server Am … Read more

301 redirect via .htacess file to different domain [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 4 years ago. Improve this question I need .htaccess code to 301 redirect https://www.example.com to http://www.example.org. Thanks! Answer In your .htacess file, type in the following: RewriteEngine on RewriteCond … Read more

IIS – https:// works while http://host:443 doesn’t

This is my site: http://scyk.pl When you go https://scyk.pl Everything is ok, but when you go http://scyk.pl:443 Connection is timing out. I am running IIS7, today I configured ssl, and I don’t know why :443 version is not working. Any help? Answer The third URL you’re using is just plain wrong; it tells to your … Read more