redirect to https

Roel Bindels <[email protected]> Tue, 31 Oct 2006 15:38:40 +0100
Newsgroups gmane.comp.apache.mod-proxy
Message-ID <[email protected]>
Hello Listers,

I'm having the following problem. I want to redirect a adress to
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??

greetings
Roel