-
Notifications
You must be signed in to change notification settings - Fork 538
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
CNAME and SSL removed on Update #185
Comments
Thanks for reaching out to us @Lunteer |
We used our own CNAME and a SSL certificate generated by AWS. We were up-to-date on the latest version of the template.
When we updated the template it simply removed the CNAME and SSL certificate in the setting of the Cloudfront distribution. This made fixing the issue simple (re-add the CNAME and ssl). It should be the settings are not adjusted on update.
Hope this help.
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Beomseok Lee <[email protected]>
Sent: Tuesday, February 11, 2020 5:57:32 PM
To: awslabs/serverless-image-handler <[email protected]>
Cc: Kalman Labovitz <[email protected]>; Mention <[email protected]>
Subject: Re: [awslabs/serverless-image-handler] CNAME and SSL removed on Update (#185)
Thanks for reaching out to us @Lunteer<https://github.com/Lunteer>
Did you use your own CNAME and SSL certificate on CloudFront distribution? I just want to make sure I'm with you. Previously, which version did you use?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#185>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIPKGJ7MSVKPK6YTOZMXU2DRCLDGZANCNFSM4KTALECQ>.
|
Thanks for your detail, @Lunteer I have successfully reproduced your issue. Like you said, you can add more configurations before updating so that you don't lose your CNAME and SSL setting on your distribution.
As we don't originally support the alternative domain names (CNAMEs) on the Amazon CloudFront distribution for this solution, it could happen for the next update as well, so please keep in your mind that you might need to add more settings on the AWS CloudFormation template. I hope this would be helpful for you. |
Thanks so much for testing, confirmation, code solution and overall clarity of the issue. You are awesome!! |
We updated to the latest version for the Cache-Control fix (Thanks), #107. Our issue is on CloudFront it removed the CNAME and SSL certificate. We fixed the issue by re-adding it (so no major deal) but wanted to know if there is a way to preventing this in the future?
Thanks again for this amazing template!!
The text was updated successfully, but these errors were encountered: