mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 21:45:59 +03:00
[GH-ISSUE #422] Wrong SSL read in browsers #278
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#278
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @damms005 on GitHub (Jan 19, 2022).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/422
Strangely, I've been unable to get generated SSLs to work on my new computer (works on previous one). While trying to debug this, I found that the expiry dates reported by browsers for the cert are wrong. I will use snapshots of Chrome to explain.
After running
mkcert -install, I generated the cert withmkcert tims.local "*.tims.local" example.test localhost 127.0.0.1 ::1. Command output was good.I configured apache to use it. Relevant site config lines are:
Restarted apache, restarted browsers. Error persists. Clicking on "Not secure" on Chrome address bar area, I get this:

I ran the cert creation code at
Where did Chrome get an
Expires Onvalue of:My best guess is that somehow Chrome is holding on to some old, previously generated cert? I've tried clearing cache and all that, to no avail