You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: