mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #354] ERR_SSL_PROTOCOL_ERROR : sent an invalid response #229
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#229
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 @moinologics on GitHub (Mar 13, 2021).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/354
I installed mkcert using choco in windows 10
Then I generated a certificate for linux.vm domain from windows 10 PowerShell (including mkcert -install command) and imported it in my virtual machine running apache2 server on the ubuntu 20.04 server edition.
when I visit https://linux.vm from chrome on windows 10, then it gives me ERR_SSL_PROTOCOL_ERROR (screenshot below)
although http://linux.vm working good.
@FiloSottile commented on GitHub (Mar 13, 2021):
This looks like an issue with the TLS/HTTPS server implementation, not with the certificate. mkcert only generates the certificate, and has no control over the server you load it into. Try updating the version or configuration of your TLS/HTTPS server.