SSL on hostname , phpmyadmin and mail

  • Hi,


    I want to have my hostname, phpmyadmin as well as mailserver on SSL.
    Do I still to configure this >> Force SSL or just select SSL during the installation process.


    I dont see this one though " 00_master.conf " instead i see something like this " 00_master_fcgi.conf " or something.
    I really want to understand the process and to implement SSL on the hostname, phpmyadmin and mailserver as well


    Please help


    Thanks


    Thanks

    Edited once, last by marcuz ().


  • Hello ;


    Are you sure about the 00_master.fcgi.conf ? i-MSCP doesn't not create such file normally. What i-MSCP version are you using?


    Code
    1. root@imscp:/usr/local/src/imscp# ls /etc/apache2/sites-available/00_master.conf 00_master_ssl.conf 00_modcband.conf 00_nameserver.conf 01_awstats.conf 01_nagios3.conf default default-ssl domain.tld.conf sub1.domain.tld.conf


    SSL configuration for the panel goes into the 00_master_ssl.conf file. To activate SSL for the panel and the mail server, you just have to select SSL during setup process. If you are using our development branch, you can do:


    Code
    1. # cd /var/www/imscp/engine/setup# perl imscp-setup -dr ssl


    Note: The ssl item for the reconfigure option has been added today. You can type:


    Code
    1. # perl imscp-setup -dr help


    To see list of all available items.


    Thank you for using i-MSCP

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

    Edited once, last by Nuxwin ().


  • currently tried to use phpmyadmin and it is not working even with http or https
    i will try this steps you provided :)


    thanks