Skip to main content

All Questions

Tagged with
0 votes
1 answer
72 views

How do we create an SSL certificate on a website hosted on a Mac OS Sonoma system using a third-party SSL provider?

We have a website that we are hosting from a MacBook. We would like to add an SSL certificate to the website itself. Is there a way to do this, or should we just add the SSL to the whole system? We ...
AJGomez's user avatar
1 vote
1 answer
206 views

The Windows trusted the self-signed certificate but Google Chrome returned the NET::ERR_CERT_AUTHORITY_INVALID error

I created a self-signed Root CA certificate, then created an IA certificate signed with Root CA, and finally created a server certificate signed with IA certificate. These are the commands that I use: ...
Tần Quảng's user avatar
0 votes
2 answers
745 views

Make a site hosted in IIS server use https and access it within the intranet

I have a site hosted on my IIS server and I can access it on http:localhost. I made a self-signed certificate and added it to the site and can access it via https:\\localhost. I want the site to be ...
Suman jha's user avatar
0 votes
1 answer
2k views

Certificate is valid, but website shown as not secure on some browsers

So I'm currently trying to set up a website over https. I have a webserver running Ubuntu and Apache2, and DNS records are set to direct example.com and www.example.com traffic. I have a valid ...
guninvalid's user avatar
1 vote
2 answers
169 views

Invalid SSL certificate for Wikimedia, only on my PC and only on LAN; resolves correctly on Wi-Fi

Since yesterday I'm having trouble with anything related to the https://upload.wikimedia.org/ URLs, they all give an ERR_CERT_COMMON_NAME_INVALID error. I tried some troubleshooting and I noticed that ...
bimbo1989's user avatar
  • 111
0 votes
0 answers
169 views

Certificate Authority works in Linux but fails in MacOS

I want to create a self-signed root certificate authority, such that the certificates signed by this CA are trusted by the OS which trusts the CA. After following a couple different guides, I managed ...
David's user avatar
  • 101
1 vote
1 answer
233 views

TLS certificate validation depth

Background: I'm using the curl library to upload files via TLS to a server with a DigiCert certificate. Phenomenon: During the handshake phase, the server sends a Hello message and returns the ...
Abner Sun's user avatar
0 votes
1 answer
402 views

Running multiple virtual hosts behind stunnel

I am currently running a setup designed to let me ssh into my server through firewalls, using stunnel and port 443, while also running a webserver from that same machine. This is demonstrated in the ...
Iron filings's user avatar
1 vote
2 answers
951 views

Subversion Edge installing certificate on Windows deployment

I'm trying to get HTTPS to work on a new Collab.net Subversion Edge server deployed on a Windows environment. It currently serves the site in HTTPS but is using the default self-signed cert. I located ...
Andrew M's user avatar
1 vote
0 answers
1k views

How test test PWA on locally hosted webserver using physical Android device?

I have a test webserver hosted locally (127.0.0.1), hosted with https (port 443). (The webserver is hosted in Virtualbox, but I don't know if that matters). The site is hosted using a *.[mySite].com (...
NL3294's user avatar
  • 111
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
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
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
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
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
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
0 votes
1 answer
750 views

How to generate HTTP ca .cert?

If I use to generate a certificate + private key pair, with the following command on Linux: openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 This will generate two files (...
bbartling's user avatar
  • 245
0 votes
1 answer
373 views

Enabling HTTPS on EC2 Instance

I have an elastic public IP for my EC2 instance. I have an Nginx server running on it (and nodejs as a backend server). I'd like to enable HTTPS access to my server. My questions: Can I create an SSL ...
Sid's user avatar
  • 1
1 vote
1 answer
2k views

Created self signed Certificate working with curl but not with chrome

Architecture: VM- 10.0.0.50 local computer I named the CN www.ben.com and put 10.0.0.50 as the IP of www.ben.com in /etc/hosts. When I curl https://www.ben.com I get the HTML (if I curl the IP it ...
ben shalev's user avatar
10 votes
1 answer
10k views

In Wireshark where can I find the TLS Server's Certificate

I'm looking at a TLS v1.3 headers in Wireshark and I'm not sure where I would find the server certificate that is used to confirm that the server is who they claim to be. The Client Sends Hello then ...
masonCherry's user avatar
1 vote
0 answers
1k views

wget ERROR: cannot verify localhost's certificate, ..Self-signed certificate encountered

How Can I implement a secure https connection on ngnix I want to implement https on my localhost.I am running http server nginx on ubuntu 20.04 What I did was i issued the command sudo openssl req -...
Midhun Raj's user avatar
0 votes
1 answer
306 views

How do I disable the warning Chrome gives if a security certificate is not trusted without showing errors?

Asking again because I don't have enough reputation to post the answer here.
Loïc Joachim's user avatar
5 votes
1 answer
30k views

SSL certificate: EE certificate key too weak

$ curl -s https://goolge.ca | wc 0 0 0 $ curl -vs https://goolge.ca . . . * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * TLSv1.3 (OUT),...
xpt's user avatar
  • 8,851
1 vote
1 answer
194 views

Chrome, static PKP sets, and TLS inspect without warning

I'm using chrome in an environment that is employing transparent TLS inspect. There is a private CA that issues the certificates and is available in the trusted authorities store. When I visit mail....
Tom's user avatar
  • 13
1 vote
1 answer
993 views

Checkmate about TLS certificates on local networks, self-signed certificates and CA

I know barely anything regarding SSL and TLS certificates. Sorry about that. This is what my company asked me: They need to put a server on the local network that will be accessible through VPN to ...
Duck's user avatar
  • 1,777
0 votes
0 answers
4k views

Unable to establish SSL connection

When I try to download the package from this link I get a error; In curl; curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number In wget; --2020-10-27 19:17:40-- https://www....
maDeveloper's user avatar
1 vote
1 answer
2k views

Edge HTTPS Certificate Issue: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED

The title isn't great, but I don't know how to describe it. I recently installed new certificates for my Nginx server with certbot. If I access my website through (new) Edge, I get this error: error ...
OskarZyg's user avatar
0 votes
0 answers
938 views

Why aren't my self-signed certificates working for HTTPS on localhost

I have this in Node.js: const http2 = require('http2') const fs = require('fs') let server start({ port: process.env.PORT || 3000, private: fs.readFileSync('/Users/me/certs/localhost.key')....
Lance's user avatar
  • 387

15 30 50 per page