RE: Verify Client

2000-04-22 Thread Amol Natu
Hi Folks, I need to do something similar like Norbert has done (detailed below), i.e. request & authenticate a client certificate for a specific subtree of the web server (for eg. the Payment Page of a site ). Could somebody clarify these doubts : 1. Is this implemented as part of the server conf

RE: SSL Certs from IIS to Apache

2000-04-22 Thread Airey, John
Sorry, I should have said that you use Key Manager on NT to export your key (Key/Export Key), although this exports both the key and certificate together in a file format that you can't (AFAIK) convert to Apache format. John -Original Message- From: Eric Collins [mailto:[EMAIL PROTECTED]

HOW TO?: mod_ssl w/RASref + mod_perl

2000-04-22 Thread Matt & Kelly Berkau
I'm trying to build a web server with mod_ssl w/RSAref + mod_perl and can't find any directions on how to do it. My attempts at figuring it myself haven't turned out good either. Building without RSAref is easy enough, but I need that, so how can I do it? Ideally, I'd like to have mod_php3 too. H

Re: Problem with starting up apache with mod_ssl on solaris 7 x86

2000-04-22 Thread Robert Monical
Craig, I had the same problem. Mod-ssl 2.6.2-1.3.12 corrects the problem on Solaris, but am not sure that it works with Apache 1.9.9. So I took everything to Apache 1.3.12. Had a problem with the default value for SSLSessionCache, but everything else worked fine. Regards At 07:15 PM 4/21/00,

Re: Need help with Apache 1.3.12+modssl WIN32

2000-04-22 Thread Reid M. Pinchback
At 11:56 PM 4/21/00 -0400, Jan Dries wrote: >If running it as a service gives problems, try running it as a console >app. Then you can at least see the prints to stdout as well. Good idea! I'll try that. >Have all the mod_ssl parameters been set up correctly? I.e. do you have >a valid certifica

Re:Need help with Apache 1.3.12+modssl WIN32

2000-04-22 Thread Mäkinen Tero FCOM
Reid M. Pinchback (19.4.2000 21:32): >Apache worked before installing modssl. It works after installing >modssl, until I try to load the module. I did the obvious thing: > > LoadModule ssl_module modules/ApacheModuleSSL.dll > >but when I try to start Apache from the Services control panel >I

Re: Need help !

2000-04-22 Thread Mads Toftum
On Wed, Apr 19, 2000 at 10:24:48AM +0200, Vagel Argyrakis wrote: > Hi, > > Thanks for the ideas. I tried both using the ip address instead of localhost and i >commented out the setting : SSLVerifyClient require, but it still doesn't work. > > Anything else that i could do? > I'm sure that you

Re: Problem with starting up apache with mod_ssl on solaris 7 x86

2000-04-22 Thread Mads Toftum
On Fri, Apr 21, 2000 at 09:15:08PM -0500, Craig Anderson wrote: > > http://www.modssl.org/docs/2.6/ssl_faq.html#ToC15 > > The problem is, to my knowledge solaris 7 x86 does not have a > /dev/random or /dev/urandom device. I tried file:/etc/apache/file.rnd 1024 > put that did not help eithe