Share » Forums » Setup & design » Installing SSL for a full website on...

Installing SSL for a full website on ezpublish

Installing SSL for a full website on ezpublish

Thursday 24 January 2008 6:03:58 am - 2 replies

Modified on Thursday 24 January 2008 6:04:38 am by Gérard Bouchard

Author Message

Gérard Bouchard

Friday 25 January 2008 12:21:28 am

It's ok, I didn't modify the site.ini file (SSLZones=disabled is marked)
Here is my website config file (apache2.0) :

NameVirtualHost *:443

<VirtualHost *:80>
	DocumentRoot /var/www/
	ServerName localhost
	Redirect / https://localhost/
</VirtualHost>

<VirtualHost *:443>
	ServerName localhost
	DocumentRoot /var/www/
	SSLEngine on
	SSLCertificateFile /etc/apache2/server.crt
	SSLCertificateKeyFile /etc/apache2/server.key
</VirtualHost>

And now, as soon as I enter the website by taping http://localhost/mywebsite, https activates and I can move on all my website based on ezpublish with SSL.

Noicokuna Niemoge

Monday 26 January 2009 12:14:29 am

I've got another problem with ssl. When I enable it, the login redirection redirects me to:

www.mysite.com/index.php?/index.php?/siteaccess/

... is it a known bug?

Shiki soku ze ku...

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu