Server certificate was missing commonName attribute in subject name
- by Webnet
I'm trying to setup an SSL SVN server and when I try to checkout remotely I get the error Server certificate
was missing commonName attribute in subject name
I did some googling and from what I can tell I need to add the IP address of the URL I'm accessing to openss.cnf with the commonName attribute like below. I did that but I still get the error.
commonName = xx.xxx.xx.xx
commonName_max = 64