[Mono-devel-list] Mono 1.1.7: xsp support server-side ssl?
Sébastien Pouliot
spouliot at videotron.ca
Wed Jun 1 08:24:17 EDT 2005
Thanks Brian, this is great news.
I noticed the Mono.WebServer.dll split but not the SSL support.
Note that the man file will need to be updated.
Sebastien Pouliot
home: spouliot at videotron.ca
blog: http://pages.infinit.net/ctech/poupou.html
> -----Original Message-----
> From: Brian Ritchie [mailto:brian.ritchie at gmail.com]
> Sent: 31 mai 2005 22:37
> To: spouliot at videotron.ca; Michael Wu; mono-devel-list at lists.ximian.com
> Subject: Re: [Mono-devel-list] Mono 1.1.7: xsp support server-side ssl?
>
>
> >
> > > Does xsp in the Mono 1.1.7 distribution support server-side
> > > ssl?
> >
> > No, not in 1.1.7 and neither in SVN.
> >
> > Someone has done a patch for it and it will hopefully be
> integrated in XSP
> > soon.
> >
> Acutally it is in SVN...sorry I didn't send an email around sooner. I
> created the patch and it was committed to the HEAD in SVN by Gonzalo
> (Thanks Gonzalo)
>
> Here is an 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 )
>
> Besides SSL support, the latest version of XSP compiles the server as
> a standalone assembly that can be utilized by other applications:
> Mono.WebServer.dll
>
> Hope this helps,
> Brian
More information about the Mono-devel-list
mailing list