You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was trying to build and install EJBCA CE 9 using the documentation on EJBCA installation.
Everything went well, however, the documented set up does not work well with a reverse proxy, where the proxy terminates the TLS connection and serves the server certificate issued by a public CA.
I then tried adapting the undertow configuration following what I gathered from standalone.xml in the Docker container:
While this approach works, it also feels quite "hacky". I was thus wondering if you could please provide some insight into any intended reverse proxy set-up with manually installed EJBCA?
If this approach is solid, then perhaps it would be a nice addition to the documentation? The repository with Ansible scripts unfortunately only uses AJP which, to my understanding, is not usable with nginx. I'll also move the post under the Show and Tell category in that case.
I am also a bit puzzled about what the web.enableproxiedauth=true in web.properties is supposed to do, as I observed no differences in standalone.xml with and without it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I was trying to build and install EJBCA CE 9 using the documentation on EJBCA installation.
Everything went well, however, the documented set up does not work well with a reverse proxy, where the proxy terminates the TLS connection and serves the server certificate issued by a public CA.
I then tried adapting the undertow configuration following what I gathered from
standalone.xml
in the Docker container:While this approach works, it also feels quite "hacky". I was thus wondering if you could please provide some insight into any intended reverse proxy set-up with manually installed EJBCA?
If this approach is solid, then perhaps it would be a nice addition to the documentation? The repository with Ansible scripts unfortunately only uses AJP which, to my understanding, is not usable with nginx. I'll also move the post under the Show and Tell category in that case.
I am also a bit puzzled about what the
web.enableproxiedauth=true
inweb.properties
is supposed to do, as I observed no differences instandalone.xml
with and without it.Thank you in advance for any insights.
Reverse proxy configuration:
Beta Was this translation helpful? Give feedback.
All reactions