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
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]
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
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,
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
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
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
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