Re: More SSL hosts in one ssl.conf

2007-02-25 Thread Michael Pacey
On Sun, 2007-02-25 at 18:39 +0100, Julius Thyssen wrote: > On 2/25/07, Michael Pacey <[EMAIL PROTECTED]> wrote: > > By configuring the new IP address to the machine, > > That is already the case. I only have to open a port in iptables. > > > adding a Listen direct

Re: More SSL hosts in one ssl.conf

2007-02-25 Thread Michael Pacey
On Sun, 2007-02-25 at 15:31 +0100, Julius Thyssen wrote: > HI, > > I have a VPS listening to 2 different public IP-adresses. > For ALL http and a https virtual host requests it currently listens to only 1 > IP > > The ssl.conf therefore has > > Listen xxx.xxx.xxx.xx1:443 > Listen xx

Re: Howto "unload" the mod_ssl from memory?

2006-11-05 Thread Michael Pacey
This: module ssl_module is already loaded, skipping means you have LoadModule ssl_module specified twice in your apache configuration. This: _default_ VirtualHost overlap on port 443, the first has precedence means you have two virtual hosts defined in your configuration which conflict because t

Re: Having modssl run on different ports, is this even possible?

2006-10-11 Thread Michael Pacey
On Wed, 2006-10-11 at 14:31 -0700, Yvo van Doorn wrote: > I am running Apache2 with the included mod_ssl module, I figure this a > good place to start, but if it belongs on the apache httpd mailing > list you can bluntly tell me. > > The servers I administer run in an environment that is pretty pa

Re: Encripted page would not load into IE

2006-10-10 Thread Michael Pacey
t; BB said: >>>>> I made the tests with IE from at least 4 different computers, located >>>>> in >>>>> networks from 3 different ISP's. >>>>> >>>>> Yes, the connection is done, because ith shows up instantly with >>&g

Re: Encripted page would not load into IE

2006-10-06 Thread Michael Pacey
lling an HTTP capture tool like IE Watch and seeing if that gives any useful info. -- Michael Pacey __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users

Re: Encripted page would not load into IE

2006-10-06 Thread Michael Pacey
a TCP connection? If you're not, it's not an Apache or mod_ssl issue. -- Michael Pacey __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Re: Detecting if https is used from within a .conf file

2006-10-03 Thread Michael Pacey
le and the protocol specific stuff in the virtual host sections? -- Michael Pacey __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List modssl-users

RE: http to https forward

2002-07-24 Thread Michael Pacey
Quoting David Iungerich <[EMAIL PROTECTED]>: > yes, that is correct. I meant http to https. So, there is no way to > do > this with existing mods? I have to use something else? Java or > Python > program? Anyone already have anything? > I couldn't find anything to do this besides the two p

Re: http to https forward

2002-07-24 Thread Michael Pacey
Quoting David Iungerich <[EMAIL PROTECTED]>: > I need to implement Apache as an https to http forwarder. I belive I > need > to use > ProxyPass or Redirect, but am having difficulty figuring out the > correct > configuration. Just to clarify, I think you mean http to https forwarder, as in you

RE: Reverse Proxy https question

2002-06-27 Thread Michael Pacey
Quoting Michael Pacey <[EMAIL PROTECTED]>: > Furthermore Apache cannot act as in initiator of SSL connections; I've > spent > many many hours testing this and everybody I've asked has said the same. > I'd > look at the code but I have no reason to believe t

RE: Reverse Proxy https question

2002-06-27 Thread Michael Pacey
Quoting David Marshall <[EMAIL PROTECTED]>: > I did not believe that the packet headers had enough information for > Apache > to determine what to do. So, it must decrpyt the message with the > certificate. That's right. For Apache to accept an SSL connection as a reverse proxy it must decode