https to http [ubuntu 18.04 - ISPConfig 3.1.14p1]

Discussion in 'Installation/Configuration' started by bdani, Jul 17, 2019.

  1. bdani

    bdani New Member

    I use an ISPConfig as a local dev server, how can i disable the https in ISPConfig control panel? (https://IP:8080 to http:IP:8080)

    I try to comment out, /etc/apache2/sites-available/ispconfig.vhost
    # SSL Configuration
    #SSLEngine On
    # SSLProtocol All -SSLv3
    # SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt
    # SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key
    after, apache2 restart...
    After login, i've got error, and in dev tools i saw, the browser try to reach in https. (new browser, without any history)


    Please help me, if you can!


    Regards
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You have to comment out the lines which set the security headers as well.
     
  3. bdani

    bdani New Member

    What lines You mean?
    In apache conf?

    Thanks
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    In the ispconfig.vhost config file that you edited, the lines start with the word "Header".
     

Share This Page