SSL for domain doesn't write anything on Apache

Discussion in 'General' started by minttux, Feb 22, 2016.

  1. minttux

    minttux Member

    Hi
    i follow this tutorial to make ssl and in ssl tab i fill all parts :
    [​IMG]
    and also some files created here:
    Code:
    # ls /var/www/iliketech.ir/ssl/
    iliketech.ir.bundle  iliketech.ir.crt  iliketech.ir.csr  iliketech.ir.key  iliketech.ir.key~  iliketech.ir.key.org
    
    but when i open https:// iliketech.ir/
    it doesn't open any page:
    SSL connection error
    ERR_SSL_PROTOCOL_ERROR
    also in apache there is no config for ssl and it's empty:
    Code:
            
    # cat /etc/apache2/sites-enabled/100-iliketech.ir.vhost
    [...]
    <IfModule mod_ssl.c>
            </IfModule>
    [...]
    
     
  2. ztk.me

    ztk.me ISPConfig Developer ISPConfig Developer

    Just to cover basics: Did you select "Save certificate" as Action on SSL tab? Did you tick "SSL" on Domain settings?
    Is your cron-daemong running?
     
  3. minttux

    minttux Member

    YEs is did again all steps also cron is in ps -e list but no ssl configuration in apache
    what's solution ?
     
  4. ztk.me

    ztk.me ISPConfig Developer ISPConfig Developer

    Did you try resyncing your websites on Tools section?
    What is the output from runing the cronjob on therminal right after (re)enableing ssl to that vhost, you may set ISPConfig to show debugging info at system settings.
     
  5. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    The resync-tool does no rewrite the ssl-cert and key.
    Is the jobqueue emtpy (see monitor)?
     
  6. minttux

    minttux Member

    Now it worked. i think it check if the ssl makes error then doesn't write config
    when i try to put from startssl.com it doesn't work but with open ssl it works
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, ispconfig checks if apache starts with that ssl cert, if apache cant start, the ssl cert gets reverted.
     

Share This Page