[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: configured Apache SSL, SSL module loads - but nobody's listening on the SSL port (so https: access doesn't work)

From: Charles E. Doucette <cdoucette_at_med-learn.com>
Date: 2003-12-12 22:17:00 CET

I assume that one of my problems is that the <VirtualHost> element that I defined below
didn't work. I tried changing _default_ to the actual external host name
and that didn't help either. Perhaps I have to also define a <VirtualHost> element
in the main configuration file (httpd.conf)?

Chuck

> -----Original Message-----
> From: Charles E. Doucette [mailto:cdoucette@med-learn.com]
> Sent: Friday, December 12, 2003 3:53 PM
> To: users@subversion.tigris.org
> Subject: configured Apache SSL, SSL module loads - but
> nobody's listening on the SSL port (so https: access doesn't work)
>
>
> I tried to follow the cookbook instructions for setting up
> SSL on Apache:
>
http://tortoisesvn.tigris.org/documentation/ch03.html#tsvn-serversetup-apache-6

There were a few problems with the instructions; but, eventually I got Apache to restart and load the SSL module.

We're currently running Subversion 0.32.1 on a Windows 2000 Server with Apache 2.0.48.

Here are the relavent lines from my ssl.conf file:

<IfDefine SSL>
Listen 443
<VirtualHost _default_:443>
SSLEngine on
SSLCertificateFile conf/ssl/my-server.crt
SSLCertificateKeyFile conf/ssl/my-server.key
</VirtualHost>
</IfDefine>

Please note that the instructions above told me to delete these lines: <IfDefine SSL> </IfDefine>

however, if I do that, Apache won't start.

I did not define or redefine the <Location> elements (they are defined in the httpd.conf file).

The problem is that apparently Apache is not listening on the SSL port.

Can someone please tell me what to check/try to get https: access to our repository working?

Thanks,
Chuck

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 12 22:17:45 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.