How deactivate SSL for Admin Panel?

  • Hello!


    i activated SSL for the Admin Panel but i always get an error on some customers sites.


    Some browser link theier ssl login back to the server certificate.


    How can i deactivate the SSL for Admin Panel

    Edited once, last by Nuxwin ().

  • Hello ;


    First, its could be cool if you give us some logs and screenshots about the error.


    Now, to be able to answer your question, you must provide us some info such as the i-MSCP version you are using.


    Thanks you for using i-MSCP.

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

    Edited once, last by Nuxwin ().

  • yes you are right! I am using i-MSCP 1.0.3.0


    The error is that a customers (domain.de) has installed a SSL Certificate! That was working very good. The site is online and reachable under its https adress


    But now if a customers is using an older browser Internet Explorer 8 for example it could happen if you enter https://www.domain.de that an SSL Error is coming up. Not trusted. When i show the details its showing the self signed Server Certificate and not the customers certificate.

    Edited once, last by Nuxwin ().

  • Re ;


    About the error


    Please, send me the SSL vhost files of both, the panel and the domain for which the error occurs. (Via pm). I want check something.


    About your question


    You can disable SSL for the panel by changing the value of the SSL_ENABLED (set it to no) in both files /etc/imscp/imscp.conf and /etc/imscp/imscp.old.conf. Once it's done, you must run the setup script as follow;


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


    Note: When using i-MSCP version >= 1.1.0-rc1, you must only rerun the imscp-setup script with the --reconfigure option and answer no when you are asked about SSL for the panel.


    Thanks you for using i-MSCP

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

    Edited once, last by Nuxwin ().

  • Quote

    Re ;


    About the error


    Please, send me the SSL vhost files of both, the panel and the domain for which the error occurs. (Via pm). I want check something.


    Thanks for your offer!


    Can you let me know where exactly these files are on the Server?

  • Hello;


    You can found these files under /etc/apache2/sites-available


    Thanks you for using i-MSCP.

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

  • It's because of the non implementation of the SNI-Protocoll in some old browsers or operating systems. If you have got just one IP-address, you can solve the problem just for one domain.
    Follow following introduction:
    http://forum.i-mscp.net/Thread-HOWTO-Secure-admin-panel


    After that replace in the 00_master_ssl.conf (just the VirtualHost to the default page) following pathes to the certificate-files with the certificate files of your domain.

    Code
    1. SSLEngine On
    2. SSLCertificateFile ****
    3. SSLCertificateKeyFile ****
    4. SSLCertificateChainFile ****


    After that, restart your apache:
    etc/init.d/apache2 restart


    To check your domain certificate, you can use following german page (or just google for a english alternative page)
    http://sslzilla.de/new/zertifikatstest.php