s3 SSL_ERROR_BAD_CERT_DOMAIN error for static site

Viewed 961

wanted to enable https on my subdomain, with static site hosting.

Some how s3 throws up : a.example.com uses an invalid certificate. The certificate is only valid for the following names: *.s3.amazonaws.com, s3.amazonaws.com. error Code : SSL_ERROR_BAD_CERT_DOMAIN

1 Answers
Related