Can't solve SSL problem

Discussion in 'Installation/Configuration' started by virtualweb, Jan 9, 2007.

  1. virtualweb

    virtualweb New Member

    Dear Board,

    i've read all posts regarding my problem but cannot find the solution.

    I have 5 IPs on my server. For a customer i created the web shop.example.com and assigned a free ip to it. This works so far.

    Then i bought a SSL Certificate and entered the SSL Request and SSL Certificate into the form on the SSL tab.

    But when i call https://shop.example.com i get the Firefox error "...has sent a wrong or unexpected message... error-code 12263"

    In /etc/apache2/vhosts/Vhosts_ispconfig.conf is the normal section for that subdomain but no 443 or ssl stuff.

    Does anyone ever had such a problem and solved it?

    The output of netstat -tap:

    Code:
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
    tcp        0      0 *:mysql                 *:*                     LISTEN     4204/mysqld         
    tcp        0      0 *:81                    *:*                     LISTEN     2158/ispconfig_http 
    tcp        0      0 *:ftp                   *:*                     LISTEN     31554/proftpd: (acc 
    tcp        0      0 *:smtp                  *:*                     LISTEN     22191/master        
    tcp6       0      0 *:imaps                 *:*                     LISTEN     1987/couriertcpd    
    tcp6       0      0 *:pop3s                 *:*                     LISTEN     2008/couriertcpd    
    tcp6       0      0 *:pop3                  *:*                     LISTEN     1995/couriertcpd    
    tcp6       0      0 *:imap2                 *:*                     LISTEN     1969/couriertcpd    
    tcp6       0      0 *:www                   *:*                     LISTEN     8356/apache2        
    tcp6       0      0 *:ssh                   *:*                     LISTEN     2220/sshd           
    tcp6       0      0 *:smtp                  *:*                     LISTEN     22191/master        
    tcp6       0      0 *:https                 *:*                     LISTEN     8356/apache2        
    tcp6       0      0 ip6-localhost:56626     ip6-localhost:https     TIME_WAIT  -                   
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. martinfst

    martinfst Member Moderator

    Have you previously used a selfsigned certificate for this website and accepted that in your browser permanently? If so, you need to delete this selfsigned certificate in your browser (manage certificates).
     

Share This Page