PDA

View Full Version : Dekiwiki and https



tropico
02-22-2007, 07:12 AM
Hi

I'm trying Dekiwiki with https. I've some problem with file upload, it seems that some url in pages contains http:// instead of https://

Any idea ?

The complete schema is the following :

Cient <--- HTTPS ----> Revers proxy (pound) <----- HTTP -----> Wiki server

Thanks

tropico
02-22-2007, 08:08 AM
More info...

After setting $wgProto and $wgServerName accordingly

The url in the upload frame/page is correct, but it never send the file...

In my pound log, i've that kind of message :

can't read header
error read from xxx.xxx.xxx.xxx: Connection timed out
can't read header
error read from xxx.xxx.xxx.xxx: Connection timed out
can't read header
error read from xxx.xxx.xxx.xxx: Connection timed out
can't read header


I'll investigate on the Pound Front as well but if you have any idea ...

Tks