I'm running an executable in mono 3.0.4, based on C#, compiled with Visual
Studio.
I encounter this exception, during a call to an external dll function :
Mono.Security.Protocol.Tls.TlsException: Incorrect protocol version received
from server

Followed by :
EXCEPTION handling: System.IO.IOException: The authentication or decryption
has failed.

Two little things :
1. My program is working fine in a classic Windows environnement with .NET
Framework 4.5
2. I don't have access to the code that produces the dll

Can I fix this with a workaround configuration of Mono, and/or of the Visual
Studio Project used to compile the C# code, using the dll ?



--
View this message in context: 
http://mono.1490590.n4.nabble.com/Mono-Security-Protocol-Tls-TlsException-Incorrect-protocol-version-received-from-server-tp4658746.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to