ssl problems between two tomcat servers

Posted by user1058410 on Server Fault See other posts from Server Fault or by user1058410
Published on 2012-04-04T22:15:01Z Indexed on 2012/04/04 23:32 UTC
Read the original article Hit count: 143

Filed under:
|

I've got one tomcat 7 server(kind of like a web server) trying to talk to a tomcat 6 server(acting as a document server on another machine) over ssl and keep getting this error

java.security.cert.CertificateException: No name matching rarity64 found.

Where rarity64 is the name of the document server. I've tried exporting keys from both tomcats keystores and importing them into the others keystores using java keytool. I've even tried adding them to the other machines cacerts keystore.

I've also used internet explorer to import both keys into the other machine. But nothing I try works.

If it matters the real webserver is IIS 7.5, which the tomcat "webserver" talks too with arr, and they don't use SSL. But the problem seems to between the two tomcat servers

© Server Fault or respective owner

Related posts about ssl

Related posts about tomcat