[GH-ISSUE #373] Invalid CA error on ChromeOS Linux host #245

Open
opened 2026-02-25 22:32:57 +03:00 by kerem · 4 comments
Owner

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"

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"
Author
Owner

@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/

<!-- gh-comment-id:861143220 --> @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/
Author
Owner

@fitsum commented on GitHub (Jun 15, 2021):

thanks @rfay

<!-- gh-comment-id:861734142 --> @fitsum commented on GitHub (Jun 15, 2021): thanks @rfay
Author
Owner

@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.

<!-- gh-comment-id:3094723690 --> @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.
Author
Owner

@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"

<!-- gh-comment-id:3094760564 --> @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"
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#245
No description provided.