-
Notifications
You must be signed in to change notification settings - Fork 16
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
Sample SSL configuration redirects to ip address #302
Comments
@r0h4n @brainfunked @dahorak so far this seems to me to be a minor configuration change (affecting the default config sample and tendrl-ansible), what do you think? |
I have tried to reconfigure the redirection using fqdn:
and at first sight, it seems to work fine for me: |
@mbukatov your solution is good, please use it. |
@brainfunked ack |
Fix is part of Tendrl/tendrl-ansible#46 |
@mbukatov Is this still relevant or can we close this? |
Description
Suggested SSL configuration based on example
/etc/httpd/conf.d/tendrl-ssl.conf.sample
as described in #264 redirects http requests to https using ip address.Based on @dahorak 's feedback: Tendrl/tendrl-ansible#46 (comment) and today's A daily meeting of Tendrl developers.
Version
Recent snapshot build from master branch:
Steps to Reproduce
Actual Results
The user is redirected to ip address of the server: eg. from
http://mbukatov-usm1-server.example.com/
it redirects tohttps://10.34.108.90/
:Expected Results
The redirection uses full hostname (fqdn).
The text was updated successfully, but these errors were encountered: