Oracle RAC : Found RSA certificate that is not valid for the server domain

Hi,

I am able to connect with Oracle RAC after replacing the below mentioned in openfire.xml configuration file but getting RSA Certificate related error.

In Openfire Admin Console:

Under Server Properties section I am getting warning icon on Server name with tool tip as “Found RSA certificate that is not valid for the server domain”.

Its working fine If I turn back with my previous server url other than Oracle RAC.

Please let me know how to resolve this.

jdbc:oracle:thin:@(DESCRIPTION =

(

address_list=(LOAD_BALANCE = on)(FAILOVER= on)

(ADDRESS = (PROTOCOL = TCP)(HOST = ip1)(PORT = 1521))

(ADDRESS = (PROTOCOL = TCP)(HOST = ip2)(PORT = 1521))

)

(CONNECT_DATA =

(SERVER = DEDICATED)

(SERVICE_NAME = myservicename)

)

)

Thanks

Review your system properties in Openfire. The two databases are not the same.

Thanks David.

As you suggested in this thread after setup Openfire again. Problem is solved.

Thanks,