mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
[Question] How to allow Cert Authority or getting around Cert_Authority_Invalid Errors #635
Reference in New Issue
Block a user
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 @dcaldessa on GitHub (Feb 9, 2021).
I have a project that I am working on with Asp.net Core 5.0 and electronNet. I am getting a Certificate authority error.
How can I handle this with electronNet I am not sure where I need to configure the Certificates .when starting the app.
@FlorianRappl commented on GitHub (Nov 7, 2025):
Certificates need to be added to the system. There are settings in Electron where you can disable SSL verification, but in general you should not disable SSL verification or ignore SSL errors.
Here is a StackOverflow answer for adding certificates to the system store:
https://stackoverflow.com/questions/566570/how-can-i-install-a-certificate-into-the-local-machine-store-programmatically-us
Note that elevated privileges might be necessary.