Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

About Chromebooks
aboutchromebooks.com > err_cert_common_name_invalid

How To Fix err_cert_common_name_invalidcom?

3+ day, 23+ hour ago   (716+ words) Chrome stops a page and prints NET::ERR_CERT_COMMON_NAME_INVALID when the name written on a site’s SSL certificate does not match the address you asked for. Most cases trace back to the server. A smaller share come from your own device, a…...

DEV Community
dev.to > nodevguy > tls-certificates-actually-explained-no-hand-waving-3eka

TLS certificates, actually explained, no hand-waving

1+ week, 5+ day ago   (1587+ words) Most developers use TLS constantly and understand it vaguely, "it's the padlock, it means encrypted," without a clear picture of what's actually happening or, more usefully, what actually breaks and why when a cert issue takes down production. Let me…...

LinuxForDevices
linuxfordevices.com > tutorials > linux > burpsuite-with-firefox

Setting up the Burp Suite certificate in Firefox

2+ week, 2+ day ago   (877+ words) A Burp Suite certificate in Firefox is what lets the proxy read your HTTPS traffic without throwing security warnings on every page. Firefox keeps its own certificate store instead of using the operating system’s, so importing Burp’s CA certificate here…...

DEV Community
dev.to > sunshoutkernel > stop-saying-ssl-tls-only-does-three-jobs-and-your-ssl-cert-is-usually-not-the-outage-26dh

Stop saying SSL: TLS only does three jobs, and your 'SSL cert' is usually not the outage

2+ week, 6+ day ago   (330+ words) Runbooks still say "renew the SSL certificate" when the browser warning is obsolete protocol. The certificate can be brand new. The tunnel is still TLS 1.0. This is a shortened English note. The tables, handshake diagram, and OpenSSL CLI checks live…...

DEV Community
dev.to > merlonix > ssl-certificate-name-mismatch-neterrcertcommonnameinvalid-5ak4

SSL Certificate Name Mismatch: NET::ERR_CERT_COMMON_NAME_INVALID

2+ week, 6+ day ago   (727+ words) The certificate is real. It's signed by a genuine CA, it's nowhere near expiry, and the chain is complete. And the browser still slams the door: This is a different failure from the two it's most often confused with. It…...

DEV Community
dev.to > merlonix > ssl-certificate-problem-unable-to-get-local-issuer-certificate-40ak

SSL Certificate Problem: Unable to Get Local Issuer Certificate

2+ week, 6+ day ago   (461+ words) You open the site in a browser and the padlock is green. Then your app tries to call the same host and dies: Here is the reframing that makes the whole error make sense. A TLS server is supposed to…...