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

Missing custom headers on CloudFront update #22

Open
9b opened this issue Jun 29, 2016 · 2 comments
Open

Missing custom headers on CloudFront update #22

9b opened this issue Jun 29, 2016 · 2 comments

Comments

@9b
Copy link

9b commented Jun 29, 2016

Update to the CloudFront Origins is missing a CustomHeader that will cause issues. The key is required, but no data needs to be filled in. You can add the following line to 475 to make it work properly:

'CustomHeaders': {u'Quantity': 0}

References: https://github.com/ubergeek42/lambda-letsencrypt/blob/master/lambda_function.py#L469-L474

@ov3rk1ll
Copy link

ov3rk1ll commented Jan 2, 2017

On a similar note: 'QueryStringCacheKeys': {'Quantity': 0} is needed in the ForwardedValues in line 493.

https://github.com/ubergeek42/lambda-letsencrypt/blob/master/lambda_function.py#L493-L496

@tomari
Copy link

tomari commented Jan 3, 2017

I've already posted a pull request for this, but that hasn't been merged for some time now: #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants