mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #101] firefox ssl length error #55
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#55
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 @brycedorn on GitHub (Jan 7, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/101
hey! thanks for making this - been looking for a local SSL solution for a while so hoping to add this to my workflow. I just added the url to the local url (
test.localhost), but getting this error using firefox:did some digging, and dropping firefox's TLS version from 1.3 to 1.2 (in
about:configchangingsecurity.tls.version.maxfrom 4 to 3) was a proposed solution, but this didn't work for me. any ideas? I searched issues here and haven't seen anyone else experience this.@twhite96 commented on GitHub (Jan 8, 2019):
Having the same issue, both FF and Chrome.
@FiloSottile commented on GitHub (Jan 8, 2019):
Are you running an HTTPS server at test.localhost:443? Sounds like this might be the result of connecting to a plain HTTP server.
Anyway, it's likely this is an issue with the TLS implementation you are using, not with the mkcert certificates.