Hello Manuel, > I am currently working on requires something like this but also requires > that the Web-Server can handle SSL (https) requests with full > certification.
Am not sure what you mean by "full certification" ? A server supporting client-side certificates ? > Can XSP handle this? XSP doesn't support SSL. Right now Mono SSL support is limited to client side but server side support is in development. Making XSP SSL aware shouldn't be hard once the SSL server-side support is completed. > My second question is: How can I compile XSP/MOD_MONO in a Win32 > environment? You will need cygwin to compile using the Makefile. Sebastien Pouliot http://pages.infinit.net/ctech/poupou.html -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Manuel Reyes Sent: 20 avril 2004 10:54 To: mono-list Subject: [Mono-list] XSP (SSL Support & WIN32 Compilation) & MOD_MONO Hello all, As a new Mono user I am looking for additional information or a nudge in the right direction with regards to Mono XSP and the MOD_MONO Apache HTTPD module. As far as I understand XSP is a light weight web-server capable of serving ASPX pages and in some case exposing Web Services. The project I am currently working on requires something like this but also requires that the Web-Server can handle SSL (https) requests with full certification. Can XSP handle this? If not my next option is to look at using MOD_MONO in Apache HTTPD is anybody aware of any obstacles I may encounter using this method? My second question is: How can I compile XSP/MOD_MONO in a Win32 environment? I have tried using the make Win32 port available from http://unxutils.sourceforge.net but running "make install" just returns: make: Nothing to be done for `install'. All other make commands return similar messages That's all for now folks, thanks in advance Manuel _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
