By coyanis on
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.
It works! Correction in common.inc is needed
See solution in http://drupal.org/node/60222
try http://www.mamproxy.com h
try
http://www.mamproxy.com
http://www.mmproxy.com
http://freego.homeblock.com
Clean and simple solution
For Drupal 6 I think I found a good solution. See my post here:
http://drupal.org/node/339552