{"id":6923,"date":"2014-02-07T13:05:31","date_gmt":"2014-02-07T17:05:31","guid":{"rendered":"http:\/\/onlineappsdba.com\/?p=6923"},"modified":"2014-02-07T13:18:50","modified_gmt":"2014-02-07T17:18:50","slug":"security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/","title":{"rendered":"Security:090294 could not get connection javax. net. ssl. SSLKeyException FATAL Alert BAD_CERTIFICATE &#8211; A corrupt or unuseable certificate was received"},"content":{"rendered":"<p>In today&#8217;s post I am going to discuss<strong> issue while integrating WebLogic Server with LDAP Server<\/strong> (OID\/OVD) listening on <strong>SSL<\/strong>. To know more about adding <strong>OID<\/strong> as <strong>authentication provider<\/strong> in WebLogic click\u00a0<a href=\"https:\/\/onlineappsdba.com\/index.php\/2010\/02\/04\/how-to-integrate-weblogic-with-oracle-internet-directory-for-login-authentication\/\">here<\/a><\/p>\n<p>If OID\/OVD is configured to listen on SSL (for steps on how to configure OID\/OVD in SSL click <a href=\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/24\/configure-ssl-for-oracle-internet-directory-oid\/\">here<\/a> and\u00a0<a href=\"https:\/\/onlineappsdba.com\/index.php\/2013\/01\/27\/ssl-configuration-in-ovd-oracle-virtual-directory\/\">here<\/a>\u00a0) then you select checkbox <strong>SSL Enabled<\/strong> in Provider Specific details.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-6949\" title=\"wls_oid_ssl\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png\" alt=\"\" width=\"307\" height=\"467\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png 307w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl-197x300.png 197w\" sizes=\"auto, (max-width: 307px) 100vw, 307px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>You must also<strong> import CA&#8217;s certificate<\/strong> (Certifying Authority) that issued certificate to your LDAP Server (OID\/OVD) into<strong> trust store<\/strong> of WebLogic Server. To more about<strong> SSL<\/strong> and <strong>steps to import CA&#8217;s certificate<\/strong> in WebLogic&#8217;s <strong>Trust Store<\/strong> click\u00a0<a href=\"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/05\/ssl-in-weblogic-ca-keystore-identity-trust-store-things-you-must-know-part-i\/\">here<\/a> and\u00a0<a href=\"https:\/\/onlineappsdba.com\/index.php\/2013\/02\/10\/ssl-in-weblogic-server-part-ii-create-keystore-generate-csr-import-cert-and-configure-keystore-with-weblogic\/\">here<\/a><\/li>\n<\/ul>\n<p><strong>Note:<\/strong> <span style=\"color: #ff0000;\">Default trust store for WebLogic Admin Server is $WL_HOME\/ server\/ lib\/\u00a0<strong>DemoTrust.jks<\/strong><\/span><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/trust_store_1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-6951\" title=\"trust_store_1\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/trust_store_1.png\" alt=\"\" width=\"450\" height=\"308\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/trust_store_1.png 450w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/trust_store_1-300x205.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Issue<\/strong> : After integrating WebLogic with OID (on SSL Port), OID users were not visible in WebLogic Server User&#8217;s list.<\/p>\n<p><strong>Errror message<\/strong> in WebLogic&#8217;s Admin Server log file $DOMAIN_HOME\/ servers\/ AdminServer\/ logs was like<\/p>\n<p>_________________<\/p>\n<p><span style=\"color: #ff0000;\">####&lt;03-Jan-2014 17:27:14 o&#8217;clock GMT&gt; &lt;Error&gt; &lt;Console&gt; &lt;weblogic-host&gt; &lt;AdminServer&gt; &lt;[ACTIVE] ExecuteThread: &#8216;2&#8217; for queue: &#8216;weblogic.kernel.Default (self-tuning)&#8217;&gt; &lt;weblogic&gt; &lt;&gt; &lt;8bd6ca5edfb80812:2e32f4d2:143fdec9191:-8000-0000000000000033&gt; &lt;1391534834374&gt; &lt;BEA-240003&gt; &lt;Console encountered the following error weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090294]could not get connection \u00a0at weblogic. security. providers. authentication. LDAPAtnDelegate. getConnection<\/span><\/p>\n<p><span style=\"color: #ff0000;\">. . . . Caused by: javax.net.ssl.SSLKeyException: FATAL Alert:<strong>BAD_CERTIFICATE<\/strong> &#8211; A corrupt or unuseable certificate was received. \u00a0at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)<\/span><\/p>\n<p>__________________<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>Looking at error message, isssue seems to be becasue of<strong> bad SSL certificate<\/strong> .\u00a0 Verified ROOT CA&#8217;s certificate usingn <strong>keytool -v<\/strong> and certificate\u00a0listed properly.<\/li>\n<\/ul>\n<p>.<\/p>\n<p>On carefully looking at Admin Server logs again at start of Admin Server<\/p>\n<p>________________<\/p>\n<p><span style=\"color: #ff0000;\">####&lt;03-Jan-2014 12:29:55 o&#8217;clock GMT&gt; &lt;Notice&gt; &lt;Security&gt; &lt;WebLogic-Host&gt; &lt;AdminServer&gt; &lt;[ACTIVE] ExecuteThread: &#8216;0&#8217; for queue: &#8216;weblogic.kernel.Default (self-tuning)&#8217;&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt;&lt;1391603395409&gt; &lt;BEA-090169&gt; &lt;Loading trusted certificates from the jks keystore file \/u01\/app\/weblogic\/certs\/WebLogic-Host.jks.&gt;<\/span><\/p>\n<p><span style=\"color: #ff0000;\">####&lt;03-Jan-2014 12:29:55 o&#8217;clock GMT&gt; &lt;Notice&gt; &lt;Security&gt; &lt;WebLogic-Host&gt; &lt;AdminServer&gt; &lt;[ACTIVE] ExecuteThread: &#8216;0&#8217; for queue: &#8216;weblogic.kernel.Default (self-tuning)&#8217;&gt; &lt;&lt;WLS Kernel&gt;&gt; &lt;&gt; &lt;&gt;<\/span><\/p>\n<p><span style=\"color: #ff0000;\">&lt;1391603395425&gt; &lt;BEA-090898&gt; &lt;<strong>Ignoring the trusted CA certificate &#8220;cn=myRootCA,DC=onlineAppsDBA,DC=com&#8221;<\/strong>. The loading of the trusted certificate list raised a certificate parsing exception PKIX: <strong>Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.<\/strong>&gt;<\/span><\/p>\n<p>_____<\/p>\n<p><strong>Note<\/strong>:\u00a0WebLogic&#8217;s\u00a0TrustStore in my environemnt\u00a0is pointing to <strong>\/u01\/app\/weblogic\/certs\/WebLogic-Host.jks<\/strong><\/p>\n<p><strong>Note<\/strong>: Notice loading of trusted certificate<strong> failed<\/strong> in WebLogic&#8217;s Admin Server with error <strong>Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11<\/strong><\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Root Cause<\/strong><\/span> : By default WebLogic Server\u00a0<strong>does not trust certificates stronger that 128-bit<\/strong>. You must use<strong> JSSE<\/strong> (Java Secure Socket Extenstion)<strong> SSL implementation<\/strong> that supports certificates stronger than 128-bit<\/p>\n<p><span style=\"text-decoration: underline;\"><strong>Fix<\/strong><\/span> : \u00a0Enable JSSE\u00a0SSL implementation for Weblogic : <strong>Admin Server<\/strong> -&gt; <strong>Configuration<\/strong> -&gt; <strong>SSL<\/strong> (Under Advanced) select <strong>Use JSSE SSL .<\/strong> Restart Weblogic Server.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/admin_ssl_1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-6946\" title=\"admin_ssl_1\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/admin_ssl_1.png\" alt=\"\" width=\"317\" height=\"202\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/admin_ssl_1.png 317w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/admin_ssl_1-300x191.png 300w\" sizes=\"auto, (max-width: 317px) 100vw, 317px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/admin_ssl_2.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-6947\" title=\"admin_ssl_2\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/admin_ssl_2.png\" alt=\"\" width=\"265\" height=\"310\" srcset=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/admin_ssl_2.png 265w, https:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/admin_ssl_2-256x300.png 256w\" sizes=\"auto, (max-width: 265px) 100vw, 265px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In today&#8217;s post I am going to discuss issue while integrating WebLogic Server with LDAP Server (OID\/OVD) listening on SSL. [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[39,42,217],"tags":[],"class_list":["post-6923","post","type-post","status-publish","format-standard","hentry","category-ssl","category-troubleshooting","category-weblogic"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Security:090294 could not get connection javax. net. ssl. SSLKeyException FATAL Alert BAD_CERTIFICATE - A corrupt or unuseable certificate was received -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Security:090294 could not get connection javax. net. ssl. SSLKeyException FATAL Alert BAD_CERTIFICATE - A corrupt or unuseable certificate was received -\" \/>\n<meta property=\"og:description\" content=\"In today&#8217;s post I am going to discuss issue while integrating WebLogic Server with LDAP Server (OID\/OVD) listening on SSL. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/\" \/>\n<meta property=\"article:published_time\" content=\"2014-02-07T17:05:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2014-02-07T17:18:50+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/\",\"name\":\"Security:090294 could not get connection javax. net. ssl. SSLKeyException FATAL Alert BAD_CERTIFICATE - A corrupt or unuseable certificate was received -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png\",\"datePublished\":\"2014-02-07T17:05:31+00:00\",\"dateModified\":\"2014-02-07T17:18:50+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Security:090294 could not get connection javax. net. ssl. SSLKeyException FATAL Alert BAD_CERTIFICATE &#8211; A corrupt or unuseable certificate was received\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Security:090294 could not get connection javax. net. ssl. SSLKeyException FATAL Alert BAD_CERTIFICATE - A corrupt or unuseable certificate was received -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/","og_locale":"en_US","og_type":"article","og_title":"Security:090294 could not get connection javax. net. ssl. SSLKeyException FATAL Alert BAD_CERTIFICATE - A corrupt or unuseable certificate was received -","og_description":"In today&#8217;s post I am going to discuss issue while integrating WebLogic Server with LDAP Server (OID\/OVD) listening on SSL. [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/","article_published_time":"2014-02-07T17:05:31+00:00","article_modified_time":"2014-02-07T17:18:50+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/","url":"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/","name":"Security:090294 could not get connection javax. net. ssl. SSLKeyException FATAL Alert BAD_CERTIFICATE - A corrupt or unuseable certificate was received -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png","datePublished":"2014-02-07T17:05:31+00:00","dateModified":"2014-02-07T17:18:50+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2014\/02\/wls_oid_ssl.png"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2014\/02\/07\/security090294-could-not-get-connection-javax-net-ssl-sslkeyexception-fatal-alert-bad_certificate-a-corrupt-or-unuseable-certificate-was-received\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"Security:090294 could not get connection javax. net. ssl. SSLKeyException FATAL Alert BAD_CERTIFICATE &#8211; A corrupt or unuseable certificate was received"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/6923","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=6923"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/6923\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=6923"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=6923"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=6923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}