You are not logged in.

#1 2008-04-07 03:19:16

stek2008
Member
Registered: 2008-02-12
Posts: 3

SSH problem - Arch / Apache2 / GoDaddy SSL

Hi All,

I'm stuck!

I've just setup a new SSL certificate with Go-Daddy for a client's site.
I've configured httpd.conf according to the instructions Go Daddy provide, but it's not playing nice. The config I'm using is:

<VirtualHost 209.20.66.175:443>
  ServerName gothlings.co.uk:443
  ErrorLog logs/gothlings_ssl_error_log
  DocumentRoot /var/www/live/gothlings.co.uk/
  SSLEngine on
  SSLCertificateKeyFile /etc/httpd/conf/ssl/gothlings.key
  SSLCertificateFile /etc/httpd/conf/ssl/gothlings.co.uk.crt
  SSLCertificateChainFile /etc/httpd/conf/ssl/gd_intermediate_bundle.crt
</VirtualHost>


Also further up the file I have:

Listen 443

and the Mod_SSL is enabled.

When I start Apache it does prompt for the cert's pass phrase, but when trying to go to the domain it gives an error in firefox, and in Safari announces that it cannot achieve a SSL connection.

Can anyone spot an obvious flaw?

Thanks,
Steve

Offline

#2 2008-04-12 00:28:33

Dr Small
Member
From: Behind a Terminal
Registered: 2008-03-02
Posts: 59
Website

Re: SSH problem - Arch / Apache2 / GoDaddy SSL

I am not exactly sure about all the SSL stuff, but maybe it could be a permission problem?

Offline

Board footer

Powered by FluxBB