Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

RSA certificate configured for SERVER does NOT include an ID which matches the server name

Solution 1:

openssl x509 -in server.crt -noout -subject

Should return the CN the of the certificate. That's the name you have to use in the ServerName directive and to connect to.

Solution 2:

I had the same issue but it was because of another reason. I post it here for future googlers:

on my apache2 config file, instead of having <VirtualHost *:443>, I had <VirtualHost *:80>. As soon as I fixed that, the site was back up and running.

Tags:

Linux

Mysql

Php

Amazon Ec2

Apache 2.2

Related

Is it possible to disable msiexec help GUI? Install only dependencies of a given package in Debian or Ubuntu (apt) LDAP: backup with slapcat vs ldapsearch Postfix - Host or domain not found Clear a permanent ZFS error in a healthy pool How do I know if a DLL is registered? Docker volume backup and restore Reliability of SSD vs HDD (Over large temperature variations) Redirect non-www requests to www on Amazon Route 53 Use nginx reverse proxy for redirection Trying to understand the correct way to create a static route in CentOS, please assist dmesg time vs system time time isn't correct

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy