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