Questions tagged [https]
All about programs and services that use HTTPS.
216 questions
-1
votes
1
answer
86
views
How to troubleshoot duckDNS from MacOS / Safari [closed]
A NCP (nextcloudpi) server is stationed at downwind.duckdns.org
Safari returns:
Chrome returns:
A private Safari browser returns the expected NCP webpage.
I seek a troubleshooting procedure to ...
1
vote
3
answers
960
views
I just installed Debian. I was trying to install ProtonVpn but I can't pull the deb file with wget
I just installed Debian. I was trying to install ProtonVpn but I can't pull the deb file with wget. My system clock is up to date. I also tried adding different servers in the resolve.conf file but ...
0
votes
1
answer
206
views
Tunnel all https traffic from server through remote to bypass firewal
I have a remote machine I ssh where I'm running code that needs to access a specific https url (https://api.trustedservices.intel.com/sgx/certification/v4/qe/identity for example, or any other ...
1
vote
0
answers
149
views
http/https monitoring from terminal with top-like interface
I'm looking for a network monitor in a top-like interface, but I would like to be able to inspect all requests / responses, not just the IP addresses that are being connected to. I've found several ...
0
votes
1
answer
161
views
NGINX x-forwarded-proto not working
I have an ASP.NET app hosted in a Docker container, with a NGINX reverse proxy, hosted on a VPS. When running in production, the x-forwarded-proto header isn't being passed.
From what I understand, ...
0
votes
1
answer
654
views
How do I tell curl to try other protocols?
I tried downloading an Aeroméxico news item using
curl "https://www.aeromexico.com/en-us/am-news/new-Rome-route" -s --trace-ascii -
But it reports
== Info: HTTP/2 stream 1 was not closed ...
1
vote
1
answer
124
views
Why is my web server serving HTTPS content on port 80?
Apache webserver on Rocky Linux 9, with SSL certs obtained from LetsEncrypt. This is the config of a specific virtual host "myvhost", but the problem arises for all vhosts on my server:
/etc/...
0
votes
1
answer
145
views
Bot crawling getting 301/redirects instead of 404 so it's hiding from fail2ban. How is it getting 301 intead of 404?
I have fail2ban setup and it's working great for most scanning. It triggers off any 4xx in the nginx error log. However, note the following bot scan. Somehow THIS bot is triggering my server to return ...
3
votes
2
answers
3k
views
Is the Web server on repo.skype.com down? [closed]
For at least three days (today is 2024-06-01), repo.skype.com has been useless though up:
# cat /etc/apt/sources.list.d/skype-stable.list
deb [arch=amd64] https://repo.skype.com/deb stable main
# ...
0
votes
1
answer
232
views
NGINX HTTPS not redirecting properly
I followed Cerbot's instructions
to get a HTTPS certificate for NGINX in my Debian server for a
domain, but the HTTPS is not redirecting properly.
I got the following in etc/nginx/conf.d/app.conf from ...
2
votes
0
answers
693
views
How to SNI filter with nftables v1.0.8?
eg: permit classroom and block youtube which share an IP:
dig www.youtube.com +short | grep "$(dig classroom.google.com +short)"
142.251.32.78
https://serverfault.com/questions/988309/...
0
votes
1
answer
815
views
Why squid deny the https request but allow the same site with http request?
I want to allow dev just use github copilot and deny other request.
According to github info:
https://docs.github.com/en/copilot/troubleshooting-github-copilot/troubleshooting-firewall-settings-for-...
0
votes
0
answers
168
views
ufw rule supposed to block traffic but iptables allows it
As a test I wanted to temporarily block access to my website. So, I deleted http/https rules using ufw delete command. ufw is set to default deny incoming. The only remaining rule is the one allowing ...
0
votes
1
answer
481
views
Debian (and ubuntu) having throubles in downloading apt-get updates if I use https
As stated in the previous question: How can i force apt-get or apt to use only https connections
deb https://deb.debian.org/debian bookworm main
deb https://security.debian.org/debian-security ...
0
votes
0
answers
2k
views
Disable TLSv1.0 and TLSv1.1 using httpd CentOS7
I'm trying to disable TLS 1.0/1.1 for PCI Compliance, but having problems.
Running CentOS 7 / Apache 2.4.6
The Server is setup with multiple hosts.
All the documentation I've found is similar but ...