PDA

View Full Version : Can't solve SSL problem


virtualweb
9th January 2007, 11:32
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:

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 -

falko
10th January 2007, 17:45
You must first create an SSL certificate in ISPConfig, and then you copy the CSR and send it to your CA to generate a certificate from it. Also have a look here: http://www.howtoforge.com/faq/14_49_en.html

martinfst
10th January 2007, 17:50
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).