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 !!