have apache installed that uses this OpenSSL engine for
the HTTPS connection.
I was wondering if it is possible to use a global lock with the
OpenSSL on mod_ssl call? So that, only one mod_ssl thread cal call the
engine at a time?
Thanks,
Shariful
Hello,
I understand this is a weird question. I have an OpenSSL engine only for
RSA. And I have apache installed that uses this OpenSSL engine for the
HTTPS connection.
I was wondering if it is possible to use a global lock with the OpenSSL on
mod_ssl call? So that, only one mod_ssl thread cal
On Wed, 6/18/14, Viktor Dukhovni wrote:
Subject: Re: mod_ssl - client certificates broken after yum update of openssl
To: openssl-users@openssl.org
Date: Wednesday, June 18, 2014, 11:08 AM
On Wed, Jun 18, 2014 at
07:07:25AM -0700, Nelson wrote
On Wed, Jun 18, 2014 at 07:07:25AM -0700, Nelson wrote:
> Apache was upgraded with openssl as well as mod_ssl.
You need to read the documentation, release notes, ... and determine
any changes in policy or supported algorithms in the updated release.
My best guess is that this release objects
On Tue, 6/17/14, Viktor Dukhovni wrote:
Subject: Re: mod_ssl - client certificates broken after yum update of openssl
To: openssl-users@openssl.org
Date: Tuesday, June 17, 2014, 10:53 PM
On Tue, Jun 17, 2014 at
06:48:28PM -0700, Nelson wrote
On Tue, Jun 17, 2014 at 06:48:28PM -0700, Nelson wrote:
> Perfectly working VM running Amazon Linux with Apache and mod_ssl
> configured for client certificates.
>
> Ran yum update to get the latest openssl (OpenSSL 1.0.1h-fips 5
> Jun 2014)/mod_ssl(2.2.27 )/httpd(2.2.27) securi
Perfectly working VM running Amazon Linux with Apache and mod_ssl configured
for client certificates.
Ran yum update to get the latest openssl (OpenSSL 1.0.1h-fips 5 Jun
2014)/mod_ssl(2.2.27 )/httpd(2.2.27) security updates from Amazon's yum
repository.
Now the client certificate check
Dear openssl group, could you solve this issue regarding mod_ssl?
Michele Masè
On Thu, May 23, 2013 at 10:11 AM, Michele Mase' wrote:
> Okay, openssl works, but mod_ssl doesn't.
> Is this a real problem?
> Instead try hacking mod_ssl code ...
> Could I ask for a bug/impro
Okay, openssl works, but mod_ssl doesn't.
Is this a real problem?
Instead try hacking mod_ssl code ...
Could I ask for a bug/improvement so that mod_ssl could finally work?
Michele MAsè
On Thu, May 23, 2013 at 1:22 AM, Dave Thompson wrote:
> >From: owner-openssl-us...@openssl.org O
>From: owner-openssl-us...@openssl.org On Behalf Of Michele Mase'
>Sent: Tuesday, 21 May, 2013 04:16
I was wrong!
>"Does it work with client=Firefox using client certs under both CAs?
>I would expect at least one to fail. Note that s_server -verify
>doesn't *require* client cert, it only *allows
/www.example.com.crt -CApath /some/path -state -verify 10
>
> >and testing it with any client (ie firefox) it finally works!
>
> Does it work with client=Firefox using client certs under both CAs?
> I would expect at least one to fail. Note that s_server -verify
> doesn't
client cert, it only *allows* it; how did you
check Firefox is actually using your client cert(s)?
>apache + mod_ssl
>No one version worked for me: 2.2.x - 2.4.x (openssl 0.9.8.x -
>openssl 1.x) in various linux configurations (centos[56], ubuntu 13.04)
Not surprising. This logic hasn
-www -key /some/path/file.key -cert
/some/path/www.example.com.crt -CApath /some/path -state -verify 10
and testing it with any client (ie firefox) it finally works!
apache + mod_ssl
No one version worked for me: 2.2.x - 2.4.x (openssl 0.9.8.x - openssl 1.x)
in various linux configurations (centos[5
ng message.
>The only way it works is without [requiring client auth] or
>Using only one CA in the file (file /path/to/pemfile.pem)
As expected, see above.
>But I'm still unable to retrieve client cert data; I don't know
>if the client is authenticated or not.
I do
works, it seems like an
uncorrect (or incomplete) mod_ssl openssl's implementation.
Addendum:
The bundle file contains CA1 and CA2; client certificates signed by CA1
(client1) work, client certificates signed by CA2 (client2) don't work.
If I change the order of the two certificates in the /pat
Hi,
I am trying to compile httpd 2.4.4 with openssl 1.0.1e. I want mod_ssl to be
linked dynamically as mod_ssl.so But after compiling using following config
option results in mod_ssl.a .
./configure --prefix=/etc/apache2 --with-ssl=/openssl_cc1 *--enable-so
--enable-mods-shared=all* --enable
Hi!
I try to use a pkcs11 smart card (eToken) to store the web server's
private key with apache&mod_ssl.
From the strace output it seems that mod_ssl successfully loads the
pkcs11 engine.
However it does not seem to find the pkcs11 library.
Given that I see no attempt to load openssl.cnf
Hey Guys,
To fix some vuln.. I am planing to compile mod_ssl-2.8.1 with openssl-0.9.7h
but getting following error. Look like version compatibility issue is there
work around for this.. ( I can change my mod_ssl-2.8.1 version)
make[1]: Entering directory `/home/satish/mod_ssl-2.8.3-1.3.19
On Mon, Jun 07, 2010, Scott Thomas wrote:
> Bonjour All Users,
>
>
> My setup has a ROOT CA and 3 level of Sub CA's. I have generated apache web
> server and client certificates from every the ROOT and Sub CA's.
>
> I have configured my APACHE web server for client certificate (mutual)
> auth
Bonjour All Users,
My setup has a ROOT CA and 3 level of Sub CA's. I have generated apache web
server and client certificates from every the ROOT and Sub CA's.
I have configured my APACHE web server for client certificate (mutual)
authentication. I have generated the apache web server certif
hi,
i'm seeing a browser-specific ssl error that i'm not clear is due to
openssl, mod_ssl, or apache? or my own config ... ?
hoping someone here might spare a look at my info/speculations below & comment.
i've installed
apache2-2.2.11-10.1
apache2-worke
make command (fixed) --> next: HTTPS
with apache + mod_ssl issue
> From: owner-openssl-us...@openssl.org On Behalf Of Neerav
Singh
> Sent: Tuesday, 19 May, 2009 03:37
> I also tried using openssl as below
> I generated the key as below
>
> From: owner-openssl-us...@openssl.org On Behalf Of Neerav Singh
> Sent: Tuesday, 19 May, 2009 03:37
> I also tried using openssl as below
> I generated the key as below
> $ openssl genrsa -des3 -out ca.key 1024
> But when I try to generate Certificate it t
...and don't forget to read the Apache documentation on mod_ssl.
http://docs.apache.org/ is your friend.
-Kyle H
On Thu, May 14, 2009 at 2:37 PM, Ger Hobbelt wrote:
> On Thu, May 14, 2009 at 3:17 PM, Neerav Singh
> wrote:
>> Hi Ger
>>
>> Thanks a lot for the invalu
xed.
> Now I ran into another problem
>
>
>
> - I ran make command(openssl) successfully
>
> - Executed Configure for mod_ssl --- ./configure --with-apache…
> --with-ssl=../openssl-…
>
> - Make certificate(DSA)
>
> - Configured apache with follo
Blasdel, Jerry wrote:
> I'm not sure if this will help, but we do the following (this is on
> Soalris):
>
> 1.Build fips caninsters from an opens-ssl-fips source (1.1.1 or
> 1.1.2).
> 2.Build a version of openssl and during the configure use
> -with-fipslibdir=(location of the canisters fr
Thanks JB,
Don't suppose you know to get it to work with apache 1.3.X ??
Ed
- Original Message
From: "Blasdel, Jerry" <[EMAIL PROTECTED]>
To: openssl-users@openssl.org
Sent: Friday, March 21, 2008 9:56:45 AM
Subject: RE: How do you get FIPS openssl to work with m
bject: How do you get FIPS openssl to work with mod_ssl?
Hello,
Anyone have any doc's or insight on how you get FIPS openssl to work
with Apache Mod_ssl?
Or do you just need to rebuild mod_ssl with FIPS openssl?
Ed
Be a better friend, newshound, and k
Hello,
Anyone have any doc's or insight on how you get FIPS openssl to work with
Apache Mod_ssl?
Or do you just need to rebuild mod_ssl with FIPS openssl?
Ed
Looking for last minute shopping
Gianluca Magalotti wrote:
Marek Marcola wrote:
Hello,
I'm trying to build apache 1.3.37 with ssl support on a Ubuntu 6.1
running on a AMD Turion 64.
I've downloaded the following packages:
Apache 1.3.37 sources (apache_1.3.37.tar.gz from httpd.apache.org)
Mod SSL 2.8.28 (mod_
Marek Marcola wrote:
Hello,
I'm trying to build apache 1.3.37 with ssl support on a Ubuntu 6.1
running on a AMD Turion 64.
I've downloaded the following packages:
Apache 1.3.37 sources (apache_1.3.37.tar.gz from httpd.apache.org)
Mod SSL 2.8.28 (mod_ssl-2.8.28-1.3.37.t
Marek Marcola wrote:
Hello,
I'm trying to build apache 1.3.37 with ssl support on a Ubuntu 6.1
running on a AMD Turion 64.
I've downloaded the following packages:
Apache 1.3.37 sources (apache_1.3.37.tar.gz from httpd.apache.org)
Mod SSL 2.8.28 (mod_ssl-2.8.28-1.3.37.t
Hello,
> I'm trying to build apache 1.3.37 with ssl support on a Ubuntu 6.1
> running on a AMD Turion 64.
> I've downloaded the following packages:
> Apache 1.3.37 sources (apache_1.3.37.tar.gz from httpd.apache.org)
> Mod SSL 2.8.28 (mod_ssl-2.8.28-1.3.37.tar.gz from w
I'm trying to build apache 1.3.37 with ssl support on a Ubuntu 6.1
running on a AMD Turion 64.
I've downloaded the following packages:
Apache 1.3.37 sources (apache_1.3.37.tar.gz from httpd.apache.org)
Mod SSL 2.8.28 (mod_ssl-2.8.28-1.3.37.tar.gz from www.modssl.org)
Open SSL 0.9.8
I'm trying to build apache 1.3.37 with ssl support on a Ubuntu 6.1
running on a AMD Turion 64.
I've downloaded the following packages:
Apache 1.3.37 sources (apache_1.3.37.tar.gz from httpd.apache.org)
Mod SSL 2.8.28 (mod_ssl-2.8.28-1.3.37.tar.gz from www.modssl.org)
Open SSL 0.9.8
Hello,
I don't know where to submit this, either to the OpenSSL camp, or the
mod_ssl camp, but as Ralf Engelschall also reads this list, I think
it's the right way to go.
A certificate chain with sha224withRSA can't be used for client
authentication, Apache claims that the signa
can tell (they both came with the default Red
Hat installation, I think). The Crypt::SSLeay version seems to get
invoked whenever mod_ssl is disabled (since setting HTTPS_CA_FILE
actually works properly in those cases), and the IO::Socket::SSL
version gets invoked whenever mod_ssl is enabled.
lt context in all situations?
By the way, to answer your first question, they're both installed properly, as
far as I can tell (they both came with the default Red Hat installation, I
think). The Crypt::SSLeay version seems to get invoked whenever mod_ssl is
disabled (since settin
m for accomplishing
the same thing). Could it be that perhaps loading mod_ssl is
causing the load of Net::SSL to fail (symbol conflict?), resulting
in it falling back to IO::Socket::SSL (which ignores HTTPS_CA_FILE)?
do you have both IO::Socket::SSL (+Net::SSLeay) and Crypt::SSLeay
properly install
e HTTPS_CA_FILE (but may provide another mechanism for
accomplishing the same thing). Could it be that perhaps loading mod_ssl is
causing the load of Net::SSL to fail (symbol conflict?), resulting in it
falling back to IO::Socket::SSL (which ignores HTTPS_CA_FILE)?
Does IO::Socket::SSL provid
goes away if I just disable mod_ssl and
connect to the server using regular HTTP (while continuing to use HTTPS to
connect to Tomcat within my code). mod_ssl on => HTTPS_CA_FILE ignored (or the
code that's executed by whatever reads the variable fails for some reason).
mod_ssl off =
Richard Eggert wrote:
> ...
My best guess at what's happening is that mod_ssl is preloading libssl
and configuring it according to its own requirements (and mod_ssl
doesn't care about the certificates of other servers), and when my code
runs (later) under mod_perl, the variables I
I'm having a problem getting Crypt::SSLeay to authenticate
server certificates when running under mod_perl on a web server that has mod_ssl
enabled. I'm not sure if this is a bug with Crypt::SSLeay, mod_ssl,
mod_perl, Net::SSLeay, or the underlying OpenSSL libraries, but I'm
02, 2006 1:16 AM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl
All you would need are the two packages at the first two links, and you are
there.
You don't need the compiler, since these are pre-built installers.
Once they are installed, they wi
n the docs...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of kadir iscmng
Sent: Monday, January 30, 2006 11:04 PM
To: openssl-users@openssl.org
Subject: RE: make: command not found , while installing mod_ssl
Thanks For your time ..,
You understand me very goo
Thanks For your time ..,
You understand me very good What I m trying to do, As you know I m trying
to implement of Apache and mod_ssl on Windows, To do this I m using Cygwin
.. But I cant manage to implement Mod_ssl by cygwin ...
I downloaded the following packages except C Compiler..
I think
JFYI---
It sounds to me like you are trying to get an implementation of Apache and
mod_ssl running on Windows, and you have migrated to Cygwin for lack of luck
on the task.
Rather than trying to make all this stuff, might I suggest downloading and
installing pre-built packages?:
http
Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton
Sent: Monday, January 30, 2006 12:09 PM
To: openssl-users@openssl.org
Subject: Re: make: command not found , while installing mod_ssl
You don't have the C compiler or developer tools installed. Install
You don't have the C compiler or developer tools installed. Install
those, and 'make' will be installed, along with gcc.
-Kyle H
On 1/29/06, kadir iscmng <[EMAIL PROTECTED]> wrote:
>
>
> Hi ..
>
> I m using Cygwin , While installing mod_ssl I got the
Hi ..
I m using Cygwin , While installing mod_ssl I got the following
error ..
“
[EMAIL PROTECTED] ~/mod_ssl-2.8.25-1.3.34
$ ./configure --with-apache=../apache_1.3.34
Configuring mod_ssl/2.8.25 for Apache/1.3.34
+ Apache location: ../apache_1.3.34 (Version 1.3.34)
+ Auxiliary
l.org
Subject: Re: how to install MOD_SSL on Windows2003 server .. plz help!
kadir iscmng wrote:
>Hi ,
>I have download mod_ssl ..
>But I cant install this package , is there any solution to install this
>package on Win32/win2003 environment ?
>>From my understanding, I shoul
kadir iscmng wrote:
I downloaded and installed SFU35SEL_EN.exe (Windows Services for UNIX) software
I'll just warn you you've wandered deep, deep into uncharted waters :)
The native win32 build is the only one most folks support. Some have invested
effort and energy into getting 1.3 cygwin ru
nfigure --with-apache=../apache --with-ssl=/usr/local -- etc
Afer pressing Enter .. I shows me followings ..
2.) Configuring mod_ssl/2.8.14 for Apache/1.3.27
.Configure:Error: Cannot find Apache 1.3 source tree under ../apache
./configure:Hint: Please specify location via --with-apache=DIR
Memo
I still cant install my mod_ssl ..
IF anyone exists to install MOD_SSL on windows2003 server , plz let me know
how it will be done ...
I think there should be a shell $ to install mod_ssl on win2003 server ..
Plz help me find that shell .. or other solution for this problem
thanks
kadir iscmng wrote:
Hi ,
I have download mod_ssl ..
But I cant install this package , is there any solution to install this
package on Win32/win2003 environment ?
From my understanding, I should use a $ shell to compile PERL and MOD_SSL
So From Where I can get this shell ?
[...]
http
Hi ,
I have download mod_ssl ..
But I cant install this package , is there any solution to install this
package on Win32/win2003 environment ?
>From my understanding, I should use a $ shell to compile PERL and MOD_SSL
So From Where I can get this shell ?
>From the INSTALL.32 file , it su
ng this, I found that the RPM
fails to package the files in /lib64 and/or /usr/lib64 which is
something that needs to be taken up wit the RPM maintainer.
I wonder if anyone has been able to get openssl build with -fPIC for use
with mod_ssl (apache13x) on Fedora Core 4 x86_64
Best Regards,
Col
Hi all,
I am writing a module for apache that needs to dump client certificate
information from mod_ssl which ultimately uses OpenSSL...
Does anyone have any idea how to apply this hook?
If this is the wrong forum for this can someone suggest a mailing list?
Thanks..
Pj.
--
No virus found
Hi there
We run an internal PKI and one thing I've noticed is that HUP doesn't
guarantee the CRL files get re-read. Also our DMZ Apache hosts are now
using mod_chroot - and you can't HUP that as most of Apache's
configuration is outside the jail - only a full restart will work :-(
So I was w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi All,
I'm having some problems with https and Safari. OpenSSL 0.9.7a, mod_ssl
2.8.22, Apache 1.3.33. Fedora Core 3 + cPanel.
The Safari log can be found at
http://www.wildgardenseed.com/Taj/Safari-log.txt
Any ideas, this has been driving p
Hi All,
I've been struggling setting up SSL on Apache 1.3 + mod_ssl + OpenSSL.
Here's the error I get while trying to startssl:
[07/Jan/2005 11:25:03 30117] [info] Init: Initializing OpenSSL library
[07/Jan/2005 11:25:03 30117] [info] Init: Loading certificate & private
key of SS
I sent this to Ralf and the mod_ssl user's to see if anyone has any ideas
on this. I figured I send it here too, since I'm not sure if it's a mod_ssl
issue or an OpenSSL issue. Any info would be greatly appreciated.
Many thanks,
Doug
- Begin forwarded message -
Ralf,
I
lastest version, what happends with my
> Apach e-Mod_SSL?
>
>
> Thanks for the anwser,
>
> I was wondering whether with the same scenario (Redhat 6.2)
> this upgrade
> could affect to other services installed like SSH or not? An
> if yes, is
> necesary to update them
ed by Red Hat, so
continue at your own risk.
I believe that you compile openssl as shared to use it with mod_ssl. Others
on the list will surely flame me if I get it wrong. I'd be surprised if you
get it to compile on version 6.2 anyway. I was finding that the glibc
libraries were too far out o
?,
The openssl and the apache was compiled, this last with mod_ssl between
other modules using APACI format (configure and make).
Would you please be so kind of tell me if I had to recompile the apache
once the openssl has been compiled?
Thanks in advance and regards.
At 10:48 12/06/2003 +0100
need to use patent restricted code there'll
be no need.
If you haven't built against one of these versions, you'll either need to
recompile or use the Red Hat supplied mod_ssl package. Whichever you choose
is up to you.
-
John Airey, BSc (Jt Hons), CNA, RHCE
Internet systems support
Hello.
I want to upgrade the OpenSSL to the 0.9.6j version to get ride of the two
last vulnerabilities found in the previous versions of OpenSSL. The system
is RedHat 7.x running Apache 1.3.27 with mod_ssl, both compiled with APACI
method (configure, make & make install), an my questio
On Fri, 15 Nov 2002 22:51:05 +, Manoj Kithany wrote:
>Hi:
>
>My Apache is NOT working.the log file shows:
>
>[Fri Nov 15 15:35:57 2002] [error] mod_ssl: Init: Failed to generate
>temporary 512 bit RSA pr
Hi:
My Apache is NOT working.the log file shows:
[Fri Nov 15 15:35:57 2002] [error] mod_ssl: Init: Failed to generate
temporary 512 bit RSA private key (OpenSSL library error follows)
[Fri Nov 15 15:35:57 2002] [error
On Thu, Nov 14, 2002 at 10:52:00PM +, Manoj Kithany wrote:
>
> Hi Experts!
>
> I want to INSTALL and CONFIGURE my APACHE 1.3.27 for SSL. I am using IBM
> AIX box.
> So, I got mod_ssl from the IBM site and installed it in following way(after
> READing I
Hi Experts!
I want to INSTALL and CONFIGURE my APACHE 1.3.27 for SSL. I am using IBM AIX
box.
So, I got mod_ssl from the IBM site and installed it in following way(after
READing INSTALL file for 2 hrs;-(
#pwd
/opt
Hi Experts!
I want to INSTALL and CONFIGURE my APACHE 1.3.27 for SSL. SO, I got mod_ssl
from the site and installed it using
#pwd
/opt/freeware/src/packages/SOURCES/mod_ssl-2.8.11-1.3.27
Hello,
I have one problem with my box, using Apache 1.3.27/mod_ssl
2.8.11/OpenSSL 0.9.6g.
I have found the following in my ssl_engine log, after that "attack" Apache
stops to fulfill requests for approx. 1-2 minutes. Regarding some advices
against the slapper.worm I also have disa
shake failure exception.
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
My error log for mod_ssl shows:
[Tue Sep 24 12:02:17 2002] [error] SSL handshake failed (server
esb-reddy:443, client 10.70.52.170)
[Tue Sep 24 12:02:17 2002] [error] SSL Library Error: 336105
On Fri, Aug 02, 2002 at 12:47:33AM -0700, Mark D. Baushke wrote:
> If you have a 2.0.39 server, then mod_ssl is not needed. Apache 2.0.39
> already has SSL/TLS features integrated into it already.
What about mm? The mm advisory came out after apache 2.0.39 came out.
Does Apache2 use mm?
"Mark Malewski" <[EMAIL PROTECTED]> asked:
>
> Is there a version of mod_ssl that will run on the current Apache HTTP
> Server 2.0.39?
If you have a 2.0.39 server, then mod_ssl is not needed. Apache 2.0.39
already has SSL/TLS features integrated into it already.
Se
Is there a version of mod_ssl that
will run on the current Apache HTTP Server 2.0.39?
-> Mark Malewski
On Fri, Jun 21, 2002 at 03:02:46PM +0200, ?ernoevi? Michal wrote:
> I can't compile Apache 1.3.24 with openssl-beta2, mod_ssl and mod_perl, but there is
>no error with 0.96d version. Can anybody see some problems?
Update to mod_ssl-2.8.9, which is adapted for OpenSSL 0.9.7 use.
Yo
Hi,
I can't compile Apache 1.3.24 with openssl-beta2, mod_ssl and mod_perl, but there is
no error with 0.96d version. Can anybody see some problems?
Thanks.
Michal Cernoevic
Linux brnl01.pvt.cz 2.4.9-31 #1 Tue Feb 26 07:11:02 EST 2002 i686 unknown
gcc --version
2.96
mod_perl-1.27
m
Sorry if this is a dumb question that has been answered in countless threads
and FAQ's I just don't seem to have found those particular ones.
I have installed openssl 0.9.6d and generated a CA and a certificate (in pem
format) using CA.pl.
I configured mod_ssl 2.8.8 and mod
Hello,
The platform is Solaris 8.
I've installed OpenSSL 0.9.6c, and then Apache 2.0.35 using
./configure --prefix=/local/webhome/apache-2.0.35 --enable-mods-shared="ssl"
I can start Apache without SSL, but when I try to use SSL I receive
this message:
[malarkey:/local/webhome/apache/conf]458
lient 171.64.70.217)
[27/Mar/2002 14:51:23 29952] [info] Seeding PRNG with 1160 bytes of
entropy
[27/Mar/2002 14:52:15 29952] [error] SSL handshake timed out (client x,
server x:y)
Using Server: Apache/1.3.14, Interface: mod_ssl/2.7.1, Library:
OpenSSL/0.9.6 on Solaris 2.6.
Gary
--
It has yet to be p
Michael Katz wrote:
>
> Trying to get SSL running for the first time. Using Apache 1.2.23,
> openssl-0.9.6c, mod_ssl-2.8.7-1.3.23.
>
> After creating the virtual host and restarting apache I get the following
> errors:
>
> [Mon Mar 18 09:22:56 200
Trying to get SSL running for the first time. Using Apache 1.2.23,
openssl-0.9.6c, mod_ssl-2.8.7-1.3.23.
After creating the virtual host and restarting apache I get the following
errors:
[Mon Mar 18 09:22:56 2002] [error] mod_ssl: Init:
(secure.raeinternet.com:443) U
nable to configure verify
on 2/1/02 11:23 PM, [EMAIL PROTECTED] purportedly said:
> I recently have compiled Apache 1.3.22 with PHP 4.1.1,
> mod_ssl-2.8.5-1.3.22,
> mm-1.1.3, and OpenSSL 0.9.6c. The server starts fine with startssl, and
> the I believe the httpd.conf has been setup correctly, but if I try to
I recently have compiled Apache 1.3.22 with PHP 4.1.1,
mod_ssl-2.8.5-1.3.22,
mm-1.1.3, and OpenSSL 0.9.6c. The server starts fine with startssl, and
the I believe the httpd.conf has been setup correctly, but if I try to
pull up a https://domain that is hosted on the box, I receive the
following
Hi there,
I've been trying to run apache (1.3.12) and mod_ssl
(2.6.6-1.3.12). I've also tried using both OpenSSL
0.9.5a and 0.9.6c (for my purposes, both perform
identically). Everything compiles fine, however
when I attempt to run 'apachectl startssl' is says the
followi
It is probably an Apache configuration issue. If there was a problem with
your mod_ssl binary, Apache probably wouldn't load. Apache doesn't do SSL
automatically. You have to specify it in the configuration. Have you looked
at httpd.apache.org for documentation?
Keary Suska
Esoter
Evening,
Im new to the list. I have an openssl quesion pointed to mod_ssl. I
have compiled as stated by the INSTALL Doc in the mod_perl-2.8.5 /src
tree. Everything seems to compile fine with no errors at all. When I
issue /usr/local/apache/bin/apachectl startssl apache starts up and here
is
Jian Chen wrote:
> Hi, Edward,
>
> I also spent a long time to try to find it, and I only found one, it is:
> mod_ssl-2.6.6_1.3.12-1.i386.rpm. Do a search on www.google.com, and you will
> find this:
>
> http://www.megaloman.com/~hany/RPM/doors2.4/mod_ssl-2.6.6_1.3.12-1.i3
Jian Chen wrote:
> Hi, Edward,
>
> I also spent a long time to try to find it, and I only found one, it is:
> mod_ssl-2.6.6_1.3.12-1.i386.rpm. Do a search on www.google.com, and you will
> find this:
>
> http://www.megaloman.com/~hany/RPM/doors2.4/mod_ssl-2.6.6_1.3.12-1.i3
Hi, Edward,
I also spent a long time to try to find it, and I only found one, it is:
mod_ssl-2.6.6_1.3.12-1.i386.rpm. Do a search on www.google.com, and you will
find this:
http://www.megaloman.com/~hany/RPM/doors2.4/mod_ssl-2.6.6_1.3.12-1.i386.html
So far, I do not think redhat provides a
Hello,
Where can I get the rpm package of mod_ssl for install with Red Hat 6.2
?
Thanks,
Edward.
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL
suggest you look at http://www.redhat.com/errata/ and
ftp://ftp.redhat.com/pub/redhat/linux/rawhide for updates to RedHat 7.1 and
the latest packages for Apache and mod_ssl.
You can build from source RPMS, which gives you just as much control over
what you build, although it is more fiddly. I
I have tried variations of the compiler (all of which have worked previously on
earlier versions).
I have to assume there is something irregular about this one module. I have even gone
so far as to completely remove the directories for apache, openssl, mm and mod_ssl,
and freshly downloading
I do not know if this is the correct place to post this, but the only
error message I see is OpenSSL errors in apache's output.
here goes...
[Fri Apr 27 18:06:19 2001] [error] mod_ssl: SSL handshake failed (server
www.hidden.com:443, client hidden) (OpenSSL library error
follows)
[Fri A
Sorry, send one wrong file before.
Best regards,
Herman
-Original Message-
From: De Taeye, Herman
Sent: Thursday, March 08, 2001 10:55 PM
To: '[EMAIL PROTECTED]'; 'Openssl-Users (E-mail)
Subject: RE: Apache 1.3.17 - mod_ssl.2.8.0 - openssl.0.9.6 Reverse Proxy SSL
erver.
Is this scenario possible with appach/openssl/mod_ssl ?
Is it supported out of the box, or are the add-on's required?
If not are there alternate solutions?
Thanks for your assistance.
Herman de Taeye
Unisys Belgium.
001 6:30 AM
To: 'lgazis'; '[EMAIL PROTECTED]'; De Taeye, Herman; Gyutani
(E-mail)
Subject: RE: Apache_1.3.17, Openssl-engine-0.9.6, mod_ssl-2.8.0-1.3.17
Sol aris 2.7,CryptoSwift accelerator board
Thanks for the diagnostic program. With the delivery by Sun an other program
call
Best regards,
Herman De Taeye
Unisys Belgium.
-Original Message-
From: lgazis [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 21, 2001 4:30 PM
To: '[EMAIL PROTECTED]'; De Taeye, Herman
Subject: RE: Apache_1.3.17, Openssl-engine-0.9.6, mod_ssl-2.8.0-1.3.17 Sol
aris 2.7,CryptoS
1 - 100 of 154 matches
Mail list logo