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

Re: svn over HTTPS works everywhere but on the server host itself

From: Pat Farrell <pfarrell_at_pfarrell.com>
Date: Wed, 18 Mar 2009 00:33:39 -0400

Konstantin Kolinko wrote:
> Are you able to access https://localhost/ with a web browser?

Not with a real browser, its headless.

> wget --no-check-certificate https://www.pfarrell.com/

Interesting. That works if I comment out the /etc/hosts
assignment of www.pfarrell.com to localhost.

It fails if I leave it commented in.
Same external command, different resolution of name:
wget --no-check-certificate https://www.pfarrell.com/
--2009-03-18 00:29:37-- https://www.pfarrell.com/
Resolving www.pfarrell.com... 127.0.1.1
Connecting to www.pfarrell.com|127.0.1.1|:443... failed: Connection refused.

I did that because the self signed cert was causing assorted whining
when I did a "sudo" command.

$ su
sudo: unable to resolve host www

This all used to work fine with Debian Etch

Thanks
pat

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1345205

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-18 05:34:52 CET

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.