install with ssl

  • try restart apache2.
    look to /etc/init.d/apache2/sites-enabled/00_master_ssl.conf see if all variables where replaced.
    is your SERVER_HOSTNAME in same domain witht your base_server_vhost?
    look at /var/log/imscp/imscp-setup.log and check all errors and warnings. Is your hostname contain some non ascii characters?

    Edited once, last by oldev01 ().

  • because is a simlink. real file is on /etc/apache2/sites-available. check that one

    Edited once, last by oldev01 ().

  • please post here output from following commands:

    Code
    1. cat /etc/apache2/ports.conf
    2. ls /etc/imscp/*.pem
    3. ls /etc/apache2/mods-enabled
    4. which openssl
    5. ls /etc/apache2/sites-available
    6. ls /etc/apache2/sites-enabled


    Is a self generated or a purchased certificate?

    Edited once, last by oldev01 ().


  • please post here output from following commands:

    Code
    1. cat /etc/apache2/ports.confls /etc/imscp/*.pemls /etc/apache2/mods-enabledwhich opensslls /etc/apache2/sites-availablels /etc/apache2/sites-enabled


    cat /etc/apache2/ports.conf


    Code
    1. #NameVirtualHost *:80Listen 80<IfModule mod_ssl.c> # If you add NameVirtualHost *:443 here, you will also have to change # the VirtualHost statement in /etc/apache2/sites-available/default-ssl # to <VirtualHost *:443> # Server Name Indication for SSL named virtual hosts is currently not # supported by MSIE on Windows XP. Listen 443</IfModule><IfModule mod_gnutls.c> Listen 443</IfModule>


    ls /etc/imscp/*.pem

    Code
    1. /etc/imscp/admin.diskaya.net.pem


    ls /etc/apache2/mods-enabled


    Code
    1. /etc/imscp/admin.diskaya.net.pemroot@admin:~# ls /etc/apache2/mods-enabledactions.conf autoindex.conf fcgid_imscp.load rewrite.loadactions.load autoindex.load mime.conf setenvif.confalias.conf cgid.conf mime.load setenvif.loadalias.load cgid.load negotiation.conf ssl.confauth_basic.load deflate.conf negotiation.load ssl.loadauthn_file.load deflate.load proxy.conf status.confauthz_default.load dir.conf proxy_http.load status.loadauthz_groupfile.load dir.load proxy.load suexec.loadauthz_host.load env.load reqtimeout.confauthz_user.load fcgid_imscp.conf reqtimeout.load


    which openssl

    Code
    1. /usr/bin/openssl


    ls /etc/apache2/sites-available

    Code
    1. 00_master.conf 01_awstats.conf default-ssl00_master_ssl.conf default imscp.conf


    ls /etc/apache2/sites-enabled

    Code
    1. 00_master.conf 00_master_ssl.conf 01_awstats.conf imscp.conf
  • ok. seems like your apache was not restarted properly
    now perform

    Code
    1. /etc/init.d/apache2 stopps aux | grep apache2


    kill any running apache instances
    then

    Code
    1. /etc/init.d/apache2 start


    is self generated certificate or a purchased one?


  • self generated certificate this ist HomeServer with Virtualbox (test system)


    Edit: no result :(

    Edited once, last by Tango ().