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

Check why SES redirect links throws error #26

Open
arikchakma opened this issue Apr 30, 2024 · 1 comment
Open

Check why SES redirect links throws error #26

arikchakma opened this issue Apr 30, 2024 · 1 comment

Comments

@arikchakma
Copy link
Owner

arikchakma commented Apr 30, 2024

@arikchakma arikchakma changed the title Check why SES redirect links are using http not https Check why SES redirect links throws error May 1, 2024
@arikchakma
Copy link
Owner Author

arikchakma commented May 1, 2024

Solutions References:

Please note that if you don't have plans to use https links in your email body it will be fine without these configurations.

  1. https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html#configure-custom-open-click-domain-https
  2. https://repost.aws/knowledge-center/configure-cloudfront-to-forward-headers - tl;dr Disable caching and create a Response Policy. Click Headers, and choose Include the following headers. Choose ' Host ' from the Add header dropdown list, then add custom user-agent and X-Forwarded-For headers.
  3. https://docs.aws.amazon.com/acm/latest/userguide/troubleshooting-caa.html (Optional) - You might face a CAA issue while creating a certificate for the CloudFront alternative domain –– which is your redirect domain region.example.com. Solve it by adding 0 issue "amazon.com" in your DNS CAA type.

CloudFront Caching Resources

  1. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/RequestAndResponseBehaviorCustomOrigin.html#request-custom-headers-behavior
  2. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/header-caching.html#header-caching-web-device

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

1 participant