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
Is there anyway to configure access to the HTTPS page via a secondary port, such as 443 AND 444?
I have been testing UCRM behind a HAProxy server and have been having difficulties getting Stripe to play nicely with SNI. I'd reconfigure HAProxy, but this would be the easiest--if it is possible.
I have been looking at the /home/ucrm/docker-compose.yml file and changes to the port section do not appear to be working for me.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Hello @Brailyn, I don't think this would be done easily. The docker-compose file maps the ports to the ones we marked as exposed in the docker image. Those are 80, 81, 443 and 2055. I don't know about any way to map more than one port to them.
#Question
Is there anyway to configure access to the HTTPS page via a secondary port, such as 443 AND 444?
I have been testing UCRM behind a HAProxy server and have been having difficulties getting Stripe to play nicely with SNI. I'd reconfigure HAProxy, but this would be the easiest--if it is possible.
I have been looking at the /home/ucrm/docker-compose.yml file and changes to the port section do not appear to be working for me.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: