Skip to main content

All Questions

Tagged with
1 vote
0 answers
277 views

How to properly redirect HTTPS to local HTTP connected via WireGuard tunnel when the app itself is not using SSL?

I have an domain that is setup with an SSL certificate via Let's Encrypt so it only works via https://example.com/ This domain is connected via WireGuard tunnel to my home PC which serves a Laravel ...
Stackerito's user avatar
0 votes
0 answers
4k views

NGINX as https-to-http proxy

I have nginx set up on a machine with private IP 192.168.17.70. It forwards https requests from a public IP using a self-signed certificate (this part is working) to a web appliance on 192.168.17.29. ...
swalker2001's user avatar
2 votes
0 answers
620 views

NGINX as TLS-transparent (secure TCP) and a TLS-terminating (TLS offload) reverse-proxy based on sub-domain name

I host a few services from my home network to the internet and I learned recently about reverse-proxy concepts using NGINX. Some of my services (like Home Assistant) have the built-in ability to ...
Greg G.'s user avatar
  • 81
0 votes
0 answers
179 views

Nginx reverse proxy with SSL to a server already using HTTPS

I have a small setup where I host a simple website on a raspberry pi with ddns. It was HTTPS enabled using a letsencrypt certificate. Now I wanted to create a second website, and since they're both ...
Aerol's user avatar
  • 1
0 votes
2 answers
5k views

NGINX Reverse proxy with HTTPS

Follow up of a previous question of mine. What I want to do? I want to have my reverse proxy [NGINX] to redirect incoming webtraffic (HTTP and HTTPS) to the correct server based on the sub-domain. ...
Zockerjonny's user avatar
0 votes
1 answer
288 views

Nginx and HTTPS / SSL behavior

have an interesting issue regarding the nginx default behavior when HTTPS / SSL is not configured for a specific vhost and a HTTPS request is started for a domain of this it. I discovered this issue ...
Shinichi's user avatar
9 votes
1 answer
40k views

nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate

I ran these two commands separately: openssl dhparam -dsaparam -out ./certs/dhparam.pem 4096 openssl req -x509 -nodes \ -days 965 -newkey rsa:2048 \ -keyout ./certs/nginx-selfsigned.key -out ./...
MrCholo's user avatar
2 votes
1 answer
2k views

How to serve devpi with https?

I have an out-of-the-box devpi-server running on http://. I need to get it to work on https:// instead. I already have the certificates for the domain. I followed the devpi documentation for nginx-...
Noam Musk's user avatar
0 votes
1 answer
581 views

Http redirected to https when using fqdn name

I have configured my DNS service (bind9) on an Ubuntu server that has a public IP address. I have added in /etc/bind/db.mydomain.com (my domain zone) as an "A" record (with a public IP address) of a ...
user2959348's user avatar
0 votes
1 answer
182 views

Nginx DDoS SSL Cert

Ok, So I have a Nginx reverse proxy that is blocking this incoming Layer 7 DDoS. The problem is, my outgoing is massive the only assumption I have come to is that my server is sending the SSL ...
Kevin Schwertz's user avatar
0 votes
3 answers
1k views

2 domains with 2 certificates, 1 public IP, 1 nginx server

I hope you can help me out here because I cannot figure out why this is happening. I have the following 2 domains: alpha.com beta.com they both pointing to same server IP: x.x.x.x I have a single ...
Ahmad's user avatar
  • 1
1 vote
3 answers
2k views

https certificates for 2 IP addresses on the same server

We are working on a router-like device which can have it’s own access point and be connected to another router. We want to have https on the management web page using a valid certificate (not a self-...
Acampoh's user avatar
  • 31
1 vote
0 answers
557 views

nginx - ssl and www redirect configuration

this is related to: https://stackoverflow.com/questions/24538973/django-allowed-hosts-error-for-www-domain-and-ip-address i'm attempting to redirect www and non-ssl requests to ssl non-www domain for ...
w--'s user avatar
  • 1,053
1 vote
1 answer
1k views

Virtual hosting with nginx over SSL, without SNI (via a wildcard cert)

I'm trying to get https://survey.mediacru.sh to work without SNI. We have a wildcard cert and are using nginx as our http server. However, on browsers without SNI support (for example, the stock ...
Drew DeVault's user avatar
1 vote
1 answer
2k views

Nginx/SNI: Return 444 if there's no certificate available for a specific domain hosted on the same IP

I'm stuck with configuring nginx regarding SSL and SNI support. In order to simplify my case let's say I have two domains, foo.com and bar.com. I have only one IP and both domains are mapped to this ...
creethy's user avatar
  • 43

15 30 50 per page