10-07-2014 11:16 PM - edited 03-13-2019 08:40 PM
Hello,
at my CUCM I want to install a signed certificate. Installing the root ceretificate is no problem. If I install the server certificate I always receive thr error: CSR SAN and Certificate SAN does not match. I can check the certificate for the Subject alternative names but you can I check the csr?
Thanks Achim
10-08-2014 07:28 AM
Does the CSR have an internal domain on it? I have seen instances where the 3rd party CA removes SAN for domains that are not public.
06-19-2017 06:35 AM
Just so someone else has this information, we were on 10.5.1 and there's a bug that even though you update your web-security and add the www. (set web-security ?), the CSR created in the GUI will not show that information. We had to build them in the CLI for them to show properly.
(pro-tip for Go-Daddy certs, when you do web-security, you only need the www. entry, as it automatically does your Server Name. Only areas with spaces like a city name require quotes)
CLI:
set web-security PCI Company "City Name" State Country www.CMSUB1.Company.com
admin:set csr gen tomcat
Successfully Generated CSR for tomcat
admin:set csr gen CallManager
Successfully Generated CSR for CallManager
10-14-2014 01:24 PM
We had this same issue. Turns out Go Daddy was generating our certificate with a SAN (www.server.domain.com) that wasn't in the csr. The csr was just generated with server.domain.com. So this was causing the mismatch. Go Daddy didn't want to help changing the certificate so we just regenrated the csr on the server using www.server.domain.com as the SAN option. Note: We are running version 10.5. I hope this helps.
11-20-2014 07:44 AM
Thank you!
Your workaround, changing the SAN of the CSR works also on my environment. CUCM and CUPS Version = 10.5.
Thanks,
Ulderico
08-28-2015 07:18 AM
do you know if go daddy generates the SAN with a www.server.domain.com entry for each server in the SAN record or for just the common name?
04-25-2016 03:25 PM
I know this is a bit of an old post, but I'm running into this exact issue, and was curious how exactly you went about renerating the CSR with the www.server.domain.com as the SAN option? In the Generate CSR page, it doesn't give many options so I'm not quite clear on how you did this. Thanks
04-27-2016 09:08 AM
Hi Chris,
Please note that the above workaround for www-prefixed names in SANs is no longer required for CUCM versions 10.5(2) and above. Hope this helps.
12-10-2014 05:23 PM
Also, check if the version of your CallManager is 10.5(1.10000.7), as you may hit the bug CSCur46416 (Multiserver Certificate CSR Should Not Check Case Sensitivity in SAN). If that's the case, there is a workaround to change your hostnames to lower case or request an ES from TAC that fixes this bug.
01-30-2015 06:10 AM
I've just run into this issue and for me it was because they issued a user certificate and not a server certificate.
To see the additional options on the Microsoft CA web interface you either need to run your browser as administrator or log on to the CA server and do it from there.
Regards,
Richard
01-30-2015 06:48 AM
Hi Richard,
That seems to be another issue. The discussion is about third-party certificates (issued by GoDaddy, Comodo, VeriSign, etc.). The bug that I mentioned in my previous post is fixed in version 10.5(2) and later (no need to request ES from TAC).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide