Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple HTTPS Ports? #113

Open
Brailyn opened this issue Jan 17, 2017 · 2 comments
Open

Multiple HTTPS Ports? #113

Brailyn opened this issue Jan 17, 2017 · 2 comments

Comments

@Brailyn
Copy link

Brailyn commented Jan 17, 2017

#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.

@keksa
Copy link
Collaborator

keksa commented Jan 25, 2017

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.

@tylerjharden
Copy link

@Brailyn This is exactly the sort of thing you would use something like HAProxy or nginx to do, via a reverse proxy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants