16 Answers, 1 is accepted
Mono appears to support only TLS1.0 and earlier.
It sounds like you're saying that Chromium is requiring TLS1.1 or later; I wouldn't expect that to be the default, but if it were, this problem would appear.
Regards,
Eric Lawrence
Telerik
Yes, Runing on Mac, Chrome 45.
Is there a plan to update it?​
The Mono maintainers have written about their plan to modernize their TLS stack here: http://tirania.org/blog/archive/2015/Aug-27.html
Regards,
Eric Lawrence
Telerik
The FilddlerCore Logs:
SecureClientPipe (www.xxx.com failed: The authentication or decryption has failed. < Unsupported security protocol type.​
Which build of the Mono Framework do you have installed? This appears to be an already fixed bug in Mono, described here: https://bugzilla.xamarin.com/show_bug.cgi?id=6843
Regards,
Eric Lawrence
Telerik
The bug in Mono causes incoming connections to fail if they even advertise TLS/1.1. That bug has supposedly been fixed already, which is why I'm interested in what specific build number of Mono you have installed.
Thanks!
Eric Lawrence
Telerik
My Mono Framework version is 4.0.3, the problem still , you can try...
osx2tekiMac:~ osx2$ mono --version
Mono JIT compiler version 4.0.3 ((detached/d6946b4 Wed Jul 29 14:46:23 EDT 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: normal
SIGSEGV: altstack
Notification: kqueue
Architecture: x86
Disabled: none
Misc: softdebug
LLVM: yes(3.6.0svn-mono-(detached/a173357)
GC: sgen
Regards,
Eric Lawrence
Telerik
Regards,
Eric Lawrence
Telerik
Regards,
Eric Lawrence
Telerik
I think ,the problem lot like firefox tls version ?
From http://fiddler.wikidot.com/mono tell:
TLS Version
If all HTTPS connections to Fiddler fail in Firefox with a "The connection was interrupted" message, you may need to navigate to about:config inside Firefox and edit the security.tls.version.maxpreference. Set it to 1.
mono suppert tls1.0 , security.tls.version.max default value is 3, means firefox suppert tls1.0,1.1.1.2, and when server (fiddlercore)not suppert tls1.2 , can fallback to tls.10 ,why need set security.tls.version.max to 1 ?
Regards,
Eric Lawrence
Telerik