Thanks a lot, that fixed it.

I've verified https support and it works; sniffed the traffic too, it
is indeed all encrypted.

There is one outstanding issue, which I'm about to write a separate
email about, but that's more about how the SSL implementation handles
certificates signed by a CA, rather than self-signed.

Bjorn

On 30 March 2010 18:54, Rene de Zwart <renew...@xs4all.nl> wrote:
>
> Op Di, 30 maart, 2010 17:52, schreef Bjorn Toft Madsen:
>> I managed a successful build of fossil on Windows, through the kind
>> help of other list members.
>>
>> The only outstanding issue is some undefined references when
>> FOSSIL_ENABLE_SSL=1:
> change
>  ifdef FOSSIL_ENABLE_SSL
>  LIB += -lcrypto -lssl
>  endif
> to
>  ifdef FOSSIL_ENABLE_SSL
>  LIB = -lssl -lcrypto -lgdi32 -lmingwex -lz -lws2_32
>  endif
>
> and it works (for me :-)
>
>
>
> --
> Rene de Zwart
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to