Conscrypt support for SocketChannel instead of standard java.io.Socket
Open
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 326
- Avg merge
- 16h 22m
- Merged PRs (30d)
- 17
Description
Repro'd a bug that seems to be JSSE or Conscrypt with SocketChannel sockets. It fails with both, so could be lower (JVM) or higher (OkHttp) in the stack.
https://github.com/square/okhttp/pull/6554
SocketChannelSocketFactory comes from Presto project https://github.com/prestodb/presto/blob/master/presto-client/src/main/java/com/facebook/presto/client/SocketChannelSocketFactory.java
But specifically, is SocketChannel socket a supported use case with Conscrypt?
Contributor guide
Assessment
This issue has not been assessed yet.