Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: LMSSML on May 29, 2010, 06:22:43 AM

Title: changing http to https
Post by: LMSSML on May 29, 2010, 06:22:43 AM
Hi there,

Is there any simple way of instead using http using https.

I was in doubt with ssl/tls is it necessary to use https ?

Thanks in advanced.
Title: changing http to https
Post by: qnrq on May 29, 2010, 10:09:18 AM
This has nothing to do with Roundcube, consult your webserver documentation.
Title: changing http to https
Post by: futurecis on May 29, 2010, 12:54:28 PM
It's not necessary, but it is recommended. Keep in mind that when you are accepting authentication methods (password) over a non-secure transmission (http), it is possible to obtain passwords and the like by other people. https encrypts this traffic to ensure even if someone obtains the traffic, it is next to impossible to decipher what that information is.

To enable https, means to enable ssl/tls on the webserver. Doing so will be as the other person mentioned, consulting your webserver documentation. You will also need a certificate which can be sel generating using various tools, or by obtaining one through a licensed certificate authority.

Hope this helps!



Quote from: LMSSML;27749
Hi there,

Is there any simple way of instead using http using https.

I was in doubt with ssl/tls is it necessary to use https ?

Thanks in advanced.
Title: How to
Post by: LMSSML on May 31, 2010, 03:53:45 AM
Thasnk

For the awnser but is there any how to change http to https.


Can anyone indicate the links for this ?

Is the change being made on apache only  ?

Thanks in advanced.
Title: changing http to https
Post by: qnrq on May 31, 2010, 04:13:22 AM
Quote from: LMSSML;27771
Thasnk

For the awnser but is there any how to change http to https.


Can anyone indicate the links for this ?

Is the change being made on apache only  ?

Thanks in advanced.


SSL/TLS Strong Encryption: How-To - Apache HTTP Server (http://httpd.apache.org/docs/2.0/ssl/ssl_howto.html)

Once again: HTTPS has nothing to do with Roundcube, it's something you have to set up in your Apache installation.