[Mono-list] C# HTTPS Webserver
leehorus
venomenus at gmail.com
Mon Mar 31 07:47:57 UTC 2014
Hi,
I have been playing around with running a C# secure web server, I have got
everything up and running fine, including a real certificate added using the
"httpcfg -add -port 8080 -pvk mydomain.pvk -cert mydomain.crt" command.
My concern is that it seems to use TLS 1.0 (which Google Chrome now displays
a horrible yellow warning page for if accessing from a tablet or Android
device), this yellow page is displayed due to using TLS 1.0.
Doe's anyone know if there is any way to use a different version of TLS, to
prevent this from happening.
Thanks in advance.
--
View this message in context: http://mono.1490590.n4.nabble.com/C-HTTPS-Webserver-tp4662401.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list