[Mono-devel-list] Mono 1.1.7: xsp support server-side ssl?

Brian Ritchie brian.ritchie at gmail.com
Tue May 31 22:37:27 EDT 2005


> 
> > 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