mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 13:36:02 +03:00
[GH-ISSUE #373] Invalid CA error on ChromeOS Linux host #245
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#245
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 @fitsum on GitHub (Jun 15, 2021).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/373
I tested this with SSE server and websocket server.
In both cases, I can curl the URLs for both above examples with no problem but Chrome browser gives the following error -
"Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID"
@rfay commented on GitHub (Jun 15, 2021):
Unfortunately, on ChromeOS the browser is not part of the linux system, so the CA created in Linux is not recognized by the Chrome browser (or even known, or even on the same filesystem) , so you'll have to install the CA into the host-side Chrome browser or run a Linux version of Chromium on the Linux side.
A while back I experimented with this, and the workarounds are explained in https://ddevhq.org/ddev-local/ddev-docker-chromebook/
@fitsum commented on GitHub (Jun 15, 2021):
thanks @rfay
@sirgatez commented on GitHub (Jul 20, 2025):
@rfay The link is no longer valid and all information posted on it is lost. Way Back Machine didn't catch this one either.
@rfay commented on GitHub (Jul 20, 2025):
It's #3 in https://ddev.com/blog/ddev-docker-chromebook/ in the "Adding dnsmasq to Use the Chromebook-side Chrome Browser"