Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
122 views

Cannot reach domain via HTTPS on the same server behind a PfSense Firewall

I am hosting a platform on a server which has multiple domain names, let's say example.com and anotherexample.com. I am running a Spring Boot backend on that server, which uses the domain example.com ...
Jason's user avatar
  • 323
1 vote
0 answers
707 views

Make FRP get the full HTTPS on VPS with Nginx

I have a VPS of V2Ray, and V2Ray is configured as "WebSocket+TLS+Web". (FRPS) VPS: At present, three software V2Ray, Nginx, and FRP are installed on VPS. VPS has the domain name provided by ...
BGP-OL's user avatar
  • 11
0 votes
1 answer
382 views

Unable to access my server with my domain name in http with a browser

I installed nginx on my server and want to access it with a browser using my domain name. Basically i can do that using my server IP http://41.111.142.74/ Now trying to do that with my domain name ...
Mssm's user avatar
  • 101
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
5 votes
2 answers
7k views

Running server on home network with HTTPS

Like the title suggests, I am trying to configure my server to serve traffic with HTTPS. I am already able to expose the server and receive information from it, just simply without HTTPS. There are a ...
Alex Montague's user avatar
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