Hi, 

I had a simmalar problem myself and didn't find a solutions.
As far as I fond out the ssl_proxy module simply does not route POST. It
just routes the link, wich means GET should work.

My solutions would be that I bypass the proxy for file transfer.

I you find another solutions I would be glad to know how.
 
Greetings
Mirco 

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 19. November 2005 14:14
An: php-general@lists.php.net
Betreff: [PHP] POST headers empty when using SSLProxyEngine

Hello,

inside a SSL host, I use the SSLProxyEngine to connect encrypted to another
server:

SSLProxyEngine on
ProxyPass /server2 https://server.intranet/mysite
ProxyPassReverse /server2 https://server.intranet/mysite

There lies a PHP script for file uploads. When I connect to
https://server.intranet/mysite directly, file uploads do work just fine.
However, when I connect through https://mysite.com/server2, the POST headers
submitted by the file upload form are completely empty.

Using mod_rewrite instead of mod_proxy doesn't help either. I run Apache
2.0.55 on both servers.

When using a non-SSL proxy (i.e. connecting to server.intranet with HTTP in
stead of HTTPS), it works fine.

Is this a well-known bug or is it my mistake?

Thanks
Florian

Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - über 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to