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.

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
56 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
283 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
84 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
1 vote
2 answers
2k views

How can I reach the device in a LAN from both external and sub LAN?

I have a device, the target device in the diagram, running a website providing service through HTTPS (and HTTP is necessary too for TLS certificate renewal) and also providing samba service for ...
Programus's user avatar
  • 153
18 votes
5 answers
32k views

Firefox allow HTTP URLs (and not force HTTPS)

tl;dr I want to browse an http-based URL but Firefox will not let me. A local network HTTP server is at http://host (port 80) and the corresponding HTTPS server is at https://host (port 443). When I ...
JamesThomasMoon's user avatar
0 votes
0 answers
69 views

Why do some Https download links not have a padlock in Firefox?

Why when you go to some download links by typing / pasting in the address bar in Firefox (in Windows 10), does it show https, but there is no padlock? (Similar might be seen in other browsers) Random ...
Eric's user avatar
  • 87
0 votes
0 answers
15 views

Stages where a https connection can fail

What is the latest stage, where a https connection can fail (i.e. the user demanding a https version gets a browser warning that the site is not secure since no https available)? beginning of ...
Martin's user avatar
  • 402
0 votes
0 answers
279 views

Safebrowse.io warning - Some users on home network can only connect to website after removing the "s" from https and proceed

A company website I occasionally assist with is giving the following an error and it is only showing itself on home networks. Upon visiting the site, a user may experience the following error The Site ...
Garrett's user avatar
1 vote
0 answers
416 views

Sending http/https requests to a specific server behind router

Let me start by saying that I am fairly new to Hyper-V and networking. In my current setup I have 3 separate servers running Windows Datacenter 2022, one of which is running a Hyper-V VM. I have given ...
Seth's user avatar
  • 11
0 votes
1 answer
187 views

HTTPS and HSTS headers issue

In my scenario we currently have www3.example.com routing through a few different paths. Could you please advise how we should correct this to be a better approach, possibly just redirecting even? &...
samtech's user avatar
  • 11
0 votes
1 answer
328 views

How to Activate AutoFormat so as to Activate Multiple Hyperlinks Simultaneously in Microsoft WORD for MAC

I've been able to find on the Web instructions for WORD 365 explaining how to replace all the URLs in a WORD document with corresponding active hyperlinks, by means of a single editing action. They ...
Brian Randell's user avatar
1 vote
0 answers
832 views

Accessing external ip from internal network does not work for port 443 but works for 80

I have the below setup RPI <===> Router <===> internet I port forwarded port 80 and 443 in the router so that the web server running in rpi is accessible outside. I was able to access the ...
balki's user avatar
  • 127
5 votes
3 answers
34k views

How to verify that you're using DNS over HTTPS (DoH) with Quad9 / other non Cloudflare DNS providers

I'm using pihole with an upstream DNS server of Quad9 DoH. The upstream DNS and the pihole are configured with docker via a docker-compose.yml file, with the upstream DoH server using the cloudflared ...
SneakyShrike's user avatar
2 votes
1 answer
1k views

What is "Added Security" in the Microsoft Edge address bar?

I have started noticed "Added Security" in the Microsoft Edge address bar. It's giving me flashbacks to EV SSL certificates. I've searched a bunch and can't find what this exactly means. ...
Sam Rueby's user avatar
  • 207
2 votes
1 answer
5k views

Cannot access my router webpage because Chrome forces https

I cannot access my router webpage which is http://192.168.1.1 because it gets redirected to https://192.168.1.1 (gives me ERR_SSL_VERSION_OR_CIPHER_MISMATCH). I know that google switched to https for ...
Omar Shawky's user avatar
0 votes
0 answers
93 views

mistaccaly created extra ssl certificate generate -> NET::ERR_CERT_COMMON_NAME_INVALID

i am very new to web hosting and you can check my website https://www.potatino.com/, it show error : NET::ERR_CERT_COMMON_NAME_INVALID i am using digital-ocean my certificates currently are: ...
ketan's user avatar
  • 1
0 votes
1 answer
286 views

Receiving incorrect TLS certificate from website

This is a strange issue that (so far) is specific only to plex.tv website. I am seeing this same problem from various devices on my network. Ultimately, simply trying to access https://plex.tv in my ...
confusedalex's user avatar
0 votes
0 answers
114 views

Secure router port http traffic

I have ip cam in my router network. Is it possible to secure it's stream using some openwrt package? I can secure router ui by https with uhttpd package, but as far as I understand it will work with ...
Anton Putau'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
-1 votes
1 answer
2k views

SSL certificates for local web applications [closed]

My understanding is that there are three ways you could go about setting up a intranet web server (local network only) for HTTPS. Self signed SSL certificate. Cons: Browsers typically don't likes ...
Chris_F's user avatar
  • 300
0 votes
0 answers
99 views

A subdomain returns a main domain content when HTTPS

I've set up LetsEncrypt SSL certificate on my subdomain, sm.webscraping.pro. Yet the subdomain serves the main domain (webscraping.pro) content at HTTPS, while its own (as intended) content at HTTP. ...
Igor Savinkin's user avatar
2 votes
0 answers
2k views

Visual Studio code does not corrently handle HTTPS connection over proxy

It seems like I have a misconfiguration issue. The top of the iceberg is the following error in VS Code v1.62.3 console: > Executing task: C:\Users\Test\.platformio\penv\Scripts\platformio.exe ...
dma_k's user avatar
  • 386
0 votes
0 answers
2k views

SSL port 443 not responding and https not working

I have successfully setup SSL using CERTBOT on my NGIX server. However when I tried to use https://domainame I'm getting a not responding response. netstat -ano | grep 443 gives me the following ...
rksh's user avatar
  • 109
0 votes
0 answers
918 views

LetsEncrypt certificate (generated thru Vesta CP) does not work for subdomain at Centos 7

1 ) Add cert I've added up a SSL certificate for a subdomain sm.webscraping.pro (VPS, Centos 7) at VestaCP using Lets Encrypt support option, see below: 2 ) Files The certificate files are in the ...
Igor Savinkin's user avatar
0 votes
1 answer
2k views

Set up SSL cert for subdomain to work with https, Centos 7

I've set up a subdomain sm.webscraping.pro working thru http (Centos 7). Yet as to https, the https:// returns rather the main domain content (webscraping.pro). Any suggestion how to plug in another ...
Igor Savinkin's user avatar
0 votes
0 answers
42 views

How to fix SSL issue from 30-September-2021 [duplicate]

After having this SSL error, I have search and know that it start from 30/09/2021, cause from let's encrypt. I tried updating my windows, updating chrome, manually downloaded and added some ...
Pham X. Bach's user avatar
  • 1,253
0 votes
1 answer
7k views

https://localhost:443 becomes https://localhost

I launch a web application by sudo PORT=443 HTTPS=true ./node_modules/.bin/react-scripts start. Then, I run https://localhost:443/#/start in a browser. It does open the start page, but the url becomes ...
SoftTimur's user avatar
  • 1,307
1 vote
0 answers
857 views

Access HP Switch Web-UI in HTTPS Admin Mode

On my HP 1820 G24 Switch, I set Secure HTTP Configuration (enabled HTTPS Admin Mode). For that, the Switch generated its own SSL certificate. So far so good. -- When I try to access the Web-UI in ...
Amit G.'s user avatar
  • 195
1 vote
1 answer
11k views

This CA Root certificate is not trusted because it is not in the Trusted Root Certification Authorities store

I am running a web app on Linux where I dont think anyone will look at it besides myself called node red looking to run the web app on TLS with certs. Going off this tutorial to generate these two ...
bbartling's user avatar
  • 245
1 vote
0 answers
670 views

Apache Directives for Apache Reverse Proxy with SSL

I am running Gitea on a Debian 10 LAMP machince with an ISPConfig / Apache2 Reverse-Proxy. I managed to get Gitea working on my test server, that doesn't have SSL, using the apache directives below: ...
mjones's user avatar
  • 317
1 vote
0 answers
2k views

How to troubleshoot ERR_CERT_AUTHORITY_INVALID error on specific site, on specific device, on specific browser?

I get the ERR_CERT_AUTHORITY_INVALID error only on a specific website, only on one Android phone, only using Chrome mobile. the site works (i.e. https is accessible without error) with every other ...
user avatar
41 votes
4 answers
20k views

cURL on Ubuntu 14: all Let's Encrypt certificates are expired (error 60)

Today out of a sudden all HTTPS requests, that my Ubuntu 14 server sends to websites with SSL certificates issued by Let's Encrypt, started to fail. The error produced by cURL is: curl: (60) SSL ...
Finesse's user avatar
  • 1,121
2 votes
3 answers
3k views

NET::ERR_CERT_DATE_INVALID and certificate is not expired

When I try to access my website using https I receive the below error. This error only occurs from my computer regardless which browser I am using to access the home page. When I try to access the ...
jxw's user avatar
  • 119
3 votes
1 answer
1k views

Stop Chrome from changing URL from HTTP to HTTPS when I edit it in the address bar

Note: this is not a duplicate of How to stop an automatic redirect from “http://” to “https://” in Chrome In Chrome 93 on Windows 7: I browse to http://example.net/a Chrome hides the protocol in the ...
EM0's user avatar
  • 1,852
0 votes
1 answer
3k views

How to properly make default SSL VirtualHost with apache2?

I have an Ubuntu server with apache2 serving the 2 different domains example.com and test.net with valid SSL certificates. I set up VirtualHosts on port 443 to serve my SSL secured domains and on port ...
AracKnight's user avatar
2 votes
1 answer
457 views

What are the risks on public wifi if using https?

Let's assume I'm on a public, unsecured wifi and malicious hackers have full access to it. If I'm only using https,what are the risks?
Clay Nichols's user avatar
  • 5,376
3 votes
1 answer
389 views

What would be the best way to have multiple docker containers running on one server with https?

So currently I have an Python Flask application. It is a basic script with different webhooks. For each new webhook I want to add I would need a different Docker container. So since I will be ...
Danny O's user avatar
  • 33
0 votes
1 answer
247 views

Nginx docker HTTPS connection

nginx.conf: user nginx; worker_processes auto; pid /tmp/nginx.pid; # turn off daemon mode to be watched by supervisord daemon off; pcre_jit on; error_log /var/log/nginx/error.log warn; # events ...
Danny O's user avatar
  • 33
1 vote
0 answers
159 views

CURL/Mac: error while downloading. Protocol "https" not supported (error 1)

I experience issues with both Composer and Wordpress (npm doesn't seem to be affected 🤔) The error message from Composer is exactly https://repo.packagist.org could not be fully loaded (curl error 1 ...
Mestika's user avatar
  • 981
0 votes
1 answer
133 views

Create a HTTPS Tunnel to avoid network hard limitations

Here is my problem : At work, if I don't want to use my phone for everything I use the provided connection to the internet, that goes through a network that has strict restrictions : basically all ...
LMT-PhD's user avatar
  • 101
1 vote
0 answers
423 views

PuTTY redirect http to https

I am trying to make a simple GET request to www.delek.co.il/stations using PuTTY And the header: GET /stations HTTP/1.1 Host: www.delek.co.il And I am getting HTTP/1.1 301 Moved Permanently HTTP/1....
0xAlon's user avatar
  • 23

15 30 50 per page
1
2
3 4 5
18