You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title says, I built and tried mint via github action (commit 64d4aa7), but when I tried to get modules from mod.io through the reverse proxy, mint threw an unknown certificate error:
ERROR mint::gui::message: mod.io error: http request error: Request error: error sending request for url (This text is replaced because the mod list is too long): error trying to connect: invalid peer certificate: UnknownIssuer
I can understand that the program chooses not to trust the system certificate for data security, but network restrictions in some regions make it impossible to directly access mod.io. In this case, local reverse proxy is a way to access.
In my opinion, adding an option to enable or disable the system certificate library or allowing users to trust specific certificates on their own may be a solution.
Using machine translation assistance, please ignore grammatical or contextual errors.
If I misunderstood the functionality or this will be fixed in the official release, please let me know.
The text was updated successfully, but these errors were encountered:
As the title says, I built and tried mint via github action (commit 64d4aa7), but when I tried to get modules from mod.io through the reverse proxy, mint threw an unknown certificate error:
I can understand that the program chooses not to trust the system certificate for data security, but network restrictions in some regions make it impossible to directly access mod.io. In this case, local reverse proxy is a way to access.
In my opinion, adding an option to enable or disable the system certificate library or allowing users to trust specific certificates on their own may be a solution.
Using machine translation assistance, please ignore grammatical or contextual errors.
If I misunderstood the functionality or this will be fixed in the official release, please let me know.
The text was updated successfully, but these errors were encountered: