SSL for onpremise 20.10.1

Hello all,

Is there any documentation how to enable SSL for sentry 20.10.1?
I googled something like:
sentry.conf.py

SENTRY_WEB_HOST = '0.0.0.0'
SENTRY_WEB_PORT = '9000,sentry.crt,sentry.key'
SENTRY_WEB_OPTIONS = {
    'protocol': 'https'
}

unfortunately this config not working. any ideas or suggestions?

Kristaps

Hi, the recommended way is to use a dedicated load balancer that does TLS termination in front of Sentry.

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