[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: JeremyP <jeremyp_at_jeremyp.net>
Date: Wed, 18 Mar 2009 10:31:59 +0000

On 18 Mar 2009, at 04:33, Pat Farrell wrote:

> 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.

What about

https://127.0.1.1

does that work? or

https://127.0.0.1

I think you should either leave www.pfarrell.com out of /etc/hosts or
put it on the entry for your network card address, not the loopback
interface.

>
>
>
> 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
> ].

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-18 11:32:51 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.