I spent some time today to configure Sweet Home 3D web site with https.
So it's finally available at https://www.sweethome3d.com and still from http://www.sweethome3d.com
If you see anything that doesn't work as expected, please tell me so I can fix it.
Secure Web Site
This topic has been viewed 17999 times and has 13 replies
Re: Secure Web Site
Emmanuel Puybaret, Sweet Home 3D creator
Re: Secure Web Site
All is working well. I no longer use http on my websites so I use the following to get rid of any old links.
Code: Select all
RewriteEngine On
## If https is off
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
## Redirect non-www to www
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
Re: Secure Web Site
I don’t agree. Forcing everyone to use https might prevent people with old systems from visiting a web site.
Emmanuel Puybaret, Sweet Home 3D creator
Re: Secure Web Site
Fair enough and I will leave this up to you and I appreciate this software.
Midnight reading
TLS1.0 and TLS1.1 have been retired and pretty much will of killed of all 'old' remaining devices. TLS 1.3 is now the new standard with TLS 1.2 holding on for now.
Most devices support https, it is just the underlying transport protocol (TLS/SSL) that determines device compatibility with https.
https://support.globalsign.com/ssl/gene ... patibility
Midnight reading
TLS1.0 and TLS1.1 have been retired and pretty much will of killed of all 'old' remaining devices. TLS 1.3 is now the new standard with TLS 1.2 holding on for now.
Most devices support https, it is just the underlying transport protocol (TLS/SSL) that determines device compatibility with https.
https://support.globalsign.com/ssl/gene ... patibility
Who is online
Users browsing this forum: No registered users and 2 guests