Php + Tls

Discussion in 'Server Operation' started by neil6179, Oct 10, 2006.

  1. neil6179

    neil6179 New Member

    Hi all,

    I've got a Fedora box running cPanel. I'm trying to setup Squirrel Mail to use TLS to the IMAP server. On my Debian box this works perfectly. The exact same Squirrel configuration on the Fedora box leads to a Squirrel Mail error “ERROR: You need the openssl PHP extension to use SMTP/IMAP TLS!”.

    phpinfo() on the Debian box shows Registered Stream Socket Transports = tcp, udp, unix, udg, ssl, sslv3, sslv2, tls.

    phpinfo() on the Fedora box however only shows Registered Stream Socket Transports = tcp, udp, unix, udg.

    Does anyone know how to add TLS (and possibly SSL) onto a Fedora + cPanel setup?

    I'm afraid Fedora and cPanel is unfamiliar territory for me. Any help would be mostly appreciated.

    Thanks
    Neil
     
    Last edited: Oct 10, 2006
  2. falko

    falko Super Moderator Howtoforge Staff

    You can search for the missing PHP package with
    Code:
    yum search php
    There must be one that provides SSL support. You can install it like this:
    Code:
    yum install [I]package_name[/I]
     

Share This Page