Permanent 502 Bad Gateway #58
-
Hello! After several installation attempts I keep getting an error "502 Bad Gateway nginx/1.18.0 (Ubuntu)". What am I doing wrong? Best regards |
Beta Was this translation helpful? Give feedback.
Answered by
deeztek
Dec 29, 2023
Replies: 1 comment 10 replies
-
Hopefully you are not trying to run Hermes in a LXC environment :) |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
okay I found the problem. Ortus changed the commandbox version number structure at some point between 5.8 and 5.9 for some reason.
So, from a fresh Ubuntu 20.04 server, git clone the Hermes SEG repo and edit the following file:
Hermes-Secure-Email-Gateway/download/commandbox/server.json
Change the following parameter in the file:
"cfengine":"lucee@5.2.9+31"
to
"cfengine":"lucee@5.2.9+031"
(note the "0" in front of "31").
Save it and start the install.
I will be pushing an update to fix this issue soon, but I'm in the middle of an release and it's going to take a few days.