You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Eric Conner (JIRA)" <ji...@apache.org> on 2017/06/25 15:25:00 UTC

[jira] [Commented] (THRIFT-4234) Travis build fails cross language tests with "Unsupported security protocol type"

    [ https://issues.apache.org/jira/browse/THRIFT-4234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062360#comment-16062360 ] 

Eric Conner commented on THRIFT-4234:
-------------------------------------

I did some research and found a bug in mono that appears to be related:
https://bugzilla.xamarin.com/show_bug.cgi?id=6843

The bug was first fixed in mono 3.4.0, but our Dockerfile uses the default apt-get package which has mono 3.2.8.  The problem can be fixed by upgrading mono.

The strange part is why this error appears now.  Even if I go back to the last successfully built commit -- d1380d52999e -- the problem still presents itself.  I assume that version of the build was still running mono 3.2.8 so it is unclear to me why those tests did not fail with the same error.



> Travis build fails cross language tests with "Unsupported security protocol type"
> ---------------------------------------------------------------------------------
>
>                 Key: THRIFT-4234
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4234
>             Project: Thrift
>          Issue Type: Bug
>          Components: C# - Compiler, C# - Library, Test Suite
>    Affects Versions: 0.10.0
>         Environment: csharp, mono
>            Reporter: Eric Conner
>            Priority: Blocker
>
> The Travis build cross-functional ssl tests for java - csharp fail due to SSL protocol problems on the C-Sharp side.
> The server fails with the following error:
> {code:java}
> NotSupportedException: "Unsupported security protocol type"
> {code}
> and the client throws an exception in kind:
> [java] Sample TSimpleJSONProtocol output:
> [java] {}
> [java] org.apache.thrift.transport.TTransportException: javax.net.ssl.SSLProtocolException: handshake alert:  internal_error



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)