Administration over SSL

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
jimmi
Posts: 2
Joined: Thu Aug 03, 2006 1:07 pm

Administration over SSL

Post by jimmi »

Hi everybody,

I found some post mentioning administration over SSL but I couldn't find any instruction to set it up.

Can anybody direct me to a document where to start from?

Thanks in advance
Jimmi
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Administration over SSL

Post by garvinhicking »

Hi!

You can usually simply access your s9y via https://yourdomain/ and then everything's fine. You can configure the sidebar plugin "Admin login" to use https:// by default if you like!

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
jimmi
Posts: 2
Joined: Thu Aug 03, 2006 1:07 pm

Re: Administration over SSL

Post by jimmi »

garvinhicking wrote:You can usually simply access your s9y via https://yourdomain/ and then everything's fine.
Thanks Garvin,

as you may immagine I'm not too familiar with SSL. Following some howtos I certified one key set at CACert, and it seems to work fine (at least the debug messages of apache show the transaction without errors). I also tested some procedure given by another blog platform and, following your suggestion, I simply created in apache a VirtualHost *:443 by copying the VirtualHost *:80 and adding the statements:
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/MYSITE.crt
SSLCertificateKeyFile /etc/apache2/ssl/MYSITE.key

but everytime I received an error of "connection closed" (I translate it from italian). I shall learn some more on the matter: do you have any document/howto to suggest me ?

Jimmi
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Administration over SSL

Post by garvinhicking »

Hi!

Phew, I'm sorry but this is a bit beyond my knowledge. The error you get comes from Apache, and it seems that your SSL setup is not properly working.

You did enable and load the SSL module for Apache? There's usually a lot of SSL configs that you need to enter; an example SSL VHost should be there in your config which you should enable and then add the settings of your usual VHost?

You might want to search for a specific Apache forum, maybe people can help you better and more profound there?

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply