Private Tunnel/Key With Apache and IE?

Private Tunnel/Key With Apache and IE?

am 24.09.2004 02:12:48 von dashley

Hi,

Is there a way to load Apache and Internet Explorer with keys so that a
"private tunnel" is created automatically?

What I'm looking for is an arrangement where only a user who has keys that
I've given him can use a browser to connect to my server on Port 443.

(I'm aware of STUNNEL and similar solutions, but I'm looking for a solution
where only the browser and the server are involved.)

Thanks, Dave Ashley.

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: Private Tunnel/Key With Apache and IE?

am 24.09.2004 09:30:58 von Eckard Wille

David T. Ashley wrote:

> Hi,
>
> Is there a way to load Apache and Internet Explorer with keys so that a
> "private tunnel" is created automatically?
>
> What I'm looking for is an arrangement where only a user who has keys that
> I've given him can use a browser to connect to my server on Port 443.
>
> (I'm aware of STUNNEL and similar solutions, but I'm looking for a solution
> where only the browser and the server are involved.)

You are looking for client cert authentification, take another look at
the good docs at

> http://www.modssl.org/docs/2.8/ssl_howto.html#ToC6

Generate your own CA and user certs, import them into IE by using the
pkcs12 cert format. Google for ssl.ca-0.1 from Yeak Nai Siew, these
scripts will take you through all neccessary steps. Finally configure
apache and you're done.

Greets from Germany,
Eckard
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org