Skip to main content

All Questions

Tagged with
0 votes
1 answer
159 views

Redirect Chain URL

how can I solve the following redirect chain problem ? http://www.website.com/ > https://www.website.com/ > https://website.com/ I want the forwarding above to be like http://www.website.com/ &...
user avatar
0 votes
2 answers
102 views

Forwarding external domain to GCP Instance with https

What is the easiest way to route an externally hosted domain to my VM instance on GCP (with a fixed IP) and connect over HTTPS? Currently only HTTP works, forwarded via the entry in the A Records. ...
Micha's user avatar
  • 21
0 votes
0 answers
21 views

Is there a way to handle a https forwarding to http without a browser error message?

Scenario: We have two domains, example.com (used as simple Webpage) and example.de (used as a Shop). The Shop was secured with a ssl certificate und used https connection. We closed the Shop and want ...
Jan Zimmermann's user avatar
0 votes
1 answer
256 views

My website is forwarding to /public_html without reason

Some time ago i wanted to my website forwards from http:// to https:// I edited .htaccess file with some code, but it did'nt work and I deleted .htaccess. Now, without .htaccess file, it redirects ...
TokePoii's user avatar
0 votes
1 answer
464 views

NGINX as reverse proxy - forwarding not working

I've the following: HTTPS access to a NAS or something like that. NGINX as reserve proxy as container Container with a Tomcat as appcontainer. NAS forwards HTTPS request as HTTP to NGINX container. ...
SCG's user avatar
  • 63
2 votes
1 answer
515 views

HTTPS forwarding for subdomain

I have a domain, let's make it example.com, and a subdomain, sub.example.com. For the subdomain I have a SSL certificate, for the main domain I don't. On my server I have a .htaccess file for my main ...
matsbauer's user avatar
  • 434
0 votes
0 answers
54 views

https on apache2. https does not work out side home network

I have a personal website running on apache2 on my raspberry pi(raspbian) with no-ip dynamic dns service. Port 80 is forwarded on my home router and the website is accessible outside home network. Now ...
Simon's user avatar
  • 121
1 vote
0 answers
426 views

Inconsistently receiving 500 with curl, while the same url works within the browser all the times

I am facing an issue while triggering HTTPS request from curl. When I trigger a URL from the command line using curl, it gives (sometimes, not always) an HTTP error, either 404 or 500; the same URL ...
shailesh tripathi's user avatar
5 votes
1 answer
642 views

Reverse Proxy lighttpd https not working

I have multiple Tomcats running on my Server. I use lighttpd to reverse proxy the incoming requests for different domains. So far I only used http without https and this config worked for me: $HTTP["...
Lars's user avatar
  • 1,750
25 votes
4 answers
71k views

socat port forwarding for https

I can use socat for the port forwarding like this: socat TCP4-LISTEN:8080 TCP4:123.456.789.12:80 In this case, it works perfectly: all http-requests to localhost:8080 will be redirected to 123.456....
Denis Shevchenko's user avatar
0 votes
1 answer
997 views

Forwarded domain not working with https

I had an old web site: https://oldsite.com. I created a new site on a different web server: https://newsite.com I forwarded the domain oldsite.com to newsite.com. The problem is that when https://...
user2984710's user avatar
0 votes
1 answer
303 views

forwarding HTTPS from Plesk to AWS EC2

I'am quite new to setting up and managing websites, domains and stuff. I purchased a domain (let's say example.de) and registerd it on my vserver running Parallels Plesk. As I need secure access I ...
LesPaul's user avatar
  • 21
2 votes
4 answers
303 views

http to https forwarding using php

I have recently set up SSL on a domain. This is on shared hosting which seems to be causing problems with redirecting the site to https. I have asked previous questions regarding this problem without ...
RouthMedia's user avatar
8 votes
2 answers
18k views

forwarding HTTPS from Godaddy to AWS [closed]

I'm new to setting up and managing Websites. I've looked through many previous questions and none seem to quite fit my case. I think this question may be useful to many others. I purchased a domain ...
glipper's user avatar
  • 91
35 votes
5 answers
14k views

Naked Domain Redirect Failing when using HTTPS SSL on Google App Engine

We've got a website: www.feeltracker.com This is running on Google App Engine On Google App Engine, we have Naked Domain forwarding setup, so that: http://feeltracker.com redirects to http://...
Gaurav Sharma's user avatar

15 30 50 per page