Present SO via reverse proxy #4209
-
I'd like to create a NGINX reverse proxy configuration, to wrap everything in an existing website:
But there are a lot of places where SO redirects the browser to bypass the proxy. One particularly important one is the Kratos authentication module. Is there a place to set a "this is the top-level SO URL" to https://mywebsite/protected/securityonion/ for everything? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I'm also trying to set up a reverse proxy. Have you found out a way to disable the built-in SO certificate? I'd just like to serve SO on plain HTTP and let the reverse proxy handle the certificate. |
Beta Was this translation helpful? Give feedback.
-
Having it as https://somehostname/securityonion will not work. However you can so securityonion.somehostname.com and change your baseurl. |
Beta Was this translation helpful? Give feedback.
Having it as https://somehostname/securityonion will not work. However you can so securityonion.somehostname.com and change your baseurl.