[
https://issues.apache.org/jira/browse/THRIFT-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420933#comment-15420933
]
ASF GitHub Bot commented on THRIFT-3369:
----------------------------------------
Github user nsuke commented on the issue:
https://github.com/apache/thrift/pull/930
@gadLinux I guess we can remove not-yet-possible part of the test for now,
then.
I agree that if we eventually have server-side too, it would be cleaner to
have c_glib-only test.
For --ssl, you can check out the behaviour as follows, if you’ve configured
to build cpp:
```shell
$ make precross
$ test/cpp/TestServer # with or without --ssl
(on another shell)
$ test/c_glib/test_client # the same for --ssl above
```
otherwise, test/tests.json has full list of languages that has ssl (search
for “ip-ssl”) and its command.
> Implement SSL/TLS support on C with c_glib
> ------------------------------------------
>
> Key: THRIFT-3369
> URL: https://issues.apache.org/jira/browse/THRIFT-3369
> Project: Thrift
> Issue Type: Improvement
> Components: C glib - Library
> Affects Versions: 0.9.1, 0.9.2, 0.9.3, 1.0
> Reporter: Gonzalo Aguilar
> Labels: features, patch
>
> Implement SSL/TLS based on plain openssl instead of going through the way
> defined in THRIFT-1016.
> This help us to maintain a reference implementation and later switch over GIO
> or whatever is defined. But also does not add any other dependencies to the
> project. So bare minimum installation for supporting SSL/TLS is there and
> aligned with CPP counterpart.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)