ispconfig admin panel ssl

Discussion in 'Installation/Configuration' started by rzessski, Feb 19, 2017.

  1. rzessski

    rzessski New Member

    Hello;) I use ubuntu 16.04 and have a problem, i buy wildcard ssl, on website works, when i add cert in admin panel connection is no safe
    upload_2017-2-19_14-27-5.png
     
  2. sjau

    sjau Local Meanie Moderator

    The SSL files for the config panel are located at:

    Code:
    /usr/local/ispconfig/interface/ssl/ispserver.crt
    /usr/local/ispconfig/interface/ssl/ispserver.key
    /usr/local/ispconfig/interface/ssl/ispserver.bundle
    
    Backup the existing files and then use your files to over write them. Afterwards, apache needs to be restarted.
     
  3. caninfo

    caninfo New Member

    Hello, how are you?
    I have the same problem.
    I have the same version of Ubuntu 16.04. On the sites I can activate ssl however for the administration panel I can not activate.
    I've checked the above lines in the ispconfig vhost are there, but, only the line with final .bundle is commented out.
    This .bundle file in /usr/local/ispconfig/interface/ssl/ does not exist.
    An observation. My panel I moved to port 8181.
    How can I fix this?
    Gratitude.
     
  4. rwheindl

    rwheindl Member

    I typically also add our wildcard SSL cert to the default apache configuration file in: /etc/httpd/conf.d/ssl.conf so if the server falls back to a certificate if one isn't found in the sites-enabled folder it will use the default config. Since you're on an alternate port, you may need another <virtualhost> statement in that file as well for port 8181. Just a thought.
     
  5. caninfo

    caninfo New Member

Share This Page