Server certificate was missing commonName attribute in subject name
        Posted  
        
            by Webnet
        on Server Fault
        
        See other posts from Server Fault
        
            or by Webnet
        
        
        
        Published on 2010-06-18T15:25:23Z
        Indexed on 
            2010/06/18
            15:33 UTC
        
        
        Read the original article
        Hit count: 553
        
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
        © Server Fault or respective owner