SSL with ISPConfig 3 and Magento

Discussion in 'Installation/Configuration' started by SirKonstantine, Sep 3, 2010.

  1. SirKonstantine

    SirKonstantine New Member

    So I have a cloud server from Rackspace that I am using to host Magento eCommerce.

    I have the DNS working just fine and I just need to get SSL working.

    [​IMG]

    the image is of a screenshot of my current SSL setup. Currently, the site will work just fine with http:// but when it goes to https:// for the shopping cart, I get:

    Code:
    This webpage is not available.
    
    The webpage at https://DOMAINNAME.com/checkout/onepage/ might be temporarily down or it may have moved permanently to a new web address.
    So, how do I get SSL to work? Would it be a problem that I didn't use ISPConfig to generate the .csr? I didn't know ISPConfig did that so I used Apache to generate the .csr and .key and sent the .csr to godaddy for verirification. I then copied and paste the .csr, .crt, and bundle to the SSL page of ISPConfig. Wouldn't this work just fine?

    I also included the netstat output since other SSL threads ask for it.

    Code:
    root@elliesdev:/var/www/clients/client1/web2/ssl# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 *:tproxy                *:*                     LISTEN      928/apache2
    tcp        0      0 *:ftp                   *:*                     LISTEN      3042/pure-ftpd (SER
    tcp        0      0 10.179.58.243:domain    *:*                     LISTEN      2945/mydns
    tcp        0      0 elliesdev:domain        *:*                     LISTEN      2945/mydns
    tcp        0      0 localhost:domain        *:*                     LISTEN      2945/mydns
    tcp        0      0 *:ssh                   *:*                     LISTEN      2338/sshd
    tcp        0      0 *:smtp                  *:*                     LISTEN      1690/smtpd
    tcp        0      0 *:https                 *:*                     LISTEN      928/apache2
    tcp        0      0 localhost:10025         *:*                     LISTEN      3029/master
    tcp        0      0 *:mysql                 *:*                     LISTEN      2290/mysqld
    tcp        0      0 localhost:spamd         *:*                     LISTEN      2411/spamd.pid
    tcp        0      0 *:http-alt              *:*                     LISTEN      928/apache2
    tcp        0      0 *:www                   *:*                     LISTEN      928/apache2
    tcp        0     52 elliesdev:ssh           c-98-245-92-125.h:54314 ESTABLISHED 1226/sshd: elliesel
    tcp6       0      0 [::]:ftp                [::]:*                  LISTEN      3042/pure-ftpd (SER
    tcp6       0      0 ::1%3517186005:domain   [::]:*                  LISTEN      2945/mydns
    tcp6       0      0 [::]:ssh                [::]:*                  LISTEN      2338/sshd
    tcp6       0      0 [::]:imaps              [::]:*                  LISTEN      2907/couriertcpd
    tcp6       0      0 [::]:pop3s              [::]:*                  LISTEN      2941/couriertcpd
    tcp6       0      0 [::]:pop3               [::]:*                  LISTEN      2921/couriertcpd
    tcp6       0      0 [::]:imap2              [::]:*                  LISTEN      2887/couriertcpd
    
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, thats the reason for your problem. As the setup has now no SSL key and apache can not work without that key. Create a new csr trough ispconfig and then let it sign agaun from your ssl authority.
     

Share This Page