Skip to main content

All Questions

Tagged with
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
1
2
3 4 5
8