Community & Support

Does drupal work with SSL proxy? How?

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

Even though you mention that

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

You might want to check to ** Never mind

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

-------------------
http://PrivacyDigest.com/ News from the Privacy Front (Drupal)
http://CongressionalResearchReports.com/ Bringing you the research that your taxes already paid for. ( Beta/Drupal)

It works! Correction in common.inc is needed

Clean and simple solution

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

http://drupal.org/node/339552

nobody click here