I want to run my drupal site www.example.com 100% encrypted, with the help of my ISP's ssl proxy.

The ssl URL is https://ssl.webpack.de/www.example.com

Surfing around works as it should, but when I try to create content and klick Submit, the URL is
https://ssl.webpack.de/node/101/edit
instead of
https://ssl.webpack.de/www.example.com/node/101/edit
and I get the error message "404 Not Found". Without ssl, everything is ok.

I changed the base url in settings.php without success:
$base_url = 'https://ssl.webpack.de/example.com';

Does anybody know if drupal works with SSL proxy?

Comments

Michael M’s picture

Even though you mention that you changed the base_url,it still seems like you didn't. Or, do you have some sort of caching turned on?

----
http://PointHomes.com

MacRonin’s picture

*** never mind, I misread the question and answered the wrong problem, which your comments showed you didn't have.

coyanis’s picture

skybow’s picture

For Drupal 6 I think I found a good solution. See my post here:

http://drupal.org/node/339552