Re: Links instead of file copies?

1999-05-24 Thread lena . lindstrom
On Fri, May 21, 1999, [EMAIL PROTECTED] wrote: >> When mod-ssl configures itself into the >> Apache environment it creates local copies >> of all ssl_ files into the directory >> ../apache_x.x.x/src/modules/ssl. >> >> Couldn't it be neat to create softlinks to >> the modssl file tree inst

Re: Unable to set private key

1999-05-24 Thread Ralf S. Engelschall
On Mon, May 24, 1999, Randy Lee wrote: > Lyn has a problem that I have... I have not seen an asnwer on the digest > to the problem. Any thoughts? > [...] > > I've read the FAQ and scanned the archives. I haven't yet found a > solution. > > The problem has come up on the list before: The server

Re: format of cert7.db file

1999-05-24 Thread Ralf S. Engelschall
On Mon, May 24, 1999, Paul Rubin wrote: > Does anyone know of any docs on the format of cert7.db, other > than http://www.drh-consultancy.demon.co.uk/cert7.html? > In particular, I want to write a standalone program that > installs new certificates into the file. > I'm looking at the gid-tagcert

Re: Help with enabling VirtualHosts

1999-05-24 Thread Simon Garner
> Does this mean that http://www.testing.com and https://www.testing.com cannot have the same IP address? > Er, well, they have to have the same IP address, since DNS is not protocol-specific. What he means is that if you wanted https://www.testing.com and https://abc.testing.com/ to be virtu

RE: Help with enabling VirtualHosts

1999-05-24 Thread Rob Bastille
Derek previously wrote: "p.s. You need to use IP based virtual hosts with SSL i.e. the need to have thier own IP address" Does this mean that http://www.testing.com and https://www.testing.com cannot have the same IP address? Rob Bastille IT Department Manager WildcatBlue.Com First Computer Sol

format of cert7.db file

1999-05-24 Thread Paul Rubin
Does anyone know of any docs on the format of cert7.db, other than http://www.drh-consultancy.demon.co.uk/cert7.html? In particular, I want to write a standalone program that installs new certificates into the file. I'm looking at the gid-tagcert.c program that comes with modssl, and see that it

Unable to set private key

1999-05-24 Thread Randy Lee
Lyn has a problem that I have... I have not seen an asnwer on the digest to the problem. Any thoughts? << [EMAIL PROTECTED] wrote: hi, I've read the FAQ and scanned the archives. I haven't yet found a solution. The problem has come up on the list before: The server starts

Re: ModSSL Breaks Apache

1999-05-24 Thread Dave Neuer
Read section # 2 in Steve's post. Dave Neuer -Original Message- From: Adam D. McKenna <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, May 24, 1999 9:53 AM Subject: Re: ModSSL Breaks Apache >From: Steve Kneizys <[EMAIL PROTECTED]> >: 1. RSAREF is free

Re: ModSSL Breaks Apache

1999-05-24 Thread Adam D. McKenna
From: Steve Kneizys <[EMAIL PROTECTED]> : 1. RSAREF is free for personal or corporate use under the : following conditions: : : oRSAREF, RSAREF applications, and services based on :RSAREF applications may not be sold. I dunno about you, but to me, ta

Re: Help with enabling VirtualHosts

1999-05-24 Thread Derek Smith
Dennis, What you'll need in the httpd.conf file is:- SSLEngine On SSLCertificateFile    /path/to/apache/conf/ssl.crt/server.crt SSLCertificateKeyFile /path/to/apache/conf/ssl.key/server.key Also ensure you have the '' and '' sections in your httpd.conf file and have removed the '_default_' virt

Re: Files missing in 990520 snapshot?

1999-05-24 Thread Lin Geng
Based on the output, the patch was applied OK. I had to copy header files from openssl\include\openssl to openssl\include to get the patch going. I have the screen dump attached as a txt file. Thanks for the prompt response. lin geng -Original Message- From: Ralf S. Engelschall <[EMAIL P

Re: Files missing in 990520 snapshot?

1999-05-24 Thread Ralf S. Engelschall
On Sat, May 22, 1999, Lin Geng wrote: > Based on the output, the patch was applied OK. > I had to copy header files from openssl\include\openssl to openssl\include > to get the patch going. > I have the screen dump attached as a txt file. > Thanks for the prompt response. Oh, yes! I totally forg

Re: ModSSL Breaks Apache

1999-05-24 Thread Steve Kneizys
I used the RSAREF library, and do it for commercial purposes, in the USA, and under my reading of the info.txt that comes with it ll is fine. Below is the portion of that file that I think addresses this issue... take care, Steve... -

Help with enabling VirtualHosts

1999-05-24 Thread Dennis Megarry
I found in the documentation that you need to enable each virtual host?   Being that I'm a newbie, I searched and searched on how to do this.. but can't find any info on the subject.   When I try to go to https://www.yskcorp.com  All I get is a test page for apache..   Anyone have any help o

New crt problems

1999-05-24 Thread Jonathan Weaver
We just got a new SecureSite ID from Verisign. However it doesn't want to work. [Fri May 21 18:19:13 1999] [error] mod_ssl: Unable to configure server private key for connection (OpenSSL library error follows) [Fri May 21 18:19:13 1999] [error] OpenSSL: error:14080074:SSL routines:SSL3_ACCEPT:ba

Re: ModSSL Breaks Apache

1999-05-24 Thread Dave Paris
Steve, the below snippet is extremely important to what many of us are trying to do. Thank you for providing it! Can you also provide the file name, it's location in the distribution tree (or a reference URL), the modification time, and perhaps .. if available .. the appropriate checksum on the

Re: New crt problems

1999-05-24 Thread Ralf S. Engelschall
On Fri, May 21, 1999, Jonathan Weaver wrote: > We just got a new SecureSite ID from Verisign. > > However it doesn't want to work. > > [Fri May 21 18:19:13 1999] [error] mod_ssl: Unable to configure server > private key for connection (OpenSSL library error follows) > [Fri May 21 18:19:13 1999]

Re: Help with enabling VirtualHosts

1999-05-24 Thread Ralf S. Engelschall
On Sat, May 22, 1999, Dennis Megarry wrote: > I found in the documentation that you need to enable each virtual host? > > Being that I'm a newbie, I searched and searched on how to do this.. but > can't find any info on the subject. > > When I try to go to https://www.yskcorp.com All I get is

RE: Help with enabling VirtualHosts

1999-05-24 Thread Dennis Megarry
So if I need to enable say www.yskcorp.com for SSL I would make another entry in the httpd.conf file like ? Or can I add it to an existing VirulaHost entry? Also, what on earch is the command line to start httpd in SSL mode? After I compiled the source, it told me what to use, but I have since

Re: ModSSL Breaks Apache

1999-05-24 Thread Dave Neuer
This is extremely interesting . . . Which version of the RSAREF library is this from? It doesn't seem to match the terms of the RSAREF 2.0 library. Also, it seems that commercial use other than shareware requires that you obtain a license agreement from RSADSI -- have you done this? If so, how

mod_rewrite question

1999-05-24 Thread Ilya Obshadko
Ralf, I'm sorry for using this list for an offtopic question, but it seems that you are unreachable in any other way. Could you please contact me by email -- I need to consult with you about some problems of using mod_rewrite in conjunction with mod_proxy. Excuse me again. Thank you. #-- Ilya O