Re: help needed for virtualhosting + SSL configuration.

2002-05-06 Thread Owen Boyle
Nisarg Rav wrote: hello gurus , I've installed and configured apache-1.3.23 + openssl-0.9.6b + mod_ssl and mod_perl successfully. It is working fine for my main site and self signed ssl certificate. I want to do IP based virtual hosting for more one site and want to

virtual hosting and ssl

2002-05-06 Thread Michael Grant
I've been playing around with the apache and our virtual hosts. I am well aware that I could have different certs for each IP address if I were using IP based virtual hosting but I'm using name based virtual hosts. I host a variety of domains which are not at all subdomains of my main domain.

Re: help needed for virtualhosting + SSL configuration.

2002-05-06 Thread Subscribed
I Just walked down this road. Make your default site a virtual host, and NameVirtualHosts, make that your IP address. Remove documentroot and servername from your Main configuration and keep it only in Virtualhost Thats a start, let me know if you have issues from there. Remember that the first

Re: virtual hosting and ssl

2002-05-06 Thread Owen Boyle
Michael Grant wrote: I've been playing around with the apache and our virtual hosts. I am well aware that I could have different certs for each IP address if I were using IP based virtual hosting but I'm using name based virtual hosts. I host a variety of domains which are not at all

Re: virtual hosting and ssl

2002-05-06 Thread Steve Leach
Owen, I just followed this thread - thanks for that condensed 'how it works' for certificates - I picked up two things I did not know, and as they say knowledge is power :) I am wondering at the last statement as to whether the limitation lies in the ability to produce a certificate that could

Repudiability

2002-05-06 Thread Andrew McNaughton
Suppose someone refutes that they have sent information to a Web site owner, how is the Web site owner to prove that the information was in fact received and that it was signed with a given key? To do this, the Web site owner would presumably need to be able to produce the still-encrypted post

Re: virtual hosting and ssl

2002-05-06 Thread Andrew Lietzow
While we're on this topic... Owen Boyle wrote on 01.03.26 This question comes up so often it ought to be in the .sig of the list... , and this ends with Use different port numbers for different SSL hosts. I personally don't know what the .sig would mean, but the last comment intriques me.

Re: Repudiability

2002-05-06 Thread Mads Toftum
On Tue, May 07, 2002 at 03:55:08AM +1200, Andrew McNaughton wrote: Suppose someone refutes that they have sent information to a Web site owner, how is the Web site owner to prove that the information was in fact received and that it was signed with a given key? To do this, the Web site

Re: virtual hosting and ssl

2002-05-06 Thread Michael Grant
While we're on this topic... Owen Boyle wrote on 01.03.26 This question comes up so often it ought to be in the .sig of the list... , and this ends with Use different port numbers for different SSL hosts. I personally don't know what the .sig would mean, but the last comment

Re: virtual hosting and ssl

2002-05-06 Thread Michael Grant
I have made this work, however there are drawbacks to this solution. Grrr, I take it back, I can't reproduce it now. I still get the name check, site name does not match certificate warning before it follows the redirect. 1) you need at least 2 certs, one for the virtual hosting server and

(OpenSSL library error follows) - in Apache 2.0.35 with mod_ssl

2002-05-06 Thread MegaZone
When I try to connect via https:// I get this in my log: (servername obscured by me, sorry, policy, et al) [06/May/2002 21:07:05 21504] [info] Connection to child 2 established (server [server]:443, client 192.32.224.59) [06/May/2002 21:07:05 21504] [info] Seeding PRNG with 136 bytes of

Re: (OpenSSL library error follows) - in Apache 2.0.35 with mod_ssl

2002-05-06 Thread Cliff Woolley
On Mon, 6 May 2002, MegaZone wrote: [06/May/2002 21:07:05 21504] [error] Unable to set session id context to `[server]:443' (OpenSSL library error follows) [06/May/2002 21:07:05 21504] [error] OpenSSL: error:140DA111:lib(20):func(218):reason(273) Let me guess, SHMCB, right? Download 2.0.36

Re: (OpenSSL library error follows) - in Apache 2.0.35 with mod_ssl

2002-05-06 Thread MegaZone
Once upon a time Cliff Woolley shaped the electrons to say... Let me guess, SHMCB, right? Download 2.0.36 (released today) and use that. SHMCB is now fixed. Right on! Ok, I've been here 13.5 hours today, it works now. I'm bailing. ;-) Thanks. (Wisdom I relearned today - use explicit

how to configure it?

2002-05-06 Thread zhong duhang
I want one directory can be visited by https,while others visit by http,how should I configure it? _ Ãâ·ÑÏÂÔØ MSN Explorer£ºhttp://explorer.msn.com/lccn/intl.asp

Re: virtual hosting and ssl

2002-05-06 Thread Nisarg Rav
ya one thing to say .. have u enabled following directive for those all domains SetEnvIf User-Agent .*MSIE.* \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 and then try hth --- Michael Grant [EMAIL PROTECTED] wrote: I've been playing around