Problem installing mod_ssl on Solaris 8

2002-01-29 Thread LDC - Alan Mizrahi
Hello, I have a problem installing apache-1.3.22 with mod_ssl 2.8.5 (DSO) on Solaris 8 (sparc). I get the following error starting apache: Syntax error on line 206 of /usr/local/apache-1.3.22/conf/httpd.conf: Cannot load /usr/local/apache-1.3.22/arch/libexec/libssl.so into server: ld.so.1: /usr

Re: Problem installing mod_ssl on Solaris 8

2002-01-29 Thread Mads Toftum
On Tue, Jan 29, 2002 at 01:21:55PM -0400, LDC - Alan Mizrahi wrote: Hello, I have a problem installing apache-1.3.22 with mod_ssl 2.8.5 (DSO) on Solaris 8 (sparc). I get the following error starting apache: Syntax error on line 206 of /usr/local/apache-1.3.22/conf/httpd.conf: Cannot load

Re: Problem installing mod_ssl on Solaris 8

2002-01-29 Thread LDC - Alan Mizrahi
place folks like to place apache's libssl.so file. Either one should work. Thanks, Ron DuFresne On Tue, 29 Jan 2002, LDC - Alan Mizrahi wrote: Hello, I have a problem installing apache-1.3.22 with mod_ssl 2.8.5 (DSO) on Solaris 8 (sparc). I get the following error starting apache

Re: Problem installing mod_ssl on Solaris 8

2002-01-29 Thread R. DuFresne
file. Either one should work. Thanks, Ron DuFresne On Tue, 29 Jan 2002, LDC - Alan Mizrahi wrote: Hello, I have a problem installing apache-1.3.22 with mod_ssl 2.8.5 (DSO) on Solaris 8 (sparc). I get the following error starting apache: Syntax error on line 206 of /usr/local/apache-1.3.22

Re: Problem installing mod_ssl on Solaris 8

2002-01-29 Thread LDC - Alan Mizrahi
Simon Bolivar Laboratorio de Computacion [EMAIL PROTECTED] On Tue, 29 Jan 2002, Mads Toftum wrote: On Tue, Jan 29, 2002 at 01:21:55PM -0400, LDC - Alan Mizrahi wrote: Hello, I have a problem installing apache-1.3.22 with mod_ssl 2.8.5 (DSO

New mod_ssl user

2002-01-28 Thread Administrador
Hello to all, I'm installing Apache 1.3.23. Can I use mod_ssl for Apache 1.3.22? Thanks in advance. -- Administrador Técnico Alsernet 2000 http://www.alsernet.es __ Apache Interface to OpenSSL (mod_ssl

Apache MOD_SSL over NAT not working

2002-01-26 Thread Jim Lee
We have an apache server with mod_ssl. The SSL connection works fine within out network(intranet). But from outside(internet), users reach the apache server through NAT. They are able to see the http page but are not able to see https page. The apache server's ip address is not visible

RE: Apache and Mod_SSL

2002-01-23 Thread lin geng
You can use cygwin and it comes with openssl compiled. Regards, Lin Geng -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Eduardo Fresno Sent: Wednesday, January 23, 2002 5:54 AM To: [EMAIL PROTECTED] Subject: Apache and Mod_SSL Hi, I was wondering

RE: apache+mod_ssl kill -USR1

2002-01-20 Thread rwidmer
** Reply to note from Julian C. Dunn [EMAIL PROTECTED] Thu, 17 Jan 2002 11:20:53 -0500 (EST) On 17-Jan-2002 Roman V Moroz wrote: Is there possiblity to restart Apache with mod_ssl graceful (with kill -USR1 httpd)? Yes, it's possible, but if you are adding or deleting new SSL

RE: mod-ssl on win32 (mod_ssl bug 569, apache crash)

2002-01-19 Thread Enrico Demarin
a workaround but yes, it works. - Enrico -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: January 19, 2002 12:09 AM To: [EMAIL PROTECTED] Subject: RE: mod-ssl on win32 (mod_ssl bug 569, apache crash) Seems to be the known problem then. You

Apache + mod_ssl bug?

2002-01-18 Thread pr0ject
I recently installed Apache 1.3.22 + mod_ssl to give my users SSL capabilities... Unfortunately by doing so, it broke the /~user web space. I went back, reconfigured like it should be (uncommented the basic Directory container for the public_html options..) Restarted apachessl with no errors

Possible Apache+mod_ssl bug?

2002-01-18 Thread pr0ject
I recently installed Apache 1.3.22 + mod_ssl to give my users SSL capabilities... Unfortunately by doing so, it broke the /~user web space. I went back, reconfigured like it should be (uncommented the basic Directory container for the public_html options..) Restarted apachessl with no errors

Re: Apache + mod_ssl bug?

2002-01-18 Thread Glen Mehn
, pr0ject wrote: I recently installed Apache 1.3.22 + mod_ssl to give my users SSL capabilities... Unfortunately by doing so, it broke the /~user web space. I went back, reconfigured like it should be (uncommented the basic Directory container for the public_html options..) Restarted

Re: Apache + mod_ssl bug?

2002-01-18 Thread pr0ject
wrote: ** I recently installed Apache 1.3.22 + mod_ssl to give my users ** SSL capabilities... ** ** Unfortunately by doing so, it broke the /~user web space. ** ** I went back, reconfigured like it should be (uncommented the basic Directory ** container for the public_html options

RE: mod-ssl on win32 (mod_ssl bug 569, apache crash)

2002-01-18 Thread Enrico Demarin
Hi all, 1) I recompiled Openssl ( the ms option ) just to be sure. 2) I recompiled Apache 1.3.22 + mod_ssl 2.8.5 from scratch, no patches, release build 3) I set KeepAlive Off in the httpd.conf Result: Havy refreshing doesn't cause an halt. 4) I re-enabled KeepAlive On Heavy refreshing

RE: mod-ssl on win32 (mod_ssl bug 569, apache crash)

2002-01-18 Thread nirvana
\ downgrade-1.0 force-response-1.0 which I'd put there instead of the general KeepAlive off. I don't know whether that still will be required with Apache 2 version of mod_ssl. While not perfect, definitely beats using IIS. - Leo At 09:32 PM 1/18/02 -0800, you wrote: Hi all, 1) I recompiled Openssl

RE: mod-ssl on win32 (mod_ssl bug 569, apache crash)

2002-01-17 Thread Jay Burgess
I could have written your email word for word! I've been trying to keep Apache/mod_ssl running on WIN32 since early December, and still haven't figured out what's wrong. Josef's patch seemed to work for him, but even after applying it, my SSL-enabled Apache only runs a few minutes under

RE: apache+mod_ssl kill -USR1

2002-01-17 Thread Julian C. Dunn
On 17-Jan-2002 Roman V Moroz wrote: Is there possiblity to restart Apache with mod_ssl graceful (with kill -USR1 httpd)? Yes, it's possible, but if you are adding or deleting new SSL virtual hosts, you cannot use SIGUSR1; it needs a full restart. Unless you're asking a totally different

mod_ssl-X.X.X-2.0.YY-tar.gz?

2002-01-17 Thread Gabriel Lopez Millán
When? Thanks, Gabi. -- - Gabriel Lopez Millan - Grupo ANTS-CIRCuS Facultad de Informtica Universidad de Murcia (Espaa) Tfo: +34 968367645

RE: mod-ssl on win32 (mod_ssl bug 569, apache crash)

2002-01-17 Thread Son
no longer have access to an ssl log. -son On Thu, 17 Jan 2002, Jay Burgess wrote: I could have written your email word for word! I've been trying to keep Apache/mod_ssl running on WIN32 since early December, and still haven't figured out what's wrong. Josef's patch seemed to work for him

Re: mod_ssl-X.X.X-2.0.YY-tar.gz?

2002-01-17 Thread Mads Toftum
On Thu, Jan 17, 2002 at 06:56:24PM +0100, Gabriel Lopez Millán wrote: When? There will be no mod_ssl patch for apache 2.0. Ralf donated the mod_ssl code to Apache and it has been included in the Apache 2.0 distribution. vh Mads Toftum -- With a rubber duck, one's never alone

Re: mod_ssl-X.X.X-2.0.YY-tar.gz?

2002-01-17 Thread Ralf S. Engelschall
In article [EMAIL PROTECTED] you wrote: When? Apache 2.0.X already ships with mod_ssl, because we already ported mod_ssl to Apache 2 a few months ago and gifted the source code to the ASF. This way you no longer need an SSL/TLS add-on module for Apache 2

RE: mod-ssl on win32 (mod_ssl bug 569, apache crash)

2002-01-17 Thread nirvana
to it later. Also would be interested in hints about how to debug modules under Win32. - Leo At 09:30 AM 1/17/02 -0600, you wrote: I could have written your email word for word! I've been trying to keep Apache/mod_ssl running on WIN32 since early December, and still haven't figured out what's wrong

Re: mod_ssl-X.X.X-2.0.YY-tar.gz?

2002-01-17 Thread nirvana
Have problem building that under Windows. Using cygwin. Using the Visual C++ dsw/dsp projects. Rest of Apache 2.0.28 builds fine. Have put in openssl etc. (Previously on same machine have successfully built 1.3.20 with mod_ssl, still do.) The problem is specific to lex, specifically flex

RE: mod-ssl on win32 (mod_ssl bug 569, apache crash)

2002-01-17 Thread Enrico Demarin
Well I became aware of the problem when I started refreshing an ssl page very fast from localhost... So I guess the load doesn't have to be -that- high to reproduce the problem. I agree there must be some problem in the threading code. I tried apache 2.0 with mod_ssl but I couldn't get it to work

Re: mod-ssl on win32 (mod_ssl bug 569, apache crash)

2002-01-17 Thread Patrick Willart
(mod_ssl bug 569, apache crash) Well I became aware of the problem when I started refreshing an ssl page very fast from localhost... So I guess the load doesn't have to be -that- high to reproduce the problem. I agree there must be some problem in the threading code. I tried apache 2.0 with mod_ssl

RE: mod-ssl on win32 (mod_ssl bug 569, apache crash)

2002-01-17 Thread Leo Baschy
there must be some problem in the threading code. I tried apache 2.0 with mod_ssl but I couldn't get it to work on win32. It would be interesting if the people involved in the porting of Apache on Win32 would take the time to write a sort of developer howto, (or if it exists already, mail the pointers

[BugDB] apache/tomcat/mod_ssl 304 error (PR#660)

2002-01-16 Thread modssl-bugdb
Full_Name: Version: 2.8.5 OS: Solaris 2.8 Submission from: (NULL) (199.46.199.231) Configured the mod_ssl with ./configure \ --with-apache=../apache_1.3.22 \ --with-ssl=/usr/local/ssl \ --prefix=/usr/local/apache \ --enable-shared=ssl \ --enable-module=most \ --enable-shared=max \ --enable

Problem building Apache 1.3.22 + mod_ssl 2.8.5

2002-01-15 Thread Toomas Aas
Hello! I have a site which is currently running Apache 1.3.20 + PHP 4.0.6 + mod_ssl 2.8.4 on FreeBSD 4.3. Both mod_php4 and mod_ssl are statically built into Apache. I'm trying to upgrade to Apache 1.3.22 + PHP 4.1.1 + mod_php 2.8.5 but can't figure out a problem which seems to exist between

RE: Problem building Apache 1.3.22 + mod_ssl 2.8.5

2002-01-15 Thread Toomas Aas
or 0.9.6c. That might be my problem right here, then. I use OpenSSL version which is included in the base system of FreeBSD 4.3-RELEASE. The version is 0.9.6: $ openssl version OpenSSL 0.9.6 24 Sep 2000 Can anyone confirm that mod_ssl 2.8.5 doesn't work with this version of OpenSSL? BTW

RE: Problem building Apache 1.3.22 + mod_ssl 2.8.5

2002-01-15 Thread John . Airey
-Original Message- From: Toomas Aas [mailto:[EMAIL PROTECTED]] Sent: 15 January 2002 13:50 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Problem building Apache 1.3.22 + mod_ssl 2.8.5 Hi [EMAIL PROTECTED]! Thanks for replying so soon. That might be my problem right here

Re: Problem building Apache 1.3.22 + mod_ssl 2.8.5

2002-01-15 Thread Mads Toftum
On Tue, Jan 15, 2002 at 02:23:32PM -, [EMAIL PROTECTED] wrote: There's a README.Versions file with the mod_ssl package, but this is all it has at the end of it: 23-Jan-2001 2.8.0 1.3.17 0.9.3-0.9.6 03-Mar-2001 2.8.1 1.3.19 0.9.3-0.9.6 30-Mar-2001 2.8.2

RE: Problems with Apache / mod_ssl and Internet Explorer 5/6

2002-01-14 Thread John . Airey
Fax: +44 (0) 1733 370848 [EMAIL PROTECTED]Agnostic (Greek) = Ignoramus (Latin) -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: 11 January 2002 19:01To: [EMAIL PROTECTED]Subject: Problems with Apache / mod_ssl and Internet Explorer 5/6 Hi everyone

Problems with Apache / mod_ssl and Internet Explorer 5/6

2002-01-11 Thread Marcel Selhorst
Hi everyone, I´ve got a big problem: I installed on SuSE Linux 7.3 the Apache Web Server including the mod_ssl in order to run a secured webinterface for my IMAP-Server... Unsecured everything works just fine in every Browser. After installing the SSL-Plugin I generated a custom

RE: Problems with Apache / mod_ssl and Internet Explorer 5/6

2002-01-11 Thread Kuczborski, Carol L
ested in the Apache mod_ssl FAQ (change to http.conf file to downgrade to http 1.0). It did not work. It looks like you also tried the fix, too. I filed a bug report in the Bug Database for Apache mod_ssl and never received any response in over 5 months. I eventually worked with Oracle Worldwi

Re: mod_ssl, apache, cgi-bin, IE 5.5, Mailman

2002-01-07 Thread Julian C. Dunn
Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: mod_ssl, apache, cgi-bin, IE 5.5, Mailman

2002-01-07 Thread R. DuFresne
to contribute in the mod-ssl context I suggest you confine your security-related comments to an appropriate forum. - Julian __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

RE: mod_ssl, apache, cgi-bin, IE 5.5, Mailman

2002-01-07 Thread Glen S Mehn
Hi David: There's a FAQ on the mod_ssl site about IE and it's problems implementing the protocol properly. The short answer is to add: SetEnvIf User-Agent .*MSIE.* \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 SetEnv nokeepalive SetEnv ssl-unclean

Re: mod_ssl, apache, cgi-bin, IE 5.5, Mailman

2002-01-06 Thread R. DuFresne
I'd remove the mailman CGI scripts, they have some security issues that have been covered on the Bugtraq list. Thanks, Ron DuFresne On Sun, 6 Jan 2002, David Gibbs wrote: Folks: I'm having a problem getting mod_ssl to work in my Apache server running Mailman CGI programs. I'm

Re: mod_ssl, apache, cgi-bin, IE 5.5, Mailman

2002-01-06 Thread R. DuFresne
testing, and damn good at it too! __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL

Re: mod_ssl Cannot open SSLSessionCache DBM file

2002-01-06 Thread R. DuFresne
On Sun, 6 Jan 2002, Rajidhar Etta wrote: I am getting the following errors in the last few days (they never used to come before, and configuration /Directory permissions is not changed). [httpdserror] [error] mod_ssl Cannot open SSLSessionCache DBM file [httpdserror] [error] System

Re: mod_ssl, apache, cgi-bin, IE 5.5, Mailman

2002-01-06 Thread R. DuFresne
good at it too! __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Mod_SSL + Apache Config Problem.

2002-01-01 Thread Theodore A. Jencks
I'm trying to get apache 1.3.22, mod_perl 1.26, mod_ssl latest and PHP to compile staticly. Mod_ssl seems to be giving an error when I try to do my final ./configure for apache. I get the following which has been posted on the list before but was not answered. I configure the apache source

Re: Mod_SSL + Apache Config Problem.

2002-01-01 Thread Mads Toftum
-dev. vh Mads Toftum -- With a rubber duck, one's never alone. -- The Hitchhiker's Guide to the Galaxy __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

apache mod_proxy mod_ssl?

2001-12-22 Thread Jaime Dalisay
Title: apache mod_proxy mod_ssl? Hi All, Has anyone have done/suggestions/help on getting apache_1.3.22 running with mod_proxy and mod_ssl-2.8.5-1.3.22 running on Solaris8? I can get either working but not together, when I compile with either option I lose the other. I guess my question

Re: apache mod_proxy mod_ssl?

2001-12-22 Thread Mads Toftum
On Fri, Dec 21, 2001 at 11:02:54AM -0500, Jaime Dalisay wrote: Hi All, Has anyone have done/suggestions/help on getting apache_1.3.22 running with mod_proxy and mod_ssl-2.8.5-1.3.22 running on Solaris8? I can get either working but not together, when I compile with either option I lose

[BugDB] Can't load mod_ssl module (PR#649)

2001-12-21 Thread modssl-bugdb
. Definitely, it's here ! on the right directory !!! I checked to log files, nothing more is given, even if LogLevel is set to Debug. Can you help me a little to identify the bug ??? Thank you. __ Apache Interface to OpenSSL (mod_ssl

Problem in Running HTTPS using mod_ssl

2001-12-14 Thread Sanjoy Chatterjee [ www.sanjoy.net ]
I am having problem in installing SSL-aware apache with mod_ssl in Solaris 2.6. I installed apache_1.3.12, mod_ssl-2.6.6 and openssl-0.9.5a under /usr/local/ssl-tool directory. Those componemnts were installed successfully and then I ran the following command from /usr/local/ssl-tool

RE: Problem in Running HTTPS using mod_ssl

2001-12-14 Thread lgazis
:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 1:48 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Problem in Running HTTPS using mod_ssl I am having problem in installing SSL-aware apache with mod_ssl in Solaris 2.6. I installed apache_1.3.12, mod_ssl-2.6.6 and openssl-0.9.5a under

Re: make certificate Doesn't Work, Apache 2.0.28, Unix, and mod_ssl

2001-12-12 Thread Cliff Woolley
. __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

make certificate Doesn't Work, Apache 2.0.28, Unix, and mod_ssl

2001-12-11 Thread Kevin McQuiggin
(mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: Win32 mod_ssl runs on one Win2000 box but not on another..

2001-12-11 Thread Patrick Willart
The problem wasn't really with Apache or mod_ssl but with OpenSSL. The DLLs were compiled with assembly code (ms\do_masm). This apparently ran different on the other Win2000 machine and caused it to crash. When I comiled OpenSSL by only using the c compiler (ms\do_ms) it works fine. Hope

Win32 mod_ssl runs on one Win2000 box but not on another..

2001-12-08 Thread Patrick Willart
The compiled version of Apache/1.3.22 (Win32) mod_ssl/2.8.5 OpenSSL/0.9b PHP4.0.6 is running stable on my development machine. When moving it to my production environment Apache stops without showing any error. It doesn't produce the error.log file. The only thing I get is these four errors

mod_ssl still does not work with Mac IE5

2001-12-02 Thread John Siracusa
(I sent this from another address earlier, but I don't think it went through.) --- Back in December of 2000, I wrote the following message about mod_ssl not working with Mac IE5: http://www.mail-archive.com/modssl-users@modssl.org/msg09708.html I'm at a new job now, but it seems I cannot

AW: mod_ssl still does not work with Mac IE5

2001-12-02 Thread Lukas Feiler
PROTECTED]]Im Auftrag von John Siracusa Gesendet: Sonntag, 02. Dezember 2001 17:52 An: Mod SSL Betreff: mod_ssl still does not work with Mac IE5 (I sent this from another address earlier, but I don't think it went through.) --- Back in December of 2000, I wrote the following message about mod_ssl

RE: seting up an apache-mod_ssl server with dynamic ip

2001-11-30 Thread Carter, Coates
Yes it is, but you won't be able to use a signed certificate. -Original Message- From: remo suter [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 1:14 PM To: [EMAIL PROTECTED] Subject: seting up an apache-mod_ssl server with dynamic ip hi there, is it possible to set up

Apache with Mod_SSL and multiple certificates

2001-11-02 Thread Yu, Ming
Hi - My apache system is running 1.3.20 with mod_ssl 2.8.4. I have one NIC in the system, does anyone install multiple digital certificates on the single NIC? If so, please advise how, what is the trade off? Thanks for any information. - Ming Yu - System Engineer - APL

Re: Apache with Mod_SSL and multiple certificates

2001-11-02 Thread Jim Jagielski
At 10:27 AM -0500 11/2/01, Yu, Ming wrote: Hi - My apache system is running 1.3.20 with mod_ssl 2.8.4. I have one NIC in the system, does anyone install multiple digital certificates on the single NIC? If so, please advise how, what is the trade off? Thanks for any information. Depends

RE: Apache with Mod_SSL and multiple certificates

2001-11-02 Thread Yu, Ming
, November 02, 2001 10:46 AM To: [EMAIL PROTECTED] Subject: Re: Apache with Mod_SSL and multiple certificates At 10:27 AM -0500 11/2/01, Yu, Ming wrote: Hi - My apache system is running 1.3.20 with mod_ssl 2.8.4. I have one NIC in the system, does anyone install multiple digital certificates on the single

RE: Apache with Mod_SSL and multiple certificates

2001-11-02 Thread David Marshall
PROTECTED]] Sent: Friday, November 02, 2001 10:21 AM To: '[EMAIL PROTECTED]' Subject: RE: Apache with Mod_SSL and multiple certificates I have one NIC in the system with Static IP address, How do I create multiple virtual sites, and each site has its own digital certificate. Can any one give me

win32 mod_ssl

2001-11-01 Thread de Groot, Pieter
I have downloaded the openssl and mod_ssl and apache sources and compiled them for win32 trying to carefully follow the instructions and thought I had a secure version of the apache web server. Now either I or it is confused it gives the follwing if I try and start it up: [01/Nov/2001 15:52:46

Using mod_ssl without certificates

2001-10-22 Thread Dmitry N. Sorokin
Hello modssl-users, Can anyone tell me how can I use mod_ssl+Apache without certificates, 'cause I need only encryption and SSL_SESSION_ID CGI environment variable! Thanx a lot! Dmitry N. Sorokin _ Do You Yahoo!? Get your free

Re: Using mod_ssl without certificates

2001-10-22 Thread Eric Rescorla
Dmitry N. Sorokin [EMAIL PROTECTED] writes: Can anyone tell me how can I use mod_ssl+Apache without certificates, 'cause I need only encryption and SSL_SESSION_ID CGI environment variable! This is a bad idea. Having adequate security with SSL depends on being able to authenticate the server

installing mod_ssl question

2001-10-20 Thread David Loszewski
Does anyone know if I still need rsaref20.tar.Z when installing mod_ssl or is it out dated and no longer need when installing mod_ssl? Thx, Dave __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User

Re: installing mod_ssl question

2001-10-20 Thread Cliff Woolley
On Sat, 20 Oct 2001, David Loszewski wrote: Does anyone know if I still need rsaref20.tar.Z when installing mod_ssl or is it out dated and no longer need when installing mod_ssl? The RSA patent expired, so you don't need rsaref anymore. Just use OpenSSL's builtin implementation of RSA

RE: mod_ssl / Netscape + IE / SSLCipherSuite

2001-10-19 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
The question'll be best answered in the mod_ssl users mailing list. I'm forwarding the mail to that list. The following combination works for me : SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SetEnvIf User-Agent .*MSIE.* nokeepalive ssl-unclean-shutdown

Apache+mod_ssl

2001-10-16 Thread Märith Olsson
Hello everybody! I have some problems installing apache with ssl. The versions I use: apache.1.3.20 open-ssl 0.9.6b mod_ssl 2.8.4-1.3.20 the promt looks like this after I've configured and try to make: -- bash-2.03# make === src === src/os/unix

Re: Apache+mod_ssl

2001-10-16 Thread Owen Boyle
Märith Olsson wrote: Hello everybody! I have some problems installing apache with ssl. The versions I use: apache.1.3.20 open-ssl 0.9.6b mod_ssl 2.8.4-1.3.20 the promt looks like this after I've configured and try to make: -- bash-2.03

Re: Apache+mod_ssl

2001-10-16 Thread Mads Toftum
. -- The Hitchhiker's Guide to the Galaxy __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL

Re: Apache+mod_ssl

2001-10-16 Thread P. Dwayne Miller
/ vh Mads Toftum __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: Apache+mod_ssl

2001-10-16 Thread Mads Toftum
__ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

mod_ssl on Win32

2001-10-15 Thread Kent Vanderwaal
I built mod_ssl 2.8.4-1.3.20 and configured it into apache 1.3.20 and rebuilt apache with it according to the instructions for win32. With http://localhost:443/ I get the SSL Aware Apache Server index page, success. Good. But when I try to add directives to my httpd.conf file, like SSLLog

RE: Ditching support for IE4 with Apache-mod_ssl

2001-10-12 Thread John . Airey
375299 Fax: +44 (0) 1733 370848 [EMAIL PROTECTED] -Original Message- From: Ed Kubaitis [mailto:[EMAIL PROTECTED]] Sent: 11 October 2001 19:14 To: [EMAIL PROTECTED] Subject: Re: Ditching support for IE4 with Apache-mod_ssl -- [EMAIL PROTECTED] wrote: I've noticed recently that Microsoft

Re: Mod_ssl and proxypass...

2001-10-12 Thread Mads Toftum
On Fri, Oct 12, 2001 at 09:18:51AM -0400, Yu, Ming wrote: I have a general question about SSL and Apache: I am running Apache 1.3.20 with mod_ssl. I created a Virtual host in the apache server VirtualHost 10.0.0.1:443 ServerName secwww.company.com DocumentRoot=/www/docs/htdocs SSLEngin

RE: Mod_ssl and proxypass...

2001-10-12 Thread John . Airey
-Original Message- From: Yu, Ming [mailto:[EMAIL PROTECTED]] Sent: 12 October 2001 14:19 To: '[EMAIL PROTECTED]' Subject: Mod_ssl and proxypass... I have a general question about SSL and Apache: I am running Apache 1.3.20 with mod_ssl. I created a Virtual host in the apache server

RE: Ditching support for IE4 with Apache-mod_ssl

2001-10-12 Thread R. DuFresne
375299 Fax: +44 (0) 1733 370848 [EMAIL PROTECTED] -Original Message- From: Ed Kubaitis [mailto:[EMAIL PROTECTED]] Sent: 11 October 2001 19:14 To: [EMAIL PROTECTED] Subject: Re: Ditching support for IE4 with Apache-mod_ssl -- [EMAIL PROTECTED] wrote: I've noticed recently

Ditching support for IE4 with Apache-mod_ssl

2001-10-11 Thread John . Airey
not be surprised if any future updates to IIS prevent these from working, so why should mod_ssl worry about a now unsupported browser that creates so many posts to this list? Obviously I realise that there are many users still using IE4 and below, hence this does need some consideration. What do

Re: Ditching support for IE4 with Apache-mod_ssl

2001-10-11 Thread JT
--JT - Original Message - From: "Ed Kubaitis" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 11, 2001 11:13 AM Subject: Re: Ditching support for IE4 with Apache-mod_ssl -- [EMAIL PROTECTED] wrote: I've noticed recently that Microsoft no longer s

Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl-0.9.6b

2001-10-09 Thread Mads Toftum
On Sun, Oct 07, 2001 at 01:44:16PM +, G.Roderick Singleton wrote: Interesting. This is why I tried 6b in the first place. Unfortunately it, 6b does not integrate with mod_ssl-2.84and Apache_1.3.20 to produce an ssl aware http server. I'll repeat the symptoms. They are, at execution

Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl-0.9.6b

2001-10-09 Thread J. Johnson
On Tue, 9 Oct 2001, Mads Toftum wrote: On Sun, Oct 07, 2001 at 01:44:16PM +, G.Roderick Singleton wrote: Interesting. This is why I tried 6b in the first place. Unfortunately it, 6b does not integrate with mod_ssl-2.84and Apache_1.3.20 to produce an ssl aware http server. I'll

Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't workwithopenssl-0.9.6b

2001-10-09 Thread G.Roderick Singleton
. Johnson [EMAIL PROTECTED] wrote regarding Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl-0.9.6b: On Tue, 9 Oct 2001, Mads Toftum wrote: On Sun, Oct 07, 2001 at 01:44:16PM +, G.Roderick Singleton wrote: Interesting. This is why I tried 6b in the first place. Unfortunately

Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl-0.9.6b

2001-10-09 Thread J. Johnson
= __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: build openssl + mod_ssl + apache on cygwin

2001-10-08 Thread J. Johnson
PROTECTED] wrote: My experience was that 'patch' failed because the target _had already been patched_! (Because this is not the first run.) My strong recommendation is that the entire Apache source tree be removed, and reinstalled from the tar file, prior to _each_ mod_ssl

Re: build openssl + mod_ssl + apache on cygwin

2001-10-08 Thread MindTerm
was that 'patch' failed because the target _had already been patched_! (Because this is not the first run.) My strong recommendation is that the entire Apache source tree be removed, and reinstalled from the tar file, prior to _each_ mod_ssl configuration. Apache itself

RE: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl-0.9.6b

2001-10-08 Thread lgazis
Works for me; I've used 0.9.6b (engine version, since I'm using it with a cryptographic accelerator) with mod_ssl-2.8.4 and Apache_1.3.20, without encountering any errors when running Apache. What OS are you on? Lynn Gazis -Original Message- From: G.Roderick Singleton [mailto:[EMAIL

Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl-0.9.6b

2001-10-08 Thread Rachel
, October 08, 2001 11:59 PM Subject: RE: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl-0.9.6b Works for me; I've used 0.9.6b (engine version, since I'm using it with a cryptographic accelerator) with mod_ssl-2.8.4 and Apache_1.3.20, without encountering any errors when running

Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't workwithopenssl-0.9.6b

2001-10-07 Thread G.Roderick Singleton
Interesting. This is why I tried 6b in the first place. Unfortunately it, 6b does not integrate with mod_ssl-2.84and Apache_1.3.20 to produce an ssl aware http server. I'll repeat the symptoms. They are, at execution, a) libcrypto functions not found. b) mod_navigation fails et

Re: build openssl + mod_ssl + apache on cygwin

2001-10-07 Thread MindTerm
, and reinstalled from the tar file, prior to _each_ mod_ssl configuration. Apache itself has problems with presistence of prior configuration states, and mod_ssl seems to get confused if Apache is not virgin. There may be some less drastic approaches that might work, but none has the simplicity

Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl-0.9.6b

2001-10-06 Thread G.Roderick Singleton
__ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl-0.9.6b

2001-10-06 Thread Luc de Louw
to build. Big problem with 0.9.6b was that libssl.so didn't have the linkages to libcrypto.so so no authentication and no loading of httpd. I would appreciate feedback. ger __ Apache Interface to OpenSSL (mod_ssl

Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't workwithopenssl-0.9.6b

2001-10-06 Thread G.Roderick Singleton
Sorry about top posting. Mailer is dumb. Have you tried 0.9.6a? The webpage mentions 6a but not 6b and 5a_patched works. Go figure. Original Message On 10/6/01, 9:46:06 PM, Luc de Louw [EMAIL PROTECTED] wrote regarding Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl

build openssl + mod_ssl + apache on cygwin

2001-10-06 Thread MindTerm
Dear all, root@xx /cygdrive/c/learning/mod_ssl-2.8.4-1.3.20 $ ./configure --with-apache=../apache_1.3.20/ --with-openssl=../openssl-0.9.6b/ Configuring mod_ssl/2.8.4 for Apache/1.3.20 + Apache location: ../apache_1.3.20/ (Version 1.3.20) + Auxiliary patch tool: ./etc/patch/patch (local

Re: build openssl + mod_ssl + apache on cygwin

2001-10-06 Thread J. Johnson
My experience was that 'patch' failed because the target _had already been patched_! (Because this is not the first run.) My strong recommendation is that the entire Apache source tree be removed, and reinstalled from the tar file, prior to _each_ mod_ssl configuration. Apache itself has

Re: Apache_1.3.20 and mod_ssl-2.8.4-1.3.20 won't work withopenssl-0.9.6b

2001-10-06 Thread Mads Toftum
(mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager[EMAIL PROTECTED]

apache can't start and error after install mod_ssl

2001-09-29 Thread Rachel
I need help very urgentlyI try to install mod_ssl, openssl, apache in my FreeBSD server.. but getting a lot of error.. and caused by apache can't start anymore.. :~( here's the step-by-step installation i made:-# cd openssl-0.9.6b# sh config no-threads -fPIC# make# make test (Do i need

Re: apache can't start and error after install mod_ssl

2001-09-29 Thread anand
hi, I have the same setup at local server with linux6.2(RH)... please use mm for memory management, it will solve u r prob... agd I need help very urgently I try to install mod_ssl, openssl, apache in my FreeBSD server.. but getting a lot of error.. and caused by apache can't start

mod_ssl and virtual hosts

2001-09-25 Thread Peer Stefan
Hi, I've got a problem installing 2 keys for 2 different virtual hosts. I'm using apache 1.3.20/mod_ssl 2.8.3/OpenSSL 0.9.6a on a Linux system (Kernel 2.4.5) The webserver listens to several domains, 2 of them need https enabled. So I've created 2 more virtual hosts, which listen to port 443

Re: mod_ssl and virtual hosts

2001-09-25 Thread Mads Toftum
On Tue, Sep 25, 2001 at 03:48:09PM +0200, Peer Stefan wrote: Hi, I've got a problem installing 2 keys for 2 different virtual hosts. I'm using apache 1.3.20/mod_ssl 2.8.3/OpenSSL 0.9.6a on a Linux system (Kernel 2.4.5) The webserver listens to several domains, 2 of them need https

Re: mod_ssl and virtual hosts

2001-09-25 Thread Jeff
] To: [EMAIL PROTECTED] Sent: Tuesday, September 25, 2001 11:48 PM Subject: mod_ssl and virtual hosts Hi, I've got a problem installing 2 keys for 2 different virtual hosts. I'm using apache 1.3.20/mod_ssl 2.8.3/OpenSSL 0.9.6a on a Linux system (Kernel 2.4.5) The webserver listens to several

AW: mod_ssl and virtual hosts

2001-09-25 Thread Peer Stefan
. September 2001 16:27 An: [EMAIL PROTECTED] Betreff: Re: mod_ssl and virtual hosts Thats about the most common question.. http://www.modssl.org/docs/2.8/ssl_faq.html#ToC47 Basically, only ONE SSL server on any IP/port combination.. You need another IP or use non-standard SSL on one of the domains

<    4   5   6   7   8   9   10   11   12   13   >