Fix ‘failed.javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated’ in OEM DC Console
Fix ‘failed.javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated’ in OEM DC Console
OEM Database control (DC) was showing ‘Connection as user grid failed. javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated’ on any occasion I was asked to specify the host credentials in OEM DC – part of Oracle 11.2 installation on OEL 5.4 x86_64.
It turned out that SSL certificate or emkey was corrupted and DB Console GUI was not unable to connect to its agent and verify the credentials (MOS 1157069.1).
Fixing the problem required re-securing the console as shown below.
-
Stop the console
[oracle@raclinux1 ~]$ emctl stop dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
https://raclinux1.gj.com:1158/em/console/aboutApplication
Stopping Oracle Enterprise Manager 11g Database Control …
… Stopped.
[oracle@raclinux1 ~]$
-
Unsecure the console
[oracle@raclinux1 config]$ emctl unsecure dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
https://raclinux1.gj.com:1158/em/console/aboutApplication
Configuring DBConsole for HTTP… Done.
DBCONSOLE already stopped… Done.
Agent is already stopped… Done.
Unsecuring dbconsole… Started.
DBConsole is now unsecured… Done.
Unsecuring dbconsole… Sucessful.
[oracle@raclinux1 config]$
-
Secure the console
[oracle@raclinux1 config]$ emctl secure dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
http://raclinux1.gj.com:1158/em/console/aboutApplication
Please enter repository password:
DBCONSOLE already stopped… Done.
Agent is already stopped… Done.
Securing dbconsole… Started.
Please enter repository schema password:
Securing dbconsole… Sucessful.
[oracle@raclinux1 config]$
-
Start the console
[oracle@raclinux1 ~]$ emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.3.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
https://raclinux1.gj.com:1158/em/console/aboutApplication
Starting Oracle Enterprise Manager 11g Database Control …………………….. started.
——————————————————————
Logs are generated in directory /u01/app/oracle/product/11.2.0/db_3/raclinux1_RACDB/sysman/log
[oracle@raclinux1 ~]$
2 Comments »
Leave a Reply to sam Cancel reply
-
Archives
- February 2017 (1)
- November 2016 (1)
- October 2016 (1)
- May 2016 (2)
- March 2016 (3)
- December 2014 (2)
- July 2014 (1)
- June 2014 (6)
- May 2014 (5)
- February 2014 (1)
- December 2012 (2)
- November 2012 (8)
-
Categories
-
RSS
Entries RSS
Comments RSS
Thanks Dudue
[…] Fix ‘failed.javax.net.ssl.SSLPeerUnverifiedException … – Fix ‘failed.javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated’ in OEM DC Console OEM Database control (DC) was showing ‘Connection as user grid …… […]
Pingback by Fix Error Javax.net.ssl.sslpeerunverifiedexception Peer Not Authenticated Windows XP, Vista, 7, 8 [Solved] | November 22, 2014 |