resgrid selfhosted #199299
Replies: 3 comments
-
|
Your Resgrid API container crash is happening because the image is hard‑coded to use embedded OpenIddict certificates, which are either missing or invalid, and it ignores external certificate settings—even in dev mode. The CryptographicException: m_safeCertContext is an invalid handle error means the container is trying to load a certificate that doesn’t exist or isn’t trusted. |
Beta Was this translation helpful? Give feedback.
-
|
is there a fix |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for confirming the issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
Body
i am trying to install resgrid selfhosted and habeen trying to install it but i am having several issues with the install. is there anyone out there that can help with soome of the issues i am having one is Resgrid API container is trying to load certificates that the image no longer supports. The Resgrid API image you’re running requires internal, embedded OpenIddict certificates it ignores your external cert settings. It still tries to load certs, even in dev mode and the certs inside the image are either missing or invalid resulting a the crash.
CryptographicException: m_safeCertContext is an invalid handle This error never changed, no matter what we fixed.
Thanks
Guy
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions