tls
Make Socket connection secure with TLS.
TODO: report YT issue
Make Socket connection secure with TLS using TLSConfig.
Make Socket connection secure with TLS.
Make Socket connection secure with TLS configured with block.
Make Socket connection secure with TLS.
The coroutine context passed here will receive errors when there are no other handlers to process it (for example, in case of a shutdown during a TLS handshake). The context may also be used for cancellation.
Note that the context passed here is rarely a child of the scope in which the method is called, because it is not usually a decomposition of the parent task. If it is a child, errors may be propogated to the parent's coroutine exception handler rather than being caught and handled via a try-catch block.
Make Socket connection secure with TLS using TLSConfig.
The coroutine context passed here will receive errors when there are no other handlers to process it (for example, in case of a shutdown during a TLS handshake). The context may also be used for cancellation.
Note that the context passed here is rarely a child of the scope in which the method is called, because it is not usually a decomposition of the parent task. If it is a child, errors may be propogated to the parent's coroutine exception handler rather than being caught and handled via a try-catch block.
Make Socket connection secure with TLS configured with block.
The coroutine context passed here will receive errors when there are no other handlers to process it (for example, in case of a shutdown during a TLS handshake). The context may also be used for cancellation.
Note that the context passed here is rarely a child of the scope in which the method is called, because it is not usually a decomposition of the parent task. If it is a child, errors may be propogated to the parent's coroutine exception handler rather than being caught and handled via a try-catch block.
Make Socket connection secure with TLS using TLSConfig.
Make Socket connection secure with TLS configured with block.