Re: What's this error?

2000-07-18 Thread Jie Gao
On Wed, 19 Jul 2000, Ralf S. Engelschall wrote: > On Wed, Jul 19, 2000, Jie Gao wrote: > > > I am getting this error in the log: > > > > [Tue Jul 18 10:16:57 2000] [error] OpenSSL: error:14094412::lib(20) :func(148) >:reason(1042) > > > > How is error message interpreted? > > Hmm... stra

Re: What's this error?

2000-07-18 Thread Ralf S. Engelschall
On Wed, Jul 19, 2000, Jie Gao wrote: > I am getting this error in the log: > > [Tue Jul 18 10:16:57 2000] [error] OpenSSL: error:14094412::lib(20) :func(148) >:reason(1042) > > How is error message interpreted? Hmm... strange, I cannot imagine why this happens. Usually such errors happen

mod_rewrite.c

2000-07-18 Thread Yu, Leo
Title: mod_rewrite.c    Hi, I tried to compile mod_rewrite into Apache 1.3.9. When I did a httpd -l to display what modules are loaded.  I    did not see mod_rewrite.c on the list. Do I need to use the activate-modules directive in the configure command to load it ? or once I com

What's this error?

2000-07-18 Thread Jie Gao
Hi All, I am getting this error in the log: [Tue Jul 18 10:16:57 2000] [error] OpenSSL: error:14094412::lib(20) :func(148) :reason(1042) How is error message interpreted? Thanks, Jie __ Apache Interface to OpenSSL (m

RE: Problem with Apache

2000-07-18 Thread BAnderson
Disagree. See the two previous messages on Coredumps. "Craig Skelton" <[EMAIL PROTECTED]> on 07/19/2000 08:35:51 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Problem with Apache -BEGIN PGP SIGNED MESSAGE- Is the servlet engine dying properly?

Re: SSLMutex error

2000-07-18 Thread Jason P. Winters
> Thanks for the suggestion but when I tried it, the ownership of the mutex file did > not change. The owner is still displayed as root. I just did an install/upgrade on one of my systems, and got the same error. Frustrated me for a bit, as I tried everything I could think of. I finally just

Re: using an https URL from a WAP device

2000-07-18 Thread Balázs Nagy
Bruno Melloni wrote: > > I am absolutely new to modssl, so I apologize if this is a stupid > question. I successfully built and installed Apache with modssl. I can > access the home page from a web browser via http://server.domain.com and > via https://server.domain.com. > > But I what I reall

using an https URL from a WAP device

2000-07-18 Thread Bruno Melloni
I am absolutely new to modssl, so I apologize if this is a stupid question. I successfully built and installed Apache with modssl. I can access the home page from a web browser via http://server.domain.com and via https://server.domain.com. But I what I really want to do is serve .wml pages to

RE: Problem with Apache

2000-07-18 Thread Craig Skelton
-BEGIN PGP SIGNED MESSAGE- Is the servlet engine dying properly? More likely to be jserv than mod_ssl I think. Check for either port already bound errors from apache or the servlet engine doing wierd stuff. Cheers, Craig Skelton /* ___ _

Problem with Apache

2000-07-18 Thread Victor
I have apache 1.3.12 + PHP 4.0.1pl2 + JServ 1.1.2 + ModSSL (latest). When I start apache, it runs fine, but when I restart it (-HUP), it dumps core and quits. Any ideas ? Thanks Any suggestions welcome __ Apache Interface to Ope

Re: SSLMutex error

2000-07-18 Thread Diana Moreland
Thanks for the suggestion but when I tried it, the ownership of the mutex file did not change. The owner is still displayed as root. I noticed that every time ssl is started the mutex has a different number and since I'm using MM as well, a .sem file is created with the same number as the mutex.

AW: Too restrictive SSLCipherSuite

2000-07-18 Thread Andreas de Pretis
Thanks to everybody for your help ... connecting with openssl works fine and SSLLogLevel Debug brings not much more ... but, nevertheless i'll do a new rollout with an RSA encrypted key. If IE doesn't support DSA it's useless for me. Best regards, Andreas > > Don't know about IE, but Netscape

Re: Too restrictive SSLCipherSuite

2000-07-18 Thread Mads Toftum
On Tue, Jul 18, 2000 at 07:55:24PM +0200, Lutz Jaenicke wrote: > > Don't know about IE, but Netscape does not support DSA ciphers, so you do > need a RSA certificate. > IE doesn't support DSA certs. vh Mads Toftum -- `Darn it, who spiked my coffee with water?!' - lwall __

Re: SSLMutex error

2000-07-18 Thread Mads Toftum
On Tue, Jul 18, 2000 at 10:01:51AM -0400, Diana Moreland wrote: > I know this question has probably come up in this mailing list before so > excuse me for being redundant. I checked the archives and tried a > couple of things that were suggested there, but they didn't help. > > How do I fix this

Re: Problem with IE5.0 connecting

2000-07-18 Thread Mads Toftum
On Tue, Jul 18, 2000 at 03:02:11PM +0200, Ronald Bootsman wrote: > I have just installed apache 1.3.12 with mod_ssl 2.6.4-1.3.12 on FreeBSD 3.2 > Starting Apache with SSL runs, http on 80 and https on 443 > But trying to connect to https port fails > Checked with curl, gives me the right page. But

Re: Too restrictive SSLCipherSuite

2000-07-18 Thread Lutz Jaenicke
On Tue, Jul 18, 2000 at 07:10:47PM +0200, Andreas de Pretis wrote: > Certificate and restarted. When connection via IE 5.01 (56 bit) or NS 4.7 (128 > bit) the connection refused and i get the following entry in my SSL-Engine > Logfile: > > [18/Jul/2000 18:41:24 05805] [error] OpenSSL: error:1408A

Too restrictive SSLCipherSuite

2000-07-18 Thread Andreas de Pretis
Hi everybody, i just received my Certificate from Thawte, Inc., configured Apache to use this Certificate and restarted. When connection via IE 5.01 (56 bit) or NS 4.7 (128 bit) the connection refused and i get the following entry in my SSL-Engine Logfile: [18/Jul/2000 18:41:24 05805] [error] Op

SSLMutex error

2000-07-18 Thread Diana Moreland
I know this question has probably come up in this mailing list before so excuse me for being redundant. I checked the archives and tried a couple of things that were suggested there, but they didn't help. How do I fix this? Child could not open SSLMutex lockfile /usr/local/apache/logs/ssl_mutex

Problem with IE5.0 connecting

2000-07-18 Thread Ronald Bootsman
I have just installed apache 1.3.12 with mod_ssl 2.6.4-1.3.12 on FreeBSD 3.2 Starting Apache with SSL runs, http on 80 and https on 443 But trying to connect to https port fails Checked with curl, gives me the right page. But IE does not connect to the ssl port 443 Checking the logs of the SSL en

Re: Browsers can't connect

2000-07-18 Thread Parag Warudkar
Port is wrong. HTTPS runs on 443 or 8443 Try https://192.168.1.1:443 or https://192.168.1.1:8443 Look at Port in httpd.conf Parag On Tue, 18 Jul 2000, you wrote: > > Hello everybody, > After a long time working with Solaris, I've decided to try Microsoft's world. > So I compiled Apache 1.3.12 + o

Browsers can't connect

2000-07-18 Thread Jorge
Hello everybody, After a long time working with Solaris, I've decided to try Microsoft's world. So I compiled Apache 1.3.12 + openssl 0.9.5 + Modssl 2.6.5-1.3.12 No problem at all during compilation / installation. I've successfully generated my root CA certificate and my server certificat

Client certificates

2000-07-18 Thread Anil BR
Hello, I have installed Apache1.3.12+mod_ssl+OpenSSL on Win NT For testing purposes,I am using the dummy site certificates provided. I am able to run the SSL-aware apache. I, now, installed the client certificate from Verisign and made the following changes in 'httpd.conf' file SSLVerifyClient r

Re: msie AGAIN

2000-07-18 Thread David Leeson
At 09:16 17/07/00 -0600, you wrote: >I'm about to install a new apache server, does anyone have any good >documentation on the best way to install apache, ssl, php, and frontpage Start clean and simple. And check and check /etc/profile and your LD_LIBRARY_PATH and LD_RUN_PATH if you have '

RE: [BugDB] Problems connecting to https thru RadWare WSD (PR#413)

2000-07-18 Thread Airey, John
I'm probably wrong about this, but I suspect that the load-balancing of SSL/TLS is the source of your problems. When an SSL/TLS connection is created, the connection between the server and the client. The other two servers will know nothing about the session. Unless the load balancer itself suppo

[BugDB] Problems connecting to https thru RadWare WSD (PR#413)

2000-07-18 Thread modssl-bugdb
Full_Name: Martin Sperl Version: 2.6.4_1.3.12 OS: linux Submission from: (NULL) (131.130.36.60) Hi! We are experiencing problems accessing our WWW servers using https on netscape Linux. But Alpha OSF netscape, Windows netscape, Explorer works. (Old versions of Netscape on Linux seem to work t

RE: Can I create a Server Certificate for MS IIS4.0 with mod_ssl

2000-07-18 Thread Airey, John
I hope my posting at least served as a warning to anyone on the list who might consider posting .csr's, .crt's or .key's! I can't vouch for the German version of IIS, but I actually do all the certificate creation with openssl, eg the csr and key and then import it back into IIS. I wouldn't trust

Re: make problems

2000-07-18 Thread Mads Toftum
On Mon, Jul 17, 2000 at 04:09:56PM -0700, Page, Jon T wrote: > Hello, > > New to ssl and new to the list. I am trying to setup and apache server running > on a Solaris 2.7 system. Following the instructions in the INSTALL for mod_ssl, > I get to where I run the make for openssl-0.9.5a: > > sh

Re: could not bind to port 443

2000-07-18 Thread Mads Toftum
On Tue, Jul 18, 2000 at 01:13:51AM -0400, Fred & Kathy Riggs wrote: > gentlemen, > > just installed mod_ssl-2.6.5-1.3.12 on a FreeBSD box using the > Step-by-step installation illustration > everything supposedly worked fine. > however no pid file was created and the error log gave this report >

Re: Another Hanging effect and solution

2000-07-18 Thread Marc van Leeuwen
I've seen words about using /dev/urandom instead of /dev/random somewhere in the official mod_ssl documentation or INSTALL file (too lazy to find out where). Maybe you should look for it there. Marc - Original Message - From: "Jörg Dorchain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Re: could not bind to port 443

2000-07-18 Thread Marc van Leeuwen
Seems like you already have another daemon or prog that is bound on port 443. Use the "netstat -a" command to find out. Marc - Original Message - From: "Fred & Kathy Riggs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 18, 2000 7:13 AM Subject: could not bind to port 44

could not bind to port 443

2000-07-18 Thread Fred & Kathy Riggs
gentlemen, just installed mod_ssl-2.6.5-1.3.12 on a FreeBSD box using the Step-by-step installation illustration everything supposedly worked fine. however no pid file was created and the error log gave this report [crit] (48)Address already in use: make_sock: could not bind to port 443 using t

REMOVE

2000-07-18 Thread Knut Braun
At 12:21 17.07.00 -0700, you wrote: >-BEGIN PGP SIGNED MESSAGE- > >Does anyone know of any software that will benchmark the performance >of and ssl webserver? I need to identify the capacity of some of my >servers. Please. > >Cheers, >Craig Skelton >/* > ___ _

Another Hanging effect and solution

2000-07-18 Thread Jörg Dorchain
Hi, I finally got mod_ssl working. The last (and biggest) problem was a strange hanging when a client connected to the https-server. With some debugging the solution turned out to be clear and simple: I configured mod_ssl to use /dev/random as a random source, and it was just reading 512 bytes fr