Hello,

> >     Am preparing the release notes for a new release of Mono, please
> > send any important updates that should go into the release notes to me.
>
> Subset of XSP changes (I'm sure Gonzalo has many more..)
>   - Mono.WebServer.dll: The core of XSP has been moved into a 
>     seperate assembly.  xsp.exe now just handle configuration options.
>   - SSL support: Provides HTTPS access using SslServerStream.  Includes 
>     bug fix to SslCipherSuite in SslServerStream allowing multi-fragment 
>     transfers to work.

Can we document all of this on the new XSP man page?

Since we are not releasing today, i would hate to loose this
information.

> 
> Example of xsp running with SSL enabled:
>    mono xsp.exe --https --cert server.cer --pkfile server.pvk 
>       --pkpwd pass --root ~/samples
> 
> To generate a server certificate & private key:
> makecert -r -eku 1.3.6.1.5.5.7.3.1 -n "CN=server" -sv server.pvk server.cer
>    ( from Sebastien Pouliot's blog:
>     http://pages.infinit.net/ctech/20041129-0607.html )
> 
-- 
Miguel de Icaza <[EMAIL PROTECTED]>
Novell, Inc.
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to