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

All Questions

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
2 votes
1 answer
1k views

How does my ISP know I want to browse a torrent website over https

So, I was trying to browse a torrent website over https with a new ISP today. When I tried to open the page, it opened the following html content <meta name="viewport" content="width=device-width,...
hjpotter92's user avatar
5 votes
1 answer
12k views

Redirect incoming https to local ip with iptables

I have a router with 1 network interface (eth0, public ip) and an alias for eth0:0, local ip 192.168.1.1. I want to redirect all incoming https (443) traffic to another server. I tried it with ...
AnttiQ's user avatar
  • 83