Thanks for pointing where it is, I will take a look. And the HttpConnection class is specific to mono, .net in Windows uses http.sys as the underliying mechanism, so it does not handle connections at all, Mono emulates this using that class (and a lot more :D).
I thought I was doing something wrong, but after watching the code it's clear it is a bug, as I said it has been hardcoded to ask for a client certificate, the "false, true, false" parameters at the end SslServerStream constructor, the true one is for requestClientCertificate, so, the only option for now is to modify source code as I did (i think?) -- View this message in context: http://mono.1490590.n4.nabble.com/HttpListener-SSL-client-certificate-tp4663483p4663492.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
