RE: Patches and Enhancements for a SSL-Proxy Based on Apache 2.0 (mod_ssl, mod_proxy, mod_headers)

2003-02-19 Thread Maik Mueller
for a proxy's mod_ssl configuration. The SAP proposed header names are use in the example added to the mod_headers documentation (see mod_headers_mai.html.en). And here follows the patch (My proposed changes to the HTML docu are now not included in the patch. Please advice me if and how

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-10 Thread John . Airey
-Original Message- From: Geoff Thorpe [mailto:[EMAIL PROTECTED]] Sent: 08 February 2003 18:08 To: [EMAIL PROTECTED] Subject: Re: Problems compiling mod_ssl with apache 2.0.44 * Sasa STUPAR ([EMAIL PROTECTED]) wrote: Ok, I have found the problem. If you want to have files

Compiling mod_ssl as a DSO for Apache 1.3.12

2003-02-10 Thread Simon Donally
Hi List Users I am trying to compile Apache with mod_ssl as a DSO, I'm using a relatively old version of Apache software as this particular version functions without errors on the system. The software versions are listed below Solaris 2.6 Apache 1.3.12 Modssl 2.6.6 I have read numerous

Compiling mod_ssl as a DSO

2003-02-10 Thread Simon Donally
not be started regards Simon Donally __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL

RE: Compiling mod_ssl as a DSO

2003-02-10 Thread Boyle Owen
Just to get things clear, openSSL is a library of functions which is used by (among other things) mod_ssl. So mod_ssl needs to know about openSSL but openSSL doesn't care which application is using it. Your installation paths are a bit idiosyncratic, which is OK as long as you have a clear idea

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
/include and openssldir /usr/include/openssl and there are no headers. I haven't noticed it on first but when I wanted to compile apache with mod_ssl it returns an error that it was unable to find headers for ssl. Is there someone else reporting the same problem ? Maybe is this related

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
and openssldir /usr/include/openssl and there are no headers. I haven't noticed it on first but when I wanted to compile apache with mod_ssl it returns an error that it was unable to find headers for ssl. Is there someone else reporting the same problem ? Maybe is this related to the RedHat8

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
/openssl and there are no headers. I haven't noticed it on first but when I wanted to compile apache with mod_ssl it returns an error that it was unable to find headers for ssl. Is there someone else reporting the same problem ? Maybe is this related to the RedHat8 distrubution only. Well RH8

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Geoff Thorpe
/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Sasa STUPAR
installation attempts probably created weird directories like /usr/include/bin, /usr/include/include, etc. Cheers, Geoff __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-08 Thread Geoff Thorpe
-- Geoff Thorpe [EMAIL PROTECTED] http://www.geoffthorpe.net/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Erik Melkersson
Melkersson, Technical Webmaster UNIT, Linköpings Universitet [EMAIL PROTECTED], 013-285794 http://www.unit.liu.se/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Sasa STUPAR
I have just succesfully compiled apache 2.0.44 with mod_ssl and openssl 0.9.7 on RH8. First I have compiled openssl then apache and everything works fine. On trick after make install in openssl it doesn't copy headers so you have to manually copy them to your install directory. On 2/7/2003 10:25

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Boulytchev, Vasiliy
, 2003 2:39 AM To: [EMAIL PROTECTED] Subject: Re: Problems compiling mod_ssl with apache 2.0.44 I have just succesfully compiled apache 2.0.44 with mod_ssl and openssl 0.9.7 on RH8. First I have compiled openssl then apache and everything works fine. On trick after make install in openssl

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread R. DuFresne
compiling mod_ssl with apache 2.0.44 I have just succesfully compiled apache 2.0.44 with mod_ssl and openssl 0.9.7 on RH8. First I have compiled openssl then apache and everything works fine. On trick after make install in openssl it doesn't copy headers so you have to manually copy them to your

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Geoff Thorpe
/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Geoff Thorpe
* Sasa STUPAR ([EMAIL PROTECTED]) wrote: I have just succesfully compiled apache 2.0.44 with mod_ssl and openssl 0.9.7 on RH8. First I have compiled openssl then apache and everything works fine. On trick after make install in openssl it doesn't copy headers so you have to manually copy them

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Sasa STUPAR
No, It doesn't. I have compiled it with prefix /usr/include and openssldir /usr/include/openssl and there are no headers. I haven't noticed it on first but when I wanted to compile apache with mod_ssl it returns an error that it was unable to find headers for ssl. Is there someone else reporting

RE: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Boulytchev, Vasiliy
To: [EMAIL PROTECTED] Subject: Re: Problems compiling mod_ssl with apache 2.0.44 No, It doesn't. I have compiled it with prefix /usr/include and openssldir /usr/include/openssl and there are no headers. I haven't noticed it on first but when I wanted to compile apache with mod_ssl it returns

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-07 Thread Geoff Thorpe
* Sasa STUPAR ([EMAIL PROTECTED]) wrote: No, It doesn't. I have compiled it with prefix /usr/include and openssldir /usr/include/openssl and there are no headers. I haven't noticed it on first but when I wanted to compile apache with mod_ssl it returns an error that it was unable to find

Problems compiling mod_ssl with apache 2.0.44

2003-02-06 Thread Erik Melkersson
Hi! (Sending this again after finally succesfully subscribing, so sorry if you get it twice) I'm trying to compile Apache 2.0.44 with mod_ssl and have some problems. I've downloaded and installed openssl-0.9.7. Using: ./config --prefix=/service/apache2/openssl/ --openssldir=/service/apache2

Re: Problems compiling mod_ssl with apache 2.0.44

2003-02-06 Thread Geoff Thorpe
like; # export CFLAGS=-I/service/apache2/openssl/include # ./configure --prefix=/service/apache2/ etc ... Good luck, Geoff PS: If that leads nowhere, you may want to post your query to one of the apache2 mailing lists - a version of mod_ssl is now included there and this sort

RE: Apache-SSL vs mod_ssl

2003-01-23 Thread Boyle Owen
-Original Message- From: rmck [mailto:[EMAIL PROTECTED]] Whats the benefit of mod_ssl compared to Apache-SSL??? One has got mod in its name and the other hasn't :-) I am not expert enough to comment on the two implementations of SSL technology so I restrict myself to the useability

Apache-SSL vs mod_ssl

2003-01-22 Thread rmck
Whats the benefit of mod_ssl compared to Apache-SSL??? Thanks Rob __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager

Re: Apache-SSL vs mod_ssl

2003-01-22 Thread Daniel Lopez
Whats the benefit of mod_ssl compared to Apache-SSL??? mod_ssl is derived originally from Apache SSL mod_ssl is more widely used than Apache SSL Apache SSL supports Apache 1.x mod_ssl supports Apache 1.x and 2.x Cheers Daniel -- Teach Yourself Apache 2 -- http://apacheworld.org/ty24

Re: Apache-SSL vs mod_ssl

2003-01-22 Thread Cliff Woolley
On Wed, 22 Jan 2003, rmck wrote: Whats the benefit of mod_ssl compared to Apache-SSL??? Bells and whistles that you may or may not need. Suggest you look over the list of supported configuration directives for each to see which one better fits your site. Note that Apache 2.0 includes mod_ssl

our apache+mod_ssl server vulnerable?

2003-01-18 Thread Jun
Hi, My question is whether our www server has a critical vulnerability or not. If someone knows it, please tell me. We are using apache1.3.27 mod_ssl 2.8.12 with OpenSSL0.9.6e on HP-UX11.0. I think mod_ssl of this version with default settings would disable a countermeasure to OpenSSL0.9.6's

CRL verification failed on apache-mod_ssl 2.0.40

2003-01-10 Thread Omar TANTAOUI
Hi everybody I am using Apache 2.0.40 with mod_ssl 2.0.40-11 on a Linux Redhat 8.0. I have configured apache in order to have a secured area where clients must authenticate themselves with certificates. Until this point everything works fine. But when I added the crl verification feature, I got

Apache/mod_ssl and Netscape 4.79

2003-01-06 Thread Merton Campbell Crockett
After enabling mod_ssl, I have found that Netscape 4.79 will, occassionally, hang when accessing content on an HTTPS web site. This seems to occur when accessing documents generated using server-side includes that contain references to cascading style sheets, logos, etc. maintained on a common

RE: DoS attack on mod_ssl 2.8.12 ??

2002-12-20 Thread Boyle Owen
. Dezember 2002 17:04 To: [EMAIL PROTECTED] Cc: Pedro Nascimento; Greg Davydouski Subject: DoS attack on mod_ssl 2.8.12 ?? Hello, We are experiencing problems with our Win32 Apache 1.3.27 with mod_ssl 2.8.12 + openssl 0.9.6g running on Windows 2000. It is a sort of DoS attack that makes our web site

DoS attack on mod_ssl 2.8.12 ??

2002-12-19 Thread Sergey Strakhov
Hello, We are experiencing problems with our Win32 Apache 1.3.27 with mod_ssl 2.8.12 + openssl 0.9.6g running on Windows 2000. It is a sort of DoS attack that makes our web site totally inaccessible. One of those attacks was captured with Ethereal. The dump is attached. As you can see

RE: DoS attack on mod_ssl 2.8.12 ??

2002-12-19 Thread HMajidy
] [mailto:[EMAIL PROTECTED]]On Behalf Of Sergey Strakhov Sent: Thursday, December 19, 2002 8:04 AM To: [EMAIL PROTECTED] Cc: Pedro Nascimento; Greg Davydouski Subject: DoS attack on mod_ssl 2.8.12 ?? Hello, We are experiencing problems with our Win32 Apache 1.3.27 with mod_ssl 2.8.12 + openssl

Re: DoS attack on mod_ssl 2.8.12 ??

2002-12-19 Thread hunter
On Thu, 2002-12-19 at 11:03, Sergey Strakhov wrote: Hello, We are experiencing problems with our Win32 Apache 1.3.27 with mod_ssl 2.8.12 + openssl 0.9.6g running on Windows 2000. It is a sort of DoS attack that makes our web site totally inaccessible. One of those attacks was captured

RE: POST with mod_ssl intermittently fails with a 405

2002-12-18 Thread John . Airey
variable). John -Original Message- From: Jan-Piet Mens [mailto:[EMAIL PROTECTED]] Sent: 17 December 2002 17:39 To: [EMAIL PROTECTED] Subject: RE: POST with mod_ssl intermittently fails with a 405 I've got an upload_max_filesize = 2M and a memory_limit = 8M and I'm POSTing 10

RE: POST with mod_ssl intermittently fails with a 405

2002-12-18 Thread Jan-Piet Mens
). John -Original Message- From: Jan-Piet Mens [mailto:[EMAIL PROTECTED]] Sent: 17 December 2002 17:39 To: [EMAIL PROTECTED] Subject: RE: POST with mod_ssl intermittently fails with a 405 I've got an upload_max_filesize = 2M and a memory_limit = 8M and I'm POSTing 10 fields

RE: Mod_ssl and apache 2.0.40

2002-12-18 Thread francoise . tukalo
/fichier.html Perhaps it's idiot question but i'd like someone answer this. Thanks. Françoise TUKALO STNA 8IS Tel : 05 62 14 53 95 Fax : 05 62 14 54 02 email : [EMAIL PROTECTED] __ Apache Interface to OpenSSL (mod_ssl

RE: POST with mod_ssl intermittently fails with a 405

2002-12-18 Thread Moeller Wolf-Dietrich
/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

RE: POST with mod_ssl intermittently fails with a 405

2002-12-18 Thread Jan-Piet Mens
/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED] __ Apache Interface

RE: Mod_ssl and apache 2.0.40

2002-12-17 Thread Boyle Owen
] Subject: Mod_ssl and apache 2.0.40 Hello, I install on a PC linux redhat 8.0 a web server apache 2.0.40 and mod ssl 0.9.6b (configuration include in redhat 8.0) I want to access a directory of my site with ssl. The directory site pages have been written in html without ssl. To avoid

POST with mod_ssl intermittently fails with a 405

2002-12-17 Thread Jan-Piet Mens
Hello, I've got an self-built Apache on a RedHat 7.3 Linux box with Apache/2.0.43, mod_ssl/2.0.43, OpenSSL/0.9.6b, PHP/4.2.3 and mod_authzldap 0.22 Every so often a PHP page is called with a POST request to send data to the server. The whole server area is protected via the following settings

RE: POST with mod_ssl intermittently fails with a 405

2002-12-17 Thread Boyle Owen
: Jan-Piet Mens [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 17. Dezember 2002 16:07 To: [EMAIL PROTECTED] Subject: POST with mod_ssl intermittently fails with a 405 Hello, I've got an self-built Apache on a RedHat 7.3 Linux box with Apache/2.0.43, mod_ssl/2.0.43, OpenSSL/0.9.6b, PHP/4.2.3

RE: POST with mod_ssl intermittently fails with a 405

2002-12-17 Thread John . Airey
- From: Boyle Owen [mailto:[EMAIL PROTECTED]] Sent: 17 December 2002 15:19 To: [EMAIL PROTECTED] Subject: RE: POST with mod_ssl intermittently fails with a 405 Your openSSL libs are a bit old - there have been many important code updates since 0.9.6b. In particular, the most recent

RE: POST with mod_ssl intermittently fails with a 405

2002-12-17 Thread Jan-Piet Mens
] Subject: RE: POST with mod_ssl intermittently fails with a 405 Your openSSL libs are a bit old - there have been many important code updates since 0.9.6b. In particular, the most recent update (0.9.6h) fixed race condition bugs that were causing intermittent failures. Try an upgrade

RE: POST with mod_ssl intermittently fails with a 405

2002-12-17 Thread Jan-Piet Mens
with mod_ssl intermittently fails with a 405 Hello, I've got an self-built Apache on a RedHat 7.3 Linux box with Apache/2.0.43, mod_ssl/2.0.43, OpenSSL/0.9.6b, PHP/4.2.3 and mod_authzldap 0.22 Every so often a PHP page is called with a POST request to send data to the server. The whole

RE: POST with mod_ssl intermittently fails with a 405

2002-12-17 Thread John . Airey
in America - Alexander Graham Bell (my paraphrase) -Original Message- From: Jan-Piet Mens [mailto:[EMAIL PROTECTED]] Sent: 17 December 2002 16:50 To: [EMAIL PROTECTED] Subject: RE: POST with mod_ssl intermittently fails with a 405 I've upgraded to 0.9.6h and recompiled Apache

RE: POST with mod_ssl intermittently fails with a 405

2002-12-17 Thread John . Airey
with mod_ssl intermittently fails with a 405 I've upgraded to 0.9.6h and recompiled Apache. No change. Still get the hint in the error_log. Any other ideas ? -JP On Tue, 17 Dec 2002, Boyle Owen wrote: Your openSSL libs are a bit old - there have been many important code updates

RE: POST with mod_ssl intermittently fails with a 405

2002-12-17 Thread Jan-Piet Mens
: POST with mod_ssl intermittently fails with a 405 I've upgraded to 0.9.6h and recompiled Apache. No change. Still get the hint in the error_log. Any other ideas ? -JP On Tue, 17 Dec 2002, Boyle Owen wrote: Your openSSL libs are a bit old - there have been many important

Mod_ssl and apache 2.0.40

2002-12-16 Thread francoise . tukalo
__ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

mod_ssl Project Environment Migrated

2002-12-15 Thread Ralf S. Engelschall
Just for your information: the Apache mod_ssl project environment was migrated to a new location. In case of any problems, contact me. Ralf S. Engelschall [EMAIL PROTECTED

Re: mod_ssl Project Environment Migrated

2002-12-15 Thread Mads Toftum
On Sun, Dec 15, 2002 at 09:41:11AM +0100, Ralf S. Engelschall wrote: Just for your information: the Apache mod_ssl project environment was migrated to a new location. In case of any problems, contact me. It seems that cvs is broken - http://www.modssl.org/source/cvs/ and the docs taken from

Re: mod_ssl Project Environment Migrated

2002-12-15 Thread Ralf S. Engelschall
On Sun, Dec 15, 2002, Mads Toftum wrote: On Sun, Dec 15, 2002 at 09:41:11AM +0100, Ralf S. Engelschall wrote: Just for your information: the Apache mod_ssl project environment was migrated to a new location. In case of any problems, contact me. It seems that cvs is broken - http

Re: mod_ssl Project Environment Migrated

2002-12-15 Thread R. DuFresne
On Sun, 15 Dec 2002, Ralf S. Engelschall wrote: On Sun, Dec 15, 2002, Mads Toftum wrote: On Sun, Dec 15, 2002 at 09:41:11AM +0100, Ralf S. Engelschall wrote: Just for your information: the Apache mod_ssl project environment was migrated to a new location. In case of any problems

Re: mod_ssl Project Environment Migrated

2002-12-15 Thread Ralf S. Engelschall
In article [EMAIL PROTECTED] you wrote: Just for your information: the Apache mod_ssl project environment was migrated to a new location. In case of any problems, contact me. It seems that cvs is broken - http://www.modssl.org/source/cvs/ and the docs taken from the sorce - like

problems after upgrading mod_ssl and apache..

2002-12-11 Thread Arnvid Karstad
Hiya Yesterday we upgraded on of our http servers from apache 1.3.26 to 1.3.27 with the equalent version of mod_ssl. root@nextgeneration:/usr/src/other/php# /usr/local/apache/bin/apachectl startssl Apache/1.3.27 mod_ssl/2.8.12 (Pass Phrase Dialog) Some of your private key files are encrypted

Re: Mod_ssl in apache 2.X

2002-12-05 Thread Daniel Lopez
For mod_ssl on Apache 2.0 you may want to check also the secure server chapter I have online, which contains step by step instructions http://www.apacheworld.org/ty24/ Best regards Daniel Hi! Im not here to quarrel with you kid. Im here to get some help, and your insults are not helping

Re: mod_ssl mod_proxy

2002-12-05 Thread Christopher McCrory
Hello... On Thu, 2002-12-05 at 10:12, HMajidy wrote: This is to report a problem with Apache with mod_ssl and mod_proxy, and to request the community’s help in resolving it. Objective: The objective is to set up Apache as a reverse proxy, to receive encrypted HTTPS traffic over

Re: mod_ssl mod_proxy

2002-12-05 Thread Alexandre
send ok. any people can help us ??? thanks Alexandre HMajidy wrote: This is to report a problem with Apache with mod_ssl and mod_proxy, and to request the community?s help in resolving it. ?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> Objective:

RE: mod_ssl mod_proxy

2002-12-05 Thread HMajidy
Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of AlexandreSent: Thursday, December 05, 2002 8:53 AMTo: [EMAIL PROTECTED]Subject: Re: mod_ssl mod_proxyoh my God i have the exactly the same problem ... the only diference is that my autentication is on Ldap

RE: Mod_ssl in apache 2.X

2002-12-05 Thread David Loesche
nationwide system of optical IP networks. -Original Message- From: Johan Bryssling [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 2:39 AM Cc: [EMAIL PROTECTED] Subject: RE: Mod_ssl in apache 2.X Hi! Im not here to quarrel with you kid. Im here to get some help, and your

mod_ssl mod_proxy

2002-12-05 Thread HMajidy
This is to report a problem with Apache with mod_ssl and mod_proxy, and to request the community’s help in resolving it. Objective: The objective is to set up Apache as a reverse proxy, to receive encrypted HTTPS traffic over the Internet and to convert it to HTTP and direct it to a web

Re: mod_ssl and mod_jk (Win32)

2002-12-04 Thread Paul Christmann
, Paul Christmann __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED

Mod_ssl in apache 2.X

2002-12-04 Thread Johan Bryssling
Hi! I have a couple of questions: If mod_ssl is included in apache2.x why doesnt it show up in the modulelist when I use: % httpd -l ? If it's not included when I default compile (using the INSTALL-file instructions), how do I know how to compile in the mod_ssl into the apache (if this is my

Re: Mod_ssl in apache 2.X

2002-12-04 Thread R. DuFresne
that at all? Now you have to do some work on your own, you can't expect others to do it all for you and remain lazy. Thanks, Ron DuFresne On Wed, 4 Dec 2002, Johan Bryssling wrote: Hi! I have a couple of questions: If mod_ssl is included in apache2.x why doesnt it show up in the modulelist

can´t configure mod_ssl

2002-11-22 Thread Gilberto Garcia Jr.
Hey guys, Can someone explain me how configure mod_ssl on apchache web server? I have installed apache with mod_ssl on a red hat 7.3 thanks

Solaris 7 8: Problem and solution with mod_ssl and PRNGD when updatingto 1.3.27

2002-11-22 Thread Alex Kuehne
Hi folks, I am curently updating all my apache server to the newest version of apache/mod_ssl/openssl, at least I tried until I found the solution. I get an error when starting the freshly compiled apache 1.3.27 with config from 1.3.26: [Fri Nov 22 11:56:43 2002] [error] mod_ssl: Init: Failed

RE: can´t configure mod_ssl

2002-11-22 Thread Boyle Owen
Have you tried? Post your attempted config directives and describe what happened or went wrong and I'm sure someone will respond. -Original Message- From: Gilberto Garcia Jr. [mailto:[EMAIL PROTECTED]] Sent: Freitag, 22. November 2002 13:12 To: mod ssl Subject: can´t configure mod_ssl

can´t configure mod_ssl

2002-11-22 Thread Gilberto Garcia Jr.
Yes, i´ve tried. I followed a lot of tutorials. i create one certificade at all. But weh i tried $curl https://127.0.0.1/ i got an error. and in most of tutorials i saw httpsd start command, and httpdctl startssl command. but i didint find both of executables om my server. thanks

RE: can´t configure mod_ssl

2002-11-22 Thread Boyle Owen
might be able to help. -Original Message- From: Gilberto Garcia Jr. [mailto:[EMAIL PROTECTED]] Sent: Freitag, 22. November 2002 15:43 To: mod ssl Subject: can´t configure mod_ssl Yes, i´ve tried. I followed a lot of tutorials. i create one certificade at all. But weh i tried $curl https

Re: can´t configure mod_ssl

2002-11-22 Thread Julio César Mejia Vergara
software a instalar de modssl y apache. #mkdir /trayectoria/temp Paso 3: Copiar el software a instalar a los directorios temporales creados. #cp mod_ssl-2.8.1-1.3.19.tar /trayectoria/temp #cp apache_1.3.19.tar /trayectoria/temp Paso 4: Desempaquetar el software de instalación de ModSSL y Apache

Problem: Mod_SSL and flex -Pssl_expr_yy -s -B ssl_expr_scan.l on Solaris 2.9

2002-11-22 Thread Rich McGee
I'm attempting to build Apache 1.3.27 on a new Solaris 2.9 system. I am following Option 2 in the INSTALL of the mod_ssl-2.8.12-1.3.27, and I'm stumped. After I configure and make (using gcc) all the required components (Both with and without mm) the make of the Apache server itself stops

Re: FreeBSD 4.x and Apache+mod_ssl

2002-11-20 Thread justin
_ __ ___ | _ ) __| \ [EMAIL PROTECTED] _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User

missing CRL nextUpdate field - Bug in mod_ssl (seg fault)

2002-11-20 Thread Alon Philosoph
Hi, When using a CRL without the nextUpdate field (you can create such CRL in iPlanet), I get a segmentation fault (usingmod_ssl-2.8.8-1.3.24). This occurs in the call: i = X509_cmp_current_time(X509_CRL_get_nextUpdate(crl)); since X509_CRL_get_nextUpdate(crl) returns NULL in this

Re: FreeBSD 4.x and Apache+mod_ssl

2002-11-20 Thread Ronnie Clark
, Apache13+mod_ssl, and mod_php4 from the ports collection. I got php and SSL playing nice together, but I now have a website that is showing an invalid cert. How do I generate my own CA and new server cert signed by that CA in this format? Thanks in advance, Ron Clark

Re: FreeBSD 4.x and Apache+mod_ssl

2002-11-20 Thread camccuk
/ __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

FreeBSD 4.x and Apache+mod_ssl

2002-11-19 Thread Ronnie Clark
Hello all, I am running FreeBSD 4.7 STABLE and just loaded mysql, Apache13+mod_ssl, and mod_php4 from the ports collection. I got php and SSL playing nice together, but I now have a website that is showing an invalid cert. How do I generate my own CA and new server cert signed by that CA

Re: FreeBSD 4.x and Apache+mod_ssl

2002-11-19 Thread Marcel Erkens
21:54, Ronnie Clark wrote: Hello all, I am running FreeBSD 4.7 STABLE and just loaded mysql, Apache13+mod_ssl, and mod_php4 from the ports collection. I got php and SSL playing nice together, but I now have a website that is showing an invalid cert. How do I generate my own CA and new server

Re: How can I tell if mod_ssl is installed with Apache

2002-11-16 Thread R. DuFresne
=/home/.autoserv/apache/conf --htdocsdir=/home/.autoserv/html --cgidir=/home/.autoserv/cgi-bin --sysconfdir=/home/.autoserv/conf --enable-module=ssl --enable-shared=ssl Thanks, Ron DuFresne On Fri, 15 Nov 2002 [EMAIL PROTECTED] wrote: I configured and installed mod_ssl with Apache

Re: Apache + mod_ssl (OpenSSL Error)

2002-11-15 Thread Lutz Jaenicke
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 INSTALL file for 2 hrs

Problem with mod_ssl 2.8.11

2002-11-15 Thread Muralidhar K (SSG) - CTD, Chennai.
Hi All, I have the following problem with Apache 1.3.27, mod_ssl 2.8.11, open ssl 0.9.6g :- ssl_engine_log:[09/Nov/2002 03:37:56 26451] [info] Spurious SSL handshake interrupt[Hint: Usually just one of those OpenSSL confusions!?] ssl_engine_log:[09/Nov/2002 03:38:07 26426] [info] Spurious SSL

Apache 1.3.27 mod_ssl 2.8.12 openssl 0.9.6g Upgrade

2002-11-15 Thread Jim Lee
Hi, We plan on upgrading to Apache 1.3.27 mod_ssl 2.8.12 openssl 0.9.6g from Apache 1.3.26 mod_ssl 2.8.10 openssl 0.9.6d on Windows. We are considering the following two options: Option A: Download the Apache_1.3.27-Mod_SSL_2.8.12-OpenSSL_0.9.6g-Win32.zip file, upzip it and copy over

SSLRandomFIle Error (Apache-mod_ssl)

2002-11-15 Thread Manoj Kithany
Hi: I think I have Apache + mod_ssl on my IBM AIX box. My httpd.conf file contains: --- VirtualHost * ServerAdmin [EMAIL PROTECTED] DocumentRoot /kit ServerName www.my.server.name ErrorLog logs/log1 SSLRandomFile file /dev/egd

Re: Apache 1.3.27 mod_ssl 2.8.12 openssl 0.9.6g Upgrade

2002-11-15 Thread Jim Lee
Small Correction: Read first line of Option B as: Fresh install of Apache 1.3.27 using apache_1.3.27-win32-x86-no_src.msi at the current Apache 1.3.26 installation location. From: Jim Lee [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Apache 1.3.27 mod_ssl 2.8.12

Re: SSLRandomFIle Error (Apache-mod_ssl)

2002-11-15 Thread Manoj Kithany
: SSLRandomSeed cannot occur within VirtualHost section ./apachectl startssl: httpd could not be started # From: Lutz Jaenicke [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: SSLRandomFIle Error (Apache-mod_ssl) Date: Fri, 15 Nov 2002 22:17:31 +0100 On Fri, Nov 15, 2002

Re: SSLRandomFIle Error (Apache-mod_ssl)

2002-11-15 Thread R. DuFresne
up in the conf file, before the VirtualHost sections. Perhaps more directly under the IfDefine SSL or prior to that. Thanks, Ron DuFresne From: Lutz Jaenicke [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: SSLRandomFIle Error (Apache-mod_ssl) Date

OpenSSL Error (Apache-mod_ssl)

2002-11-15 Thread Manoj Kithany
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

How can I tell if mod_ssl is installed with Apache

2002-11-15 Thread rdkurth
I configured and installed mod_ssl with Apache but it does not seam to be working. When I run the ./httpd -l comand on Apache it does not show that mod_ssl.c is installed in Apache this is a list of every thing that is in there. Should it be in there? http_core.c mod_env.c mod_log_config.c

please help... mod_ssl seems to overwrite mod_perl and mod_perl seems to overwrite mod_ssl

2002-11-15 Thread Mitchel, Jennifer (Jem)
Hi all, How do I get BOTH mod_perl and mod_ssl built into and working in Apache? I had mod_perl successfully built into my apache to use Authentication hook. Then I added mod_ssl in and I started to get errors from my .htaccess file Error: [Fri Nov 15 14:39:03 2002] [alert

Re: Is anyone successfully running OWA2K behind Apache/mod_ssl?

2002-11-14 Thread Volker Borchert
-https,on); Or modify modules/proxy/proxy_http.c. With apache-1.3.27/mod_ssl-2.8.12, the relevant code section is at line 400 +/-. This is simpler, and will avoid the problems with module order described in mod_proxy_add_forward.c In addition, I would add a new config directive, say FrontEndHTTPS

Apache + mod_ssl - config/install

2002-11-14 Thread Manoj Kithany
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

Re: Apache + mod_ssl - config/install

2002-11-14 Thread R. DuFresne
file Thanks, Ron DuFresne On Thu, 14 Nov 2002, Manoj Kithany wrote: 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

Apache + mod_ssl (OpenSSL Error)

2002-11-14 Thread Manoj Kithany
file I see - [Thu Nov 14 11:10:01 2002] [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key (OpenSSL library error follows) [Thu Nov 14 11:10:01 2002] [error] OpenSSL: error:24064064:random number

Bugfix for compiling mod_ssl-2.4.10-1.3.9 against openssl-0.9.6g.

2002-11-14 Thread raymond
I had trouble thismorning compiling mod_ssl-2.4.10-1.3.9 against openssl-0.9.6g. The problem was well documented in the following two posts on your archives. http://www.mail-archive.com/modssl-users;modssl.org/msg15050.html http://www.mail-archive.com/modssl-users;modssl.org/msg09673.html I

Apache + mod_ssl (OpenSSL Error)

2002-11-14 Thread Manoj Kithany
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

apache and mod_ssl

2002-11-11 Thread Stefan Steger
hi guys! i have following question: i installed an apache webserver with mod_ssl. on this server serveral projekts are available, what i want is, that only one directory (projekt)is accessible viahttps/ssl (only https/ssl) for all users (also internet) and the rest of the site should ONLY

RE: Is anyone successfully running OWA2K behind Apache/mod_ssl?

2002-11-08 Thread John . Airey
[mailto:dmarshall;esilicon.com] Sent: 07 November 2002 14:58 To: [EMAIL PROTECTED] Subject: RE: Is anyone successfully running OWA2K behind Apache/mod_ssl? Jason, I had this running on RedHat 7.2. Apache 1.3.22/Mod_SSL Here are the steps... 1. Obtain Apache Mod mod_proxy_add_forward.c Modify

RE: Is anyone successfully running OWA2K behind Apache/mod_ssl?

2002-11-08 Thread John . Airey
relativism. -Original Message- From: David Marshall [mailto:dmarshall;esilicon.com] Sent: 07 November 2002 14:58 To: [EMAIL PROTECTED] Subject: RE: Is anyone successfully running OWA2K behind Apache/mod_ssl? Jason, I had this running on RedHat 7.2. Apache 1.3.22/Mod_SSL

Is anyone successfully runnin OWA2K behind Apache/mod_ssl?

2002-11-07 Thread Jason Haar
We're using Apache/mod_ssl to provide a reverse-proxy to some backend Web servers, and want to add OWA2K to the list (that's Outlook Web Access for Microsoft Exchange 2000). It works fine with OWA from Exchange 5.5 - which was basically just HTML plus some javascript - but OWA2K (under IE5+) uses

RE: Is anyone successfully running OWA2K behind Apache/mod_ssl?

2002-11-07 Thread David Marshall
Jason, I had this running on RedHat 7.2. Apache 1.3.22/Mod_SSL Here are the steps... 1. Obtain Apache Mod mod_proxy_add_forward.c Modify the code to set the header font-end-https: on. add the following /* turn on front-end-https header, so OWA will put HTTPS into urls

Re: Is anyone successfully runnin OWA2K behind Apache/mod_ssl?

2002-11-07 Thread Volker Borchert
In message [EMAIL PROTECTED] you write: | We're using Apache/mod_ssl to provide a reverse-proxy to some backend Web | servers, and want to add OWA2K to the list (that's Outlook Web Access for | Microsoft Exchange 2000). | Anyone else got any stories about this? Two things: 1) For me, it seems

Re: mod_ssl for apache2 2.0.43

2002-11-07 Thread Joachim Feise
Paetsch, Christian (BearingPoint extern) wrote: Hello, I'm looking for the modul mod_ssl for the new apache 2.0.43 server running on a window32 platform. I can only find information about the mod_ssl for apache 1.3. Can I still use the latest version of mod_ssl? Apache 2.x has the ssl code

<    1   2   3   4   5   6   7   8   9   10   >