Re: Speed with SSL connections

1999-10-13 Thread Emmanuel Anne
On 12-Oct-99 Magnus Stenman wrote: Maybe your modem wasn't very successful compressing SSL data? (it should not be able to...) Compare your rates on a jpeg file with maximum compression, and you can rule out the compression issues. (or turn it of both in the modem and in ppp) Thanks for

[BugDB] SSLOptions +ExportCertData and no client cert present (PR#303)

1999-10-13 Thread modssl-bugdb
Full_Name: Alex Tutubalin Version: 2.4.5 OS: FreeBSD 3.3-STABLE Submission from: (NULL) (195.133.64.212) when SSLOption +ExportCertData turned on and no client cert present, server coredumps (and not serve request) Cause: SSL_get_peer_cert_chain() at pkg.sslmod/ssl_engine_kernel.c, line 1251

Re: [BugDB] Session cache expire bug (PR#302)

1999-10-13 Thread modssl-bugdb
On Mon, Oct 11, 1999, [EMAIL PROTECTED] wrote: Full_Name: Andreas Persson Version: OS: Submission from: idasys-059.idasys.se (194.218.15.59) For me, the inter-process session cache seems to work correctly only for the first five minutes after a server start. After that a lot of

Re: [BugDB] SSLOptions +ExportCertData and no client cert present (PR#303)

1999-10-13 Thread modssl-bugdb
On Wed, Oct 13, 1999, [EMAIL PROTECTED] wrote: Full_Name: Alex Tutubalin Version: 2.4.5 OS: FreeBSD 3.3-STABLE Submission from: (NULL) (195.133.64.212) when SSLOption +ExportCertData turned on and no client cert present, server coredumps (and not serve request) [...] Yes, this was

Re: mod_ssl log question

1999-10-13 Thread Ralf S. Engelschall
On Tue, Oct 12, 1999, Alex Muc wrote: I'm running apache 1.3.9 and mod_ssl 2.4.2 on NT. I am wondering if someone can take a look at the following section of my modssl 'engine.log' file. Can anyone tell me if these entries in the log file look like a normal startup for apache and modssl.

Problems with SSL/Apache...

1999-10-13 Thread Robin Smidsrød
depth=0 /C=NO/ST=none/L=Tonsberg/O=Syse Data/OU=Bedrift Server/CN=bedrift.sysedata.no verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 /C=NO/ST=none/L=Tonsberg/O=Syse Data/OU=Bedrift Server/CN=bedrift.sysedata.no verify error:num=21:unable to verify the first

Re: installing modssl /ssh 1

1999-10-13 Thread Tim (not representing his employer's opinions)
Paul Sturgis wrote: Just toying with the idea of setting up a ssh client/server on a Caldera Open Linux 2.2 system. Running apache 1.3.1 . What do I need to do? Any good information resources would be helpful... Thanx. SSH? Or SSL? For SSL you can find a FAQ at modssl.org, and look at

abort() instead of exit(1)?

1999-10-13 Thread Martin Kraemer
The method to exit from apache when mm cannot open the semaphore file (e.g., because of permission problems) seems rather drastic to me: main/alloc.c:628: if ((mm = ap_mm_create(mm_size, mm_path)) == NULL) { fprintf(stderr, "Ouch! ap_mm_create(%d, \"%s\") failed\n", mm_size,

[Q] Using mod_ssl for e-commerce in the US

1999-10-13 Thread David C. Snyder
Hello, I would like to use mod_ssl enabled Apache to host a few small e-commerce web sites in the US. Unfortunately, the instructions for building mod_ssl (INSTALL) indicate that it is mandatory for US-citizens to link openssl and mod_ssl with RSAref-2.0. I talked to someone in licensing at

ModSSL core dumps

1999-10-13 Thread Graham Leggett
Hi all, I am getting a few core dumps like so: [Wed Oct 13 13:45:35 1999] [notice] child pid 14426 exit signal Segmentation Fault (11) [Wed Oct 13 14:24:25 1999] [notice] child pid 14977 exit signal Segmentation Fault (11) [Wed Oct 13 14:30:27 1999] [notice] child pid 19431 exit signal

Re: [Q] Using mod_ssl for e-commerce in the US

1999-10-13 Thread Dave Neuer
I'm not a lawyer. That said, I think that the rep's assertion that it is illegal to use RSAREF in the US for non-commercial purposes is bogus and in direct contradiction to the actual terms of the RSAREF license. However, the use you describe counts as 'commercial' under the RSAREF license (v

Re: ModSSL core dumps

1999-10-13 Thread Ralf S. Engelschall
On Wed, Oct 13, 1999, Graham Leggett wrote: [Wed Oct 13 13:45:35 1999] [notice] child pid 14426 exit signal Segmentation Fault (11) [Wed Oct 13 14:24:25 1999] [notice] child pid 14977 exit signal Segmentation Fault (11) [Wed Oct 13 14:30:27 1999] [notice] child pid 19431 exit signal

Re: Version

1999-10-13 Thread Ralf S. Engelschall
On Wed, Oct 13, 1999, Charles Williams wrote: I was told we were using mod_ssl but at /apache/bin I type httpsd -v and learn: Server version: Apache/1.3.6 Ben-SSL/1.35 (Unix) Does anyone know where I go for documentation? You're using Ben's Apache-SSL and not mod_ssl. So you should

Re: [Q] Using mod_ssl for e-commerce in the US

1999-10-13 Thread Ralf S. Engelschall
On Tue, Oct 12, 1999, David C. Snyder wrote: I would like to use mod_ssl enabled Apache to host a few small e-commerce web sites in the US. Unfortunately, the instructions for building mod_ssl (INSTALL) indicate that it is mandatory for US-citizens to link openssl and mod_ssl with

Re: Version

1999-10-13 Thread Magnus Stenman
http://www.apache-ssl.org/ Charles Williams wrote: I was told we were using mod_ssl but at /apache/bin I type httpsd -v and learn: Server version: Apache/1.3.6 Ben-SSL/1.35 (Unix) Does anyone know where I go for documentation? Chuck Williams

PHP3 and apache-mod_ssl segfaulting

1999-10-13 Thread Darren Nickerson
Folks, I'm trying to get two fantastic PHP projects (IMP and phpAds) running on a SparcStation20 on which I have installed RedHat-6.0, recently upgraded from the original 5.1 install. I'm using the following RPM from modssl.org: apache-mod_ssl-1.3.9.2.4.5-0.5.2.src.rpm and I'm rpm

Re: [BugDB] SSLOptions +ExportCertData and no client cert present (PR#303)

1999-10-13 Thread Mike Klinkert
[EMAIL PROTECTED] wrote: Quick'n'durty fix (not too efficient, but only 4 bytes changed :), I count 6 bytes. ;-) ! for (i = 0; i sk_X509_num(sk); i++) { ! for (i = 0; sk i sk_X509_num(sk); i++) { -- Mike Klinkert [EMAIL PROTECTED] Public PGP-key:

Re: installing modssl on frebsd 3.3

1999-10-13 Thread Ralf S. Engelschall
On Fri, Oct 08, 1999, Chris Manjoine wrote: I have currently installed modssl for testing purposes but when i do a curl https://localhost/ it says that SSL is disabled can someone tell me what I need to have in my httpd.conf or apache.conf file to verify that it is configured properly?

Re: Win32: Hang on password reading

1999-10-13 Thread Ralf S. Engelschall
On Fri, Oct 08, 1999, Ralf S. Engelschall wrote: [..] That said, if you blindly type in the password, the server starts no problem, so it's easy to make it workable, if a little ugly. If I manage to produce a shippable patch, I'll post it. Hmmm... I'm not a Win32 guy and I've not

Re: Help needed: EAPI, Apache/DSO etc

1999-10-13 Thread Ralf S. Engelschall
On Wed, Oct 13, 1999, Yan Zhang Chen wrote: Before the existence of EAPI, I was thinking about building one single Apache core, then each individual module could be built separately (without referencing to Apache source tree) as DSO via apxs. This would look really neat in terms of

[BugDB] SSLSessionCache error (PR#304)

1999-10-13 Thread modssl-bugdb
Full_Name: Michael F. Gremo Version: OS: Redhat Linux 6.0 Submission from: decatur44.midwest.net (208.235.43.54) When I try to use https to access SSL I get the following error in the error_log-ssl file mod_ssl: Cannot open SSLSessionCache DBM file '/var/cache/ssl_scache' for reading

RE: Version

1999-10-13 Thread Dom Gallagher
Title: Version That looks like ApacheSSL - check out http://www.apache-ssl.org. Dom GallagherSystems AdministratorStayfree Internet -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Charles WilliamsSent: 13 October 1999 14:51To: '[EMAIL

Re: Version

1999-10-13 Thread Balázs Bárány
Hi, Server version: Apache/1.3.6 Ben-SSL/1.35 (Unix) This seems like apache-ssl, http://www.apache-ssl.org _ Balázs Bárány[EMAIL PROTECTED] http://www.tud.at ICQ 10747763 Computers. You can't live with them, you can't

Re: [Q] Using mod_ssl for e-commerce in the US

1999-10-13 Thread Brandon Warren
Or, for even less money, try the MacMillian (sp?) copy of Mandrake 6.0 Secure Server Edition. It is $80 and uses mod_ssl. Brandon On Wed, 13 Oct 1999, Dave Neuer wrote: I'm not a lawyer. That said, I think that the rep's assertion that it is illegal to use RSAREF in the US for

Problems with your RPMS on RedHat-6.0(sparc)

1999-10-13 Thread Darren Nickerson
Hello Pablo, can you help me??? Please??? I have so far received no feedback from the modssl and php3 mailing lists, and I've been trying to trace this for several days now. I am trying to get PHP3 running on a Sun SparcStation20 running RedHat Linux 6.0 and apache-mod_ssl (openssl). I

snakeoil-ca-rsa.crt is expired

1999-10-13 Thread tvaughan
This expired on Oct. 8th. Would a certificate-ca Makefile target be a reasonable WISHLIST item? -Tom P.S. I haven't checked the DSA variant. -- Tom Vaughan tvaughan at aventail dot com __ Apache Interface to OpenSSL

[BugDB] Can connet to server https (PR#305)

1999-10-13 Thread modssl-bugdb
Full_Name: Ren Alexander Version: OS: Submission from: bsg-ma-cache2.icg.net (163.179.204.151) Hi, When I try to connect as https to the server I get the following error message: "[Wed Oct 13 12:34:41 1999] [error] mod_ssl: SSL handshake failed (client 209.110.255.251, server

ApacheCon 2000: Call For Papers

1999-10-13 Thread Ralf S. Engelschall
= URGENT: SUBMISSION DEADLINE: Friday, 22 October 1999, 17:00 PDT ApacheCon 2000 Conference: March 8-10, 2000 Exhibition: March 9-10, 2000 Caribe Royale Orlando, Florida Presented by the Apache Software Foundation DEADLINE: