Advertisement

07.21.2008 at 04:24PM PDT, ID: 23583743
[x]
Attachment Details

Apache: Why can I access my site at example.com:443 and NOT at https://example.com?

Asked by christophertate in Apache Web Server, Secure Socket Layer (SSL) & HTTPS, Ubuntu

Tags: Apache, HTTP Server, 2.2.8, Ubuntu

I've created a self-signed SSL certificate via OpenSSL and have configured it for Apache.

For some reason, I can NOT access my site at:

https://alwaysbaked.net

I believe that I have Apache configured correctly because I can access the following:

http://alwaysbaked.net:443

Also, when I start Apache, I get the following message:

* Starting web server apache2 Apache/2.2.8 mod_ssl/2.2.8 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide the pass phrases.
Server alwaysbaked.net:443 (RSA)
Enter pass phrase:
OK: Pass Phrase Dialog successful.

My CONF stub looks like this:

NameVirtualHost *:443
<VirtualHost *:443>
      DocumentRoot /var/www/alwaysbaked.net/
      ServerName alwaysbaked.net
      ServerAlias www.alwaysbaked.net
      SSLEngine On
      SSLCertificateFile /etc/ssl/certs/server.crt
      SSLCertificateKeyFile /etc/ssl/private/server.key
</VirtualHost>

I used this tutorial to create the certificate:

https://help.ubuntu.com/8.04/serverguide/C/certificates-and-security.html

I used this tutorial to configure the certificate for Apache:

https://help.ubuntu.com/8.04/serverguide/C/httpd.html#https-configuration

I don't think the problem is a firewall issue. HTTPS should be open to the outside world, because it's apparent that port 443 is open (I believe that HTTPS uses port 443 for incoming/outgoing communication). Also, my domain is registered at GoDaddy.com, so I'm not sure if they block HTTPS in some way.

Can someone take a look at this and point me in the right direction?

Thanks!Start Free Trial
[+][-]07.21.2008 at 04:29PM PDT, ID: 22055329

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:02PM PDT, ID: 22055493

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 05:52PM PDT, ID: 22055717

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 06:00PM PDT, ID: 22055755

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 07:11PM PDT, ID: 22056060

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.21.2008 at 10:50PM PDT, ID: 22056678

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.24.2008 at 12:32AM PDT, ID: 22076773

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Apache Web Server, Secure Socket Layer (SSL) & HTTPS, Ubuntu
Tags: Apache, HTTP Server, 2.2.8, Ubuntu
Sign Up Now!
Solution Provided By: MushyPea
Participating Experts: 3
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628