NET::ERR_CERT_COMMON_NAME_INVALID

hampton1122
HOBBY

2 years ago

I love Railway. So easy to deploy my angular app with strapi backend. The only issue, is my images that are hosted on AWS S3 have issues rendering in the browser because of the following error: NET::ERRCERTCOMMONNAMEINVALID

From what I am reading, it has to do with the cert. Has anyone else experienced this and know how to fix the issue? Thanks in advance

3 Replies

2 years ago

Which certificate is the error referencing?


hampton1122
HOBBY

2 years ago

I got it sorted. My aws bucket had dots in it and was throwing an error because aws’s cert wild card won’t handle dots. Changed to dashes and everything works.


jpm12
FREE

7 days ago

The error issue ERR_CERT_COMMON_NAME_INVALID, also known as SSL Common Name Mismatch Error, is being faced on AWS S3 in the browser. It can arise because of a misconfiguration of certificates on a server, and it can disrupt the secure connection between a user and a website. Beyond its technical origins, this error can also be triggered by various factors such as third-party extensions, security programs like antivirus and firewalls, and more. Different factors can lead to this error, which you need to understand, and also different ways to fix the error in detail, as I also found a very helpful resource for solving the error.

I hope it helps!


NET::ERR_CERT_COMMON_NAME_INVALID - Railway Help Station