gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] [BUG] https functionality and port default


From: James Blackwell
Subject: Re: [Gnu-arch-users] [BUG] https functionality and port default
Date: Wed, 28 Jul 2004 19:30:56 -0400

Bryan Nollett wrote:
> This possible patch is a superset of Bug 83
>   http://lists.gnu.org/archive/html/gnu-arch-users/2004-03/msg01239.html
>   http://bugs.gnuarch.org/cgi-bin/bugreport.cgi?bug=83
> and perhaps should have been grouped with #83.


Is this patch available somewhere in a public archive?

>
> +#include "tla/libneon/ne_socket.h"

Good

> +  /* ne_sock_init() is idempotent, so just init always */
> +  if (ne_sock_init ())
> +    {
> +      panic ("arch_pfs_dav_connect: ne_sock_init() failed.");
> +    }
> +

Looks good.

> -  answer->dav_port = 80;
> +  answer->dav_port = ne_uri_defaultport (answer->dav_scheme);

Good

> +  if (!str_cmp ("https", answer->dav_scheme))
> +    {
> +      ne_ssl_trust_default_ca (answer->sess);
> +    }
> +

This is probably good.

I'd like to test it. Do you have an ssl server serving an archive with
https available? 



-- 
James Blackwell          Try something fun: For the next 24 hours, give
Smile more!              each person you meet a compliment!

GnuPG (ID 06357400) AAE4 8C76 58DA 5902 761D  247A 8A55 DA73 0635 7400




reply via email to

[Prev in Thread] Current Thread [Next in Thread]