Yes, your site now supports HTTPS: https://prettypics.altervista.org/
Right now, your site is provided both HTTP and HTTPS. If you want to force to HTTPS, you have to use .htaccess, like that:
Bye!Code:RewriteEngine On RewriteBase / RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTPS} off RewriteRule .* https://prettypics.altervista.org%{REQUEST_URI} [L,R=301]