Configure Gitlab self-signed SSL certificate

I’ve installed an on-premise version of Sentry alongside my Gitlab instance. This Gitlab server use a local certificate authority that sentry is unable to trust.

I’m looking for help on how to make Sentry to trust the certificate authority.

Thanks.

Oh are you lucky that we have just landed https://github.com/getsentry/onpremise/pull/1015 a few days ago.

You can find the relevant docs here: https://develop.sentry.dev/self-hosted/custom-ca-roots/

Note that 21.8.0 is not released yet so if you cannot wait, you’ll need to use the nightly builds.

1 Like

Hi @BYK, I’ve just installed the version 21.8.0. But can’t find the certificates folder in my installation folder as per this link https://develop.sentry.dev/self-hosted/custom-ca-roots/.

Any help ?

You can create it yourself? :slight_smile:

Yes, I can. I’ll try to see if it fixes my issue. Thank you.

1 Like

Btw thanks for the feedback. Based on that, I submitted this PR: feat: Have an empty certificates folder ready by BYK · Pull Request #1065 · getsentry/onpremise · GitHub

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.