Skip to main content

Questions tagged [https]

HTTPS stands for HTTP Secure and is a combination of HTTP and SSL/TLS (Secure Sockets Layer/Transport Layer Security) and is used to provide an encrypted connection to a website.

1 vote
0 answers
271 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
38 views

How to merge Let's Encrypt added server block to already existing proxy_pass server block correctly?

Originally I had a simple server block that acts as a proxy to my WireGuard tunnel, but then I installed Let's Encrypt and it added a server block of its own. Everything still works well, the only ...
Stackerito's user avatar
0 votes
1 answer
2k views

How to disable old TLS versions in Windows?

Using Windows 11, no server or IIS, just want to disable old TLS versions of my personal computer so no connection over those versions can be made, even if that means some connections will fail. I ...
user avatar
4 votes
2 answers
10k views

Chrome 107 - marks self-signed certificate Not Secure despite cert is installed

I'm running create-react-app with self-signed HTTPS certificate locally. The certificate is installed in User's Trusted Root CA Despite that Chrome still marks the website as Not Secure what for ...
micnyk's user avatar
  • 143
0 votes
0 answers
1k views

Encrypted browser-proxy (Squid) connection

I'm trying to set up an encrypted communication between the browser and our proxy (squid) theoretically, it must work out of the box with modern browsers as mentioned in squid official doc : https://...
Wad's user avatar
  • 1
0 votes
0 answers
54 views

Save HTTPS response together with SSL signature

I'm building an app that should download file from a given url and store it locally, like a cache. Now, I would like to be able to prove that the content was indeed downloaded from this url, and not ...
lobanovadik's user avatar
1 vote
0 answers
1k views

Decrypting TLSv1.3 data using SSLKEYLOGFILE from native app

I am trying to decrypt TLSv1.3 packets using Wireshark. I have succeeded in doing so using this tutorial: https://blog.didierstevens.com/2020/12/28/decrypting-tls-streams-with-wireshark-part-2/ This ...
tomvis1984's user avatar
0 votes
1 answer
1k views

uefi shell - download a file via https

I am experimenting with uefi shell from and I wish to implement the following scenario : boot into uefi shell download a a startup.nsh script from https remote resource run the downloaded startup.nsh ...
chegov's user avatar
  • 11
2 votes
0 answers
7k views

Error with SSL routines:: unsafe legacy renegotiation disabled

I have been trying to do a webscraping from this site. When I use the browser to acess, the website opens normal. But when I try to use R or Python, I have a few errors like: Error in open.connection(...
rtheodoro's user avatar
  • 121
1 vote
1 answer
1k views

HTTP Error 404. The requested resource is not found. - Only when no "https://" is entered. Windows IIS with Wordpress. - Any ideas?

I am running Windows Server 2012 R2 with IIS. I have added a website at the following address: https://List4Less.com It worked fine up until recently. I added a wildcard SSL certificate and it ...
J. Yonan's user avatar
1 vote
0 answers
279 views

httpd on OpenBSD: How to Redirect URLs Ending In '.php'?

I am running an httpd(8) web server on OpenBSD. php-8.1.9 is used to serve php. In /etc/httpd.conf I have the following (example.com is a placeholder for the actual domain): server "example.com&...
Matthew Carlson's user avatar
1 vote
1 answer
1k views

How to trick my network into believing it sent a GET request to an URL while it is localhost?

Let's assume I send a GET request for the URL: https://www.example.com/ Is it possible to trick my network into thinking that it received a reply from said URL while it's actually coming from ...
Zuka's user avatar
  • 13
0 votes
1 answer
1k views

nginx: http to https not working on chrome

I've got this nginx configuration to redirect http to https: # http redirects to https server { listen 80 default_server; server_name _; return 301 https://$host$request_uri; } server { ...
Andrius's user avatar
  • 607
0 votes
0 answers
3k views

How do I deal with NET:ERR_CERT_AUTHORITY_INVALID in Edge?

I'm working on a legacy application with invalid ssl certificat. I want to run the application on Edge, I get the error NET::ERR_CERT_AUTHORITY_INVALID, but I can run it on google chrome. I know I ...
mourad semi's user avatar
1 vote
1 answer
83 views

Stop Chrome from going to a website when the connection is "not private" after using Advanced to circumvent that

I'm creating a secure website that uses HTTPS. When Chrome accessed it, Chrome reported a "Your connection is not private" error. I then used the "Advanced" button to go to the ...
ArthurG's user avatar
  • 13

15 30 50 per page
1 2 3
4
5
59