redirect to https

Roel Bindels <[email protected]> Wed, 01 Nov 2006 14:05:54 +0100
Newsgroups gmane.comp.apache.mod-proxy
Message-ID <[email protected]>
Sorry but I cannot find my own posting in this list anymore.... deuhhh

I have the following problem..
I want to redirect a adress to an internal server. If I use this same
config for a non ssl site, there is no problem, but when I use it like
the config below I get an

Bad Request
Your browser sent a request that this server could not understand.

This is my config...

<VirtualHost *>
  ServerAdmin [email protected]
  ServerName  vmware.xxxxxxxxx.xx

  ProxyPass / https://10.0.0.108:8333/
  ProxyPassReverse / https://10.0.0.108:8333/

</VirtualHost>


Can somebody tell what I am doing wrong??

I am using the following modules..

proxy_connect.load
proxy.load

greetings
Roel