Subject Alternative Name missing Error under Browser (SAN Missing)
Error :
Solution:
Please find below the commands that can be used to create the keystore and corresponding CSR request with SAN included:
Keystore creation:
keytool -genkey -alias <your_alias_name> or [Domain Name] -keyalg RSA -keysize 2048 -sigalg SHA256withRSA -keystore sdp.keystore -ext san=dns:<fqdn>
CSR creation:
keytool -certreq -alias <your_alias_name> -sigalg SHA256withRSA -file key.csr -keystore sdp.keystore -ext san=dns:<fqdn>
These commands should create a keystore and corresponding CSR request with the custom SAN provided.
By obtaining a certificate with this CSR and installing the resultant certificates into the keystore, should fix the issue that occur with Chrome browser.
New to ADSelfService Plus?
Resources
Related Articles
Error: No subject alternative names matching ipaddress while syncing AE with SDP-MSP
The issue occurs when specifying IP address or incorrect server name while configuring Central Server Details. In server name field fill the domain name for which the certificate was bought.
How do I install SSL certificate for ServiceDeskPlus-MSP?
Introduction ServiceDesk Plus - MSP can run as a HTTPS service. But it requires a SSL (Secure Socket Layer) Certificate signed by a valid Certificate Authority (CA). By default, on a first-time start-up, it creates a self-signed certificate. This ...
"invalid color code:undefined" error in chrome browser
This is possible because some extensions in the browser are interfering with the application. Open an incognito window. Disable all the browser extensions and check if that fixes the issue. Then, try enabling the extensions one by one until the issue ...
Rename MSP shown in browser tab
To rename the default name ServiceDeskPlus-MSP shown in the browser tab, edit the file named Rebrandinfo.xml present in the path, ServiceDeskPlus-MSP\Conf In the file rename ServiceDeskPlus-MSP to the desired text you want to display in the browser ...
How to install SSL certificate of .PFX format for 9.4 builds
Installing .PFX Certificate .PFX is an extension for security certificate. It defines a file format that stores private keys (generated by your server at the time the CSR was generated) and public key certificate (your SSL Certificate provided by ...