[Mono-dev] SSL Certificate Binding

Robert Jordan robertj at gmx.net
Thu Feb 9 14:00:11 UTC 2012


On 09.02.2012 14:30, monoUser wrote:
> My HttpListener prefix looks like that
>
>                  m_HttpListener.Prefixes.Add(
>                      string.Format("http://+:9920/")
>                      );

You may want to use the "https"-schema.

Robert



More information about the Mono-devel-list mailing list