Skip to main content

All Questions

Tagged with
15 questions with no upvoted or accepted answers
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
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
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
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
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
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
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
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
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
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
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
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
-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