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