Skip to main content

All Questions

Tagged with
-1 votes
0 answers
49 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
838 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
448 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
0 votes
1 answer
3k views

How to disable chrome redirecting http to http requests

So I've got a vm running and I've updated /etc/hosts on the host machine using dev to point the the VM IP. When using chrome however e.g dev:5000/some/path it redirects me to http://dev:5000/some/path ...
kurupt_89's user avatar
  • 111
6 votes
1 answer
24k views

How to stop redirect from http:// to https://

My library's OPAC (online public access catalog) website doesn't currently use HTTPS. Trying to view it with a secure connection 'crashes' it regardless of browser. However once I accidentally tried ...
aslum's user avatar
  • 233
1 vote
1 answer
3k views

Nginx Redirect allsubdomains to a non-subdomain url

I am currently issueing the following problem and by hell, i can't solve it. The > 20 similar threads i found with google are no help. First of all, i created a simple HTTP to HTTPS redirect, which ...
onek24's user avatar
  • 11
0 votes
0 answers
1k views

Stop redirect from https to http

I have enabled SSL on my Centos machine where the website is being hosted. But when I try to access the website https://1.2.3.4 it gets redirected to http://1.2.3.4. How can I stop this behavior? I ...
Vini's user avatar
  • 123
3 votes
2 answers
7k views

How do I redirect all HTTP requests to HTTPS when ISP blocks port 80?

I am running a HTTPS web server at home but it has one key flaw: you can't connect to it using port 80. My ISP (Cox) blocked (incoming) port 80, there is nothing I can do about it, but luckily for me ...
BoomBoomPowe's user avatar
5 votes
2 answers
6k views

Redirect all HTTP traffic to HTTPS including subdomains

I'm trying to redirect all HTTP traffic to HTTPS including subdomains. I have the domain setup with FastComet on their Shared Hosting using cPanel. Some examples of how I like to redirect. http://www....
g3blv's user avatar
  • 279
2 votes
2 answers
18k views

Redirect HTTP to HTTPS on Synology NAS

When having the Synology DSM open on port 5000/5001 I can configure it to always redirect to 5001 (HTTPS). But now I have created a custom sub-domain and a rule in the reverse proxy to route traffic ...
Andreas Zita's user avatar
1 vote
1 answer
707 views

apache redirect HTTPS to HTTP

I'm using this htaccess code to redirect my https terrafic to http when we using this simple code to do this redirect,every things fine but it break sites search engine link.the site have visitor from ...
ali rahmani's user avatar
0 votes
1 answer
3k views

Gitlab Nginx - Setting redirect http to https makes requests timeout

So, i just installed gitlab on my server. I'm running the bundled nginx on port 256, and i've set up https using let's ecnrypt. There's still a small problem, you can access it through a normal http ...
Jojo595's user avatar
  • 13
0 votes
0 answers
1k views

Can't access IIS website inside a VM via HTTPS

I'm running Win10 through Parallels and trying to access a website in IIS from a browser outside the VM. I've added an entry to my hosts file which maps the VM's IP address to "windows", and I can ...
awj's user avatar
  • 103
-2 votes
1 answer
1k views

Redirect Https requests?

Being a noob for such considerations, please dont hit me... I have redirection from many domains --to--> a unique landing page of my server. This works painlessly for http Here is my question : ...
ArchiT3K's user avatar
  • 408
0 votes
1 answer
463 views

Redirect specific https requests the way HOST redirects specific http requests

Ummm... The question How to block specific HTTPS traffic? seems to have an answer somewhere, but... What I want is to do to https what hosts does to http, that is, redirect the request to someplace ...
Some Bloke's user avatar
3 votes
1 answer
2k views

How to prevent Firefox from being redirected to https?

At work, the net admin. has completely blocked HTTPS for everyone save a few bosses. He claims that way he can be sure no-one is using a proxy, tunnel, etc. to access Facebook, Youtube or other sites ...
Joe Pineda's user avatar
1 vote
3 answers
11k views

How to force Firefox to load Google in non-HTTPS

When I type http://www.google.co.uk in the URL bar Firefox rewrites it as https://www.google.co.uk. This is a problem for me as HTTPS is blocked on my network for content filtering purposes. Until a ...
fpghost's user avatar
  • 379
3 votes
1 answer
1k views

http Redirect to https Sometimes Leads to “this page contains other resources which are not secure”

In Chrome (though I may have seen similar behavior in other browsers), type in http://www.google.com. You will always be redirected to https://www.google.com. Usually when I do this, I get the good ...
user12861's user avatar
  • 131
1 vote
0 answers
267 views

When I enter an address with https, Firefox (sometimes) changes it to http

What I did: I visited https://en.wikipedia.org./wiki/Main_Page (yes, there is a dot after TLD) I got an SSL error (because the cert isn't valid for the domain name with dot) I visited http://en....
unor's user avatar
  • 3,126
1 vote
1 answer
3k views

Internet Explorer not redirecting HTTP to HTTPS to a specific user

One of our users is trying to access a site that automatically re-directs the HTTP to a HTTPS domain, but it's not happening for her. She just gets a page cannot be displayed. However, if I "run as" ...
Havoc-X's user avatar
  • 51
2 votes
2 answers
8k views

Redirect from HTTP to HTTPs in lighthttpd

How can I redirect from HTTP to HTTPS with lighthttpd? There are tons of lighttpd config snippets floating around to make this happen, but so far none of these really worked. Currently I am still ...
drahnr's user avatar
  • 380