mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #361] SSL_ERROR_RX_RECORD_TOO_LONG #237
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#237
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 @Nv7-GitHub on GitHub (Apr 6, 2021).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/361
I made a certificate using

mkcert -install. I then went tohttps://localhost:8080, using the test webserver I was running. It worked withhttp://localhost:8080, but not withhttps://localhost:8080. It gave me the errorSSL_ERROR_RX_RECORD_TOO_LONG. I have attached a screenshot.It seems like the SSL certificate was successfully created though, I have also attached a screenshot.
@nazmulpcc commented on GitHub (Apr 10, 2021):
Having the same issue. I am generating the certificate from a dockerized Ubuntu 20.4 and my host system is Manjaro Linux. I am using mkcert 1.1.2. Also tried 1.4.3
@kenricashe commented on GitHub (May 26, 2021):
Same here using 1.4.3 in Ubuntu 20.10 with Apache 2.4.46. I followed the instructions from Chandan Kumar and had no errors until trying to actually load in Firefox.
@kenricashe commented on GitHub (May 27, 2021):
Found my solution!
Just had to configure support for TLS 1.2 and 1.3 in Apache2.
@kolchurinvv commented on GitHub (Oct 11, 2021):
Also have this issue. mkcert version 1.4.3; mac osx 11.6 (20G165); Firefox Developer Edition 94.0b4 (64-bit)
@ivanjaros commented on GitHub (Dec 19, 2021):
yep, same problem on windows 10 and ff 75.0.2 . i have built from source(go). last commit was in february.
@dmitryuk commented on GitHub (Dec 8, 2025):
same issue, but finally found I missed to add ssl flag within nginx config