I have recently created a SSL using the makecert.bat and its all stored and created in the correct directory.

The SSL is not appearing on my site, this is located on a VPS. I think its something to do with my Apache config on the VirtualHost. It's all ran on Windows 2003 server.

Here is my VirtualHost (C:\xampp\apache\conf\extra\httpd-vhosts.conf)

#

Virtual Hosts

#

If you want to maintain multiple domains/hostnames on your

machine you can setup VirtualHost containers for them. Most

configurations

use only name-based virtual hosts so the server doesn't need to worry about

IP addresses. This is indicated by the asterisks in the directives below.

#

Please see the documentation at

for further details before you try to setup virtual hosts.

#

You may use the command line option '-S' to verify your virtual host

configuration.

#

Use name-based virtual hosting.

#

NameVirtualHost *:80

#

VirtualHost example:

Almost any Apache directive may go into a VirtualHost container.

The first VirtualHost section is used for all requests that do not

match a ServerName or ServerAlias in any block.

#

##ServerAdmin postmaster@dummy-host.localhost
##DocumentRoot "C:/xampp/htdocs/dummy-host.localhost"
##ServerName dummy-host.localhost
##ServerAlias www.dummy-host.localhost
##ErrorLog "logs/dummy-host.localhost-error.log"
##CustomLog "logs/dummy-host.localhost-access.log"

combined

##ServerAdmin postmaster@dummy-host2.localhost
##DocumentRoot "C:/xampp/htdocs/dummy-host2.localhost"
##ServerName dummy-host2.localhost
##ServerAlias www.dummy-host2.localhost
##ErrorLog "logs/dummy-host2.localhost-error.log"
##CustomLog "logs/dummy-host2.localhost-access.log"

combined

I have tried doing config's to it but no luck, it crashes and Apache wont start if I do my port "443" changes.

link|improve this question

0% accept rate
feedback

1 Answer

#

Remove ## from config!

link|improve this answer
1  
That still wont solve the SSL problem. – Raymond Oct 18 '10 at 18:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.