Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri May 09, 2008 3:51 pm 
Offline
Newbie

Joined: Fri May 09, 2008 3:49 pm
Posts: 3
I have tried to get my ssl working to no avail. I could really use some help. I could pay someone to get it working for me.

I have a centos 5 with apache 2

Thank you,
Robin


Top
   
 Post subject: apache + ssl
PostPosted: Fri May 09, 2008 4:17 pm 
Offline

Joined: Fri May 09, 2008 3:58 pm
Posts: 1
WLM: johnmoore330
Yahoo Messenger: johnmoore330
AOL: johnmoore330
Is your problem with just getting started or are you configured and apache won't start? Coming at this blind I'm assuming nothing.

do you have mod_ssl installed?

have you generated a key and request?

do you have the certificate?

have you configured /etc/httpd/conf.d/ssl.conf to point at key and certificate from your ssl provider?

* SSLCertificateFile
* SSLCertificateKeyFile
* SSLCACertificateFile

what does "service httpd configtest" return (this is pretty good at telling you where you configuration is screwed up)?

is 443 listening (netstat -an)

what does httpd -S show?

did you reconfigure and restart iptables to permit SSL traffic through?


If the issue is just getting started... We get our certificates from comodo.com; they have a pretty decent description of how to generate and install certificates for most platforms including Apache/mod_ssl.


john


Top
   
 Post subject:
PostPosted: Sat May 10, 2008 9:58 am 
Offline
Newbie

Joined: Fri May 09, 2008 3:49 pm
Posts: 3
I ran all the mentioned and there are no errors and server is listening on 443

I am running a self signed cert until I can get it working then I will purchase one. It does not work. https will not load in the browser. In IE I just get a not found page and in Firefox I get error code -12263.

Any direction would be much appreciated.

Robin


Top
   
 Post subject:
PostPosted: Sat May 10, 2008 10:49 am 
Offline
Senior Member
User avatar

Joined: Fri Oct 24, 2003 3:51 pm
Posts: 965
Location: Netherlands
Error -12263 is SSL_ERROR_RX_RECORD_TOO_LONG - SSL received a record that exceeded the maximum permissible length.

Check that the 'SSLRequireSSL' directive(s) and the 'SSLEngine on' directive(s) are applied to the same (virtual) host(s). 'SSLRequireSSL' without 'SSLEngine on' can do this. Otherwise, sometimes this is caused by screwed up Apache redirects.

_________________
/ Peter


Top
   
 Post subject:
PostPosted: Sat May 10, 2008 11:40 am 
Offline
Newbie

Joined: Fri May 09, 2008 3:49 pm
Posts: 3
I checked the config and they are applied to the same host. So It must be the apache redirects. How would I fix this?

Robin


Top
   
 Post subject:
PostPosted: Sat May 10, 2008 1:19 pm 
Offline
Senior Member
User avatar

Joined: Fri Oct 24, 2003 3:51 pm
Posts: 965
Location: Netherlands
Turn off redirects to see if they are the problem. If not, check your SSL certificate.

_________________
/ Peter


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: apkehoe and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group