-
Notifications
You must be signed in to change notification settings - Fork 64
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
Cookbook will always fail when using a real SSL cert? #92
Comments
Was this for an nginx hosted cert or for nexus pro? |
This was for an nginx hosted cert |
Hmm, not quite the same error we were getting actually now that I look at your error message. In the latest cookbook the url is 127.0.0.1 (localhost) is your nginx also on the same server as the nexus? |
Yes nginx is on the same server as nexus in my setup |
So the localhost lookup should work regardless then? We do override with a fqdn if that helps. |
https://localhost will fail when my cert is for *.mycompany.com, I'm not using the self signed localhost cert that comes with this nexus cookbook |
It's failing for me when using a real cert with ssl verify enabled. I think the hard coded https://localhost might be the culprit. Shouldn't it use the value of the
server_name
attribute?Here's the error I encountered:
The text was updated successfully, but these errors were encountered: