HTTPS for customer

  • I've a customer with a domain. Ex: http://example.com.
    Now, i want to use SSL for it. Ex: https://example.com
    How to apply it? thanks

    Edited once, last by hungnm144 ().

  • At first... Which version of i-MSCP are you using? With the current git master you are be able to add the certs for the customer... If you want to hard redirect to https you can do this with a .htaccess or in the conf file in the folder /etc/apache2/imscp/


  • At first... Which version of i-MSCP are you using? With the current git master you are be able to add the certs for the customer... If you want to hard redirect to https you can do this with a .htaccess or in the conf file in the folder /etc/apache2/imscp/


    Thanks for your support. I'm using imscp-1.1.0-beta2. (download from https://sourceforge.net/projec…p/files/i-MSCP%201.0.3.0/)
    I want to use both of https and http.
    I've actived SSL from i-mscp CPanel. But when I've browsed address https://example.com on my browser, it's shown i-mscp Login board.

    Edited once, last by hungnm144 ().

  • Yes, because you have to add a seperate SSL-Certificate for the customer. Go into customer panel, then on domains and then click on view certificates.

  • Wow, i've done it. Thanks for your support.