Hi,
I've searched the archives and google and found lotsa postings about SSL-proxy. However, this is not an issue of SSL-proxy. Actually, it should'nt be an issue at all. Nonetheless, it doesn't work properly.
Here ist what I'm doing:
(Apache 1.3)
ProxyPass /foo http://mirror.some.org/foo
ProxyPassReverse /foo http://mirror.some.org/foo
This seems easy and does work just fine, if accessed via http://host/foo/whatever.
However, when using https://host/foo/whatever, only a few objects are loaded. Other objects can not be accessed. Looking in the log files, everything seems fine. I have absolutely no clue, what the reason my be. Any hints?
regards
Heiner