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.

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

15 30 50 per page
1 2
3
4 5
30