Skip to main content

All Questions

Tagged with
-1 votes
0 answers
47 views

Browsers redirecting to https

I have an internal site that uses http and is not configured for https. I am using Chrome 126.0.6478.61 and Edge 126.0.2592.56.Chrome start redirecting to https for my site last week so I switch to ...
fzfg1000's user avatar
3 votes
2 answers
44 views

What are the consequences of changing Gmail inline links from http to https?

When adding a link in a gmail email using the "Insert Link" button, I type in www.example.com but it is automatically changed to http://www.example.com When I click this http link on my ...
user avatar
1 vote
0 answers
279 views

httpd on OpenBSD: How to Redirect URLs Ending In '.php'?

I am running an httpd(8) web server on OpenBSD. php-8.1.9 is used to serve php. In /etc/httpd.conf I have the following (example.com is a placeholder for the actual domain): server "example.com&...
Matthew Carlson's user avatar
0 votes
1 answer
837 views

Apache http to https redirect with Squid reverse-proxy

I have a web server that runs website example.com. I have configured http to https redirect on apache; See below <VirtualHost *:80> ServerName www.example.com Redirect permanent / https://...
MarvinD's user avatar
0 votes
1 answer
1k views

How to stop redirect from http: to https: on router access

I have a big honkin' FIOS router from Verizon, and it has a problem. The router's webserver (e.g. http://192.168.1.1) must be accessed through http:. No https: at all - unlike my old router, where the ...
J B NY's user avatar
  • 109
2 votes
2 answers
4k views

Helm chart nginx-ingress controller TCP redirect http to https

My environment is hosted in AWS. I had deployed the helm chart stable/nginx-ingress in TCP mode (I need an AWS ELB in TCP mode for WebSocket. I need exactly ELB classic!), also I need to use AWS ACM ...
Aleksandr Marchenko's user avatar
0 votes
1 answer
446 views

Redirect from http to https not working

I installed certbot on my debian to install lets encrypt certificate to apache2. Everything worked like a charm, and I selected the software option to redirect http traffic to https. The software ...
Giacomo M's user avatar
  • 143
-4 votes
3 answers
4k views

Mixed Content and I can't find the probelm

I can not find the problem. I looked and looked i just do not see any http:// link on this page... The URL is Englsih-the Mixed Content: The page at 'https://www.english-the-easy-way.com/' was ...
Lisa 's user avatar
1 vote
0 answers
43 views

RSA SecurId HTTPS redirect just shows "redirect"

We have set up a site on IIS8 using RSA SecurID. We have clicked "Redirect HTTP Connections to Secure Server" and "Require Secure Connection to Access Protected Pages". However, when we go to http://...
Mike's user avatar
  • 111
2 votes
1 answer
218 views

Firefox 67 redirects to https from IIS

I seem to have a rather specific issue that I haven't been able to fix. since the last Firefox update (67.0) Firefox seems to redirect requests to a local corporate site to https. Because this site ...
Ben's user avatar
  • 31
0 votes
1 answer
50 views

Possible to set Firefox to go to HTTPS site when press Ctrl+Enter in Location Bar?

In Firefox, if the user types one word and then presses Ctrl+Enter in the Location Bar (aka urlbar), they will automatically be redirected to: http://www.example.com Is there a way, instead for ...
End Antisemitic Hate's user avatar
0 votes
1 answer
3k views

PfSense: redirection to authentication / login page from HTTPS links for unauthentified users

I've installed and configured pfsense 2.2.4 it works well and redirects unauthenticated users to the login page, as long as they use http; but when I type an https link the redirection doesnt work. ...
Xsmael's user avatar
  • 361
22 votes
6 answers
58k views

Chrome persistently redirecting to HTTPS for HTTP site

I'm building a site to replace an older site. The newer site currently is NOT HTTPS. However, the old site is HTTPS. I'm switching between the two sites by toggling an entry in my 'hosts' file. I ...
Codesmith's user avatar
  • 752
0 votes
1 answer
471 views

Why would an Nginx HTTP to HTTPS redirect not work for the www subdomain

I configured NGINX to redirect all HTTP traffic to HTTPS like this: server { listen 80 default_server; listen [::]:80 default_server; server_name domain.com www.domain.com; return 301 ...
irfanka's user avatar
3 votes
1 answer
4k views

Nginx: How to avoid server_name duplicate warning

I serve a site from nginx that is available both with internal host names as well as external ones. I want to force external access to use https, but keep http for internal access (because I can't get ...
Chaos_99's user avatar
  • 928

15 30 50 per page