Any reason why you're using nsssl?
Compile AOLserver without SSL, then grab the nsopenssl module from
http://scottg.net and compile/install that. It does SSLv3 and TLSv1;
nsssl only does SSLv2. Also, nsopenssl is able to read client certs and
has a Tcl interface to work with them.
In addition, my development copy of nsopenssl can do outgoing SSL
connections via the Tcl interface. I'll be releasing this version within
two weeks.
/s.
-----Original Message-----
From: AOLserver Discussion [mailto:[EMAIL PROTECTED]] On Behalf
Of aT
Sent: Sunday, July 15, 2001 9:08 AM
To: [EMAIL PROTECTED]
Subject: [AOLSERVER] SSL built fail BSAFE variable not dfind
I am trying to do
make all
under root/aolserver/nssock
but its giving me this error
**
** BSAFE variable not set.
** nsssl will not be built.
**
How can i compile both nssl and ssle modules what do i need to install
or define BSAFE.
I am using RH 6.2 and aolserver 3.3.
Thanks