Problem with SSL

Discussion in 'ISPConfig 3 Priority Support' started by tomek, Sep 10, 2013.

  1. tomek

    tomek New Member

    Hello

    I am trying to setup SSL on my website but I am having a problem. I followed instructions in ISPCONFIG 3 users guide to set it up but problem is, that when I try to browse to my website using https I get Apache 2 Test page.

    For my website I have:

    SSL checkbox checked
    I created a self signed certificate under the SSL tab for my website
    Using the SSL Request I purchased a trusted certificate from Go Daddy
    I pasted the certificate I received in the SSL Certificate box and SSL Bundle.
    I saved the certificate.

    When I browse to my site using https:// I get the Apache 2 Test page and a warning that the SSL certificate is not trusted. So basically it is not recognizing the purchased certificate and not applying it to my website. How can I fix this?

    I tried removing the certificate and just try a self signed certificate, but I still see the Apache 2 test page. Restarting Apache 2 didnt help either. I also noticed that in the /web/ssl folder of the website it generates .err files
     
    Last edited: Sep 10, 2013
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely some input for the ssl cert (the first fields of the ssl cert details page) contain special chars or similar content which can not be read by openssl correctly so that the resulting ssl cert is corrupt. Please post a screenshot of the ssl tab content.
     
  3. tomek

    tomek New Member

    I am attaching a screen shot
     

    Attached Files:

  4. tomek

    tomek New Member

    Can somebody help me get this thing to work?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Make a backup of your current ssl key, certificate and ssl request.
    2) Choose as action to delete the ssl certificate and press save.
    3) Enable the debug log: http://www.faqforge.com/linux/debugging-ispconfig-3-server-actions-in-case-of-a-failure/
    4) Choose as action to create a new ssl cert and press save.
    5) run the server.sh script manually on the shell as it is described in the faq article to see if you get any openssl errors.
     

Share This Page