AWS SES tracking option for custom redirect domain getting blocked on HSTS enable

0

I use free plan for AWS SES tracking with custom redirect domain. Before enabling HSTS subdomain, everything running fine and browser can open the links. After i setup HSTS enabled via htaccess, my links in email with tracking function got blocked by browser NET::ERR_CERT_COMMON_NAME_INVALID

Can someone guide me to solve this problem? thank you.

1개 답변
0

The issue you're facing is due to the HSTS policy being applied to your custom redirect domain. The HSTS policy requires a valid SSL certificate to be served for your domain, and the certificate's common name should match the domain.

To solve the problem:

  1. Obtain a valid SSL certificate for your custom redirect domain.
  2. Install the SSL certificate on the server hosting your custom redirect domain.
  3. Ensure the server is configured to serve the SSL certificate for HTTPS requests.

By having a valid SSL certificate in place, the browser will no longer block your tracked links due to the HSTS policy, and the NET::ERR_CERT_COMMON_NAME_INVALID error will be resolved.

profile picture
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인