-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
Add support for SSL sites #8
Comments
Hi Chihoko, Will take a look at it. Kind regards, |
Hi Chihoko, I just uploaded 0.5.0 release to the forge which has the possibility for creating ssl vhosts. Also github is updated, so you can also grab it here. If you have any questions, please let me know. Kind regards, |
Hi dj-wasabi, Thanks! Can you please add the 'ssl_chain' parameter to the vhost definition as intermediate certs are required by many CA's today. p.s. the 'project url' for your module on the puppet forge refers to itself and not the github page. |
Hi Chihoki, Thanks for your reply, I've updated the vhost configuration for the ssl_chain parameter. Kind regards, |
Thanks Werner. Unfortunately you forgot to add the 'apache_ssl_chain' param to the zabbix::server class (should be on line 297 in server.pp). |
I feel stupid, sorry. I've added it. |
Thanks, working perfect now, awesome module! |
Nice! |
It would be great to support SSL sites when managing the Apache vhost. Also, the new provider which connects to the zabbix api has the url protocol hard coded:
:url => "http://#{zabbix_url}/api_jsonrpc.php",
The text was updated successfully, but these errors were encountered: