Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

PKI certificate

Piotr Nawrocki
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 19, 2018

Hello, I have enterprise CA in place and I would like to use enterprise signed certificate. The problem is that in every browser except Chrome everything is working fine, in Chrome I get an error NET::ERR_CERT_COMMON_NAME_INVALID. I know this problem is related to the Chrome which requires SAN to be specified along with the CN in the certificate. However I have put both values in Portecle during certificate generation. Is there any possible way to get it working?

Regards

Piotr

2 answers

1 vote
Andy Heinzer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 20, 2018

I'm not certain of exactly how to do this in the portecle app.  However I did find other users that have gotten past this problem using the keytool utility included in the Oracle Java JDK.

Examples:

These all indicate that you can use the -ext attribute when generating the CSR and specify your dns alternative name, such as:

keytool -certreq -file test.csr -keystore test.jks -alias testAlias -ext SAN=dns:test.example.com
0 votes
Abby Maris September 4, 2025

The error ERR_CERT_COMMON_NAME_INVALID, commonly known as the SSL Common Name Mismatch Error. This error arises from 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. It’s essential to note that this error can stem from inadequately implemented SSL certificates. There are different ways for resolving the error some are as follows:-

1) Check Date and Time accuracy

2) Validate Correct Certificate Installation

3) Identify Problematic Extensions

4) Validate Site Address Protocol

5) Clear SSL Cache

6) Review Proxy Settings

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events