Madhu,
I originally ran the config script as "./config shared threads
-D_REENTRANT". However, I was unable to run anything in the apps
directory, so I'm assuming that this was not quite right. I just tried the
config options you gave, but -fPIC is an unknown option and is being
ignored by the
> "Roach," == Roach, Mark R <[EMAIL PROTECTED]> writes:
Roach,> On Tue, 2002-01-22 at 18:28, Michael Richardson wrote:
>>
>> I had to change the "V" to an "R" and enter a date when the certificate
>> was to have expired. This goes in a field that is normally blank, e.g:
I'm running:
apache_1.3.22
mod_perl-1.26
mod_ssl-2.8.5-1.3.22
openssl-0.9.6c.
When I try to start apache, this shows in the error log:
mod_ssl: Init: Unable to read server certificate from file
/usr/local/www/conf/ssl.crt/server.crt (Open SSL library error follows)
OpenSSL: error: 0D09F007:asn1 e
Hello,
both "E" and "R" could be used.
"E" means expired
"R" means revoked
Both values in the index.txt file have the effect
that you can recreate or prolong this
certificate.
Regards,
Gertraud
"Roach, Mark R." wrote:
>
> On Tue, 2002-01-22 at 18:28, Michael Richardson wrote:
> >
> > I had
On Wed, 23 Jan 2002 [EMAIL PROTECTED] wrote:
> I'm using SSLeay along with Open SSl to retrieve https pages via SSL.pm.
> I'm not using a proxy, but in the runtime I get the familiar "unitialized
> variable" message being displayed for a line in SSL.pm. I normally like to
> keep my executions cle
Hi there,
I've removed OpenSSL 0.9.6.b ( which was installed during the RH72 installation ) and
I installed OpenSSL 0.9.6.c.
Now I have the problem that certain applications ( sendmail as an example ) is complaining
that it can not find the library libssl.so.2
Now this library will n
I'm using SSLeay along with Open SSl to retrieve https pages via SSL.pm.
I'm not using a proxy, but in the runtime I get the familiar "unitialized
variable" message being displayed for a line in SSL.pm. I normally like to
keep my executions clean and don't want "uninit" messages from coming up,
so
Hello all,
I want to compile an executable that will only support
EDH-DSS-DES-CBC3-SHA. I tried configuring with these options: no-idea
no-rsa no-cast no-bf no-rc4 no-rc5 no-rc2 no-des but when I go to compile I
get errors in evp.h because a union is defined and it is empty because of
the al
On Wed, Jan 23, 2002 at 10:43:22AM -0800, Michael Shanzer wrote:
> --- Lutz Jaenicke <[EMAIL PROTECTED]>
> > SSL_load_client_CA_file() reads in a file
> > and obtains the X509 certificates. From each X509
> > certificate the
> > subject name is extracted and put onto a
> > STACK_OF(X509_NAMES).
>