Re: [pmwiki-users] Enableing pmWiki for SSL

2007-04-30 Thread Dominique Faure
On 4/30/07, H. Fox [EMAIL PROTECTED] wrote: On 4/29/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: On Sun, Apr 29, 2007 at 01:14:14AM -0700, H. Fox wrote: On 4/28/07, IchBin [EMAIL PROTECTED] wrote: I looked at the docs for using SSL in pmWiki. I found the pre version 2.2.0-beta18

Re: [pmwiki-users] Enableing pmWiki for SSL

2007-04-30 Thread Patrick R. Michaud
On Mon, Apr 30, 2007 at 09:02:06AM +0200, Dominique Faure wrote: On 4/30/07, H. Fox [EMAIL PROTECTED] wrote: I switched the contitional to this: if (!$_SERVER[HTTPS] == 'on' || @$_SERVER['SERVER_PORT'] != '443') { You hurt my boolean algebra here: not(a or b) = not(a) AND not(b) so I

Re: [pmwiki-users] Enableing pmWiki for SSL

2007-04-30 Thread IchBin
Patrick R. Michaud wrote: On Mon, Apr 30, 2007 at 09:02:06AM +0200, Dominique Faure wrote: On 4/30/07, H. Fox [EMAIL PROTECTED] wrote: I switched the contitional to this: if (!$_SERVER[HTTPS] == 'on' || @$_SERVER['SERVER_PORT'] != '443') { You hurt my boolean algebra here: not(a or b) =

Re: [pmwiki-users] Enableing pmWiki for SSL

2007-04-30 Thread H. Fox
On 4/30/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: On Mon, Apr 30, 2007 at 09:02:06AM +0200, Dominique Faure wrote: On 4/30/07, H. Fox [EMAIL PROTECTED] wrote: I switched the contitional to this: if (!$_SERVER[HTTPS] == 'on' || @$_SERVER['SERVER_PORT'] != '443') { You hurt

Re: [pmwiki-users] Enableing pmWiki for SSL

2007-04-29 Thread H. Fox
On 4/28/07, IchBin [EMAIL PROTECTED] wrote: I looked at the docs for using SSL in pmWiki. I found the pre version 2.2.0-beta18 SwitchToSSLMode recipe. Also saw the SwitchToSSLMode-Talk recipe. I tried the SwitchToSSLMode SSL implementation in my config but received the following error:

Re: [pmwiki-users] Enableing pmWiki for SSL

2007-04-29 Thread Patrick R. Michaud
On Sun, Apr 29, 2007 at 01:14:14AM -0700, H. Fox wrote: On 4/28/07, IchBin [EMAIL PROTECTED] wrote: I looked at the docs for using SSL in pmWiki. I found the pre version 2.2.0-beta18 SwitchToSSLMode recipe. Also saw the SwitchToSSLMode-Talk recipe. I don't think this has anything to do

Re: [pmwiki-users] Enableing pmWiki for SSL

2007-04-29 Thread IchBin
H. Fox wrote: On 4/28/07, IchBin [EMAIL PROTECTED] wrote: I looked at the docs for using SSL in pmWiki. I found the pre version 2.2.0-beta18 SwitchToSSLMode recipe. Also saw the SwitchToSSLMode-Talk recipe. I tried the SwitchToSSLMode SSL implementation in my config but received the

Re: [pmwiki-users] Enableing pmWiki for SSL

2007-04-29 Thread H. Fox
On 4/29/07, Patrick R. Michaud [EMAIL PROTECTED] wrote: On Sun, Apr 29, 2007 at 01:14:14AM -0700, H. Fox wrote: On 4/28/07, IchBin [EMAIL PROTECTED] wrote: I looked at the docs for using SSL in pmWiki. I found the pre version 2.2.0-beta18 SwitchToSSLMode recipe. Also saw the