SSL support for UI
#2844
|
I'm wondering if there is any way to have SSL enabled access? The current dockerfile only has http for nginx whereas integration with OAUTH/identify providers like Amazon Cognito mandates SSL based callback URLs. |
Answered by
cugwmui
Feb 3, 2023
Replies: 2 comments
|
Common solutions are a reverse proxy in front of Aleph or using a managed service that handles TLS termination for you. This depends on your hosting/deployment setup, so we’re unfortunately not able to provide more specific instructions. |
0 replies
|
Thanks. I ultimately configured it with a SSL termination proxy. |
0 replies
Answer selected by
tillprochaska
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks. I ultimately configured it with a SSL termination proxy.
Ideally a solution would be a minor set of changes in the nginx.conf and definition of an SSL certificate, but solutions like reverse proxies work too.