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
I was just wondering why the Go library I was using didn't throw any errors connecting to AmazonMQ and discovered by default it doesn't verify either. 😭
I can't find this root CA cert in the Mozilla bundle, so now I'm wondering how long this has existed without anyone noticing it needs to be included in the root CA bundle...
Amazon MQ is using the following root cert:
however, the one shipping with Certifi is this:
Connections to Amazon MQ cannot be verified as a result
edit: this looks like the latest info on the Amazon root certificates
https://aws.amazon.com/blogs/security/amazon-introduces-dynamic-intermediate-certificate-authorities/
The text was updated successfully, but these errors were encountered: