Author Topic: changing http to https  (Read 3723 times)

Offline LMSSML

  • Jr. Member
  • **
  • Posts: 49
changing http to https
« 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.

Offline qnrq

  • Jr. Member
  • **
  • Posts: 22
    • http://pipemail.org/
changing http to https
« Reply #1 on: May 29, 2010, 10:09:18 AM »
This has nothing to do with Roundcube, consult your webserver documentation.

Offline futurecis

  • Jr. Member
  • **
  • Posts: 22
    • http://www.futurecis.com
changing http to https
« Reply #2 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.

Offline LMSSML

  • Jr. Member
  • **
  • Posts: 49
How to
« Reply #3 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.

Offline qnrq

  • Jr. Member
  • **
  • Posts: 22
    • http://pipemail.org/
changing http to https
« Reply #4 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

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