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

ssl vhost gives error #585

Closed
nathan-copperfrog opened this issue Mar 24, 2015 · 2 comments
Closed

ssl vhost gives error #585

nathan-copperfrog opened this issue Mar 24, 2015 · 2 comments
Labels
needs-feedback Further information is requested

Comments

@nathan-copperfrog
Copy link

When I try to setup a vhost with ssl => true i get the below error.

Error 400 on SERVER: 800 is not a string. It looks to be a Fixnum at /opt/puppet/share/puppet/modules/concat/manifests/fragment.pp:43

I raced the problem to nginx/manifests/resource/location.pp:375
order => $ssl_priority,

If I change it to

order => $ssl_priority",

The module works as expected. Is there a setup in the vhost I am missing or is this an actual bug? My vhost is below

@3flex
Copy link
Contributor

3flex commented Apr 10, 2015

I expect you're using an out of date version of puppetlabs-concat. This module requires 1.1.1 or higher to be installed.

Can you confirm the version of this module and the version of puppetlabs-concat that you're using?

@3flex 3flex added the needs-feedback Further information is requested label Apr 10, 2015
@3flex
Copy link
Contributor

3flex commented May 6, 2015

I'm closing this for now. @nathan-copperfrog please comment if you have any information to add and I'll reopen. Thanks!

@3flex 3flex closed this as completed May 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-feedback Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants