Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue with certutil when trying to enable SSL on sun Java system web server

807567Mar 21 2008 — edited Mar 22 2008
Hello All,

I am very new to iplanet and am trying to enable SSL on iplanet - sun java system web server (6.1 sp8). But, theres an issue that I am facing.

My assumtion is that to enable SSL (as I understood from the documentation and also from certain websites like http://blogs.sun.com/jyrivirkki/entry/ssl_self_signed_certificates_in) , I'd need to create a certificate file using the certutil tool and then from the admin console, enable security for the server.

When I trying to run the certutil tool (from $iplanet_home/bin/https/admin/bin/), its coming up with an error like the follows:
/usr/lib/dld.sl: Can't find path for shared library: libnspr4.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
I am trying to run the command similar to the one in the website specified above.
I tried to run a simple 'certutil' just to chek and that too gives the same error message.

Just to give a background I tried the following commands:
smt2www@SMARTNA_DEV:/opt/www/iplanet/alias >ls -l
total 1004
-rw-------   1 smt2www    smt2www     284204 Mar 21 09:58 core
-rw-r--r--   1 smt2www    smt2www      65536 Mar 21 09:26 https-admserv-smtweq1-cert8.db
-rw-r--r--   1 smt2www    smt2www      32768 Mar 21 09:26 https-admserv-smtweq1-key3.db
-rw-r--r--   1 smt2www    smt2www      65536 Mar 21 11:07 https-smtweq1-smtweq1-cert8.db
-rw-r--r--   1 smt2www    smt2www      32768 Mar 21 11:07 https-smtweq1-smtweq1-key3.db
-rw-------   1 smt2www    smt2www      32768 Mar 20 15:49 secmod.db
I've tried setting the SHLIB_PATH like the following in the same command line:
export SHLIB_PATH=$(</etc/SHLIB_PATH)
Also I couldn�t manually find the libnspr4.sl file any where in the server. This is an HP-UX server

I've tried running 'certutil' by itself without any options and it still gives the same error.

I've tried running as the webserver's owner account, the batch account and my own user account. All gives the same error.

Please could anyone let me know what I am doing wrong?


Thank you !!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 19 2008
Added on Mar 21 2008
2 comments
136 views