Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

WHD Containers #7

Open
shabbirkagalwala opened this issue Jul 19, 2017 · 4 comments
Open

WHD Containers #7

shabbirkagalwala opened this issue Jul 19, 2017 · 4 comments
Labels
container/whd Web Help Desk Container enhancement

Comments

@shabbirkagalwala
Copy link

@leecalcote This is more of a feature request or a question rather than a bug/issue.

We noticed that when WHD sends out an email notifying the user about a ticket, the link to the ticket in the email is http instead of https. Is there a flag maybe that we can use or any configuration changes that can be made to have this default to https instead of http?

To give you some insight, we are using the whd containers behind a proxy which also acts a ssl terminator.

Thank you.

@shabbirkagalwala
Copy link
Author

shabbirkagalwala commented Jul 27, 2017

@leecalcote We dug around a bit to check the files and this is how we got it to work.

docker run -d -p 443:443 --name=whd -e URL_HTTPS_PORT=443 -e HTTPS_PORT=443 solarwinds/whd-embedded:latest

@leecalcote
Copy link
Contributor

@shabbirkagalwala yes, you got it. I meant to point out #2 earlier. Is this the same issue?

@shabbirkagalwala
Copy link
Author

@leecalcote Not really since we have our WHD containers behind a proxy which was acting as a SSL terminator we were not able to use SSO because the container was listening on 8081 rather than 443. And for SSO to work it requires the meta data url to be https rather than http. So the above variables made it work.

@shabbirkagalwala
Copy link
Author

I forgot to mention change the Dockerfile to Expose 443 instead of 8081.

@turbo turbo added enhancement container/whd Web Help Desk Container labels Feb 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
container/whd Web Help Desk Container enhancement
Development

No branches or pull requests

3 participants