• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Wblogic 8.1 Enabling SSL

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

We are tring to bring-up the weblogic 8.1 in the SSL port. When we started the server we are getting the following exception. Please advice how to create the private key.

FYI - We craeted the public key using the java keytool.

<Error> <WebLogicServer> <BEA-000297> <Inconsistent security configuration, java.lang.Exception: [Security:090426]Cannot read private key from file /rcctreg1/wls81/domains/rcct2domain/rcct2keystore. Make sure password specified in environment property weblogic.management.pkpassword is valid. Exception is ASN.1: Lengths longer than 32 bits are not supported>
<Sep 1, 2006 9:59:41 PM SGT> <Debug> <TLS> <000000> <SSLListenThread: inconsistent configuration
java.lang.Exception: [Security:090426]Cannot read private key from file /rcctreg1/wls81/domains/rcct2domain/rcct2keystore. Make sure password specified in environment property weblogic.management.pkpassword is valid. Exception is ASN.1: Lengths longer than 32 bits are not supported

Thanks,
Krish
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you created a public key using Java's keytool, the private key is in the corresponding keystore. You need to point Weblogic to that keystore. Have a look at:
Obtaining Private Keys, Digital Certificates, and Trusted Certificate Authorities
Configure Identity and Trust
[ September 05, 2006: Message edited by: Joe Ess ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic