The TLS handshake with the server has failed.
| 232 | |
| 233 | @dataclass |
| 234 | class TlsFailedServerHook(StartHook): |
| 235 | """ |
| 236 | The TLS handshake with the server has failed. |
| 237 | """ |
| 238 | |
| 239 | data: TlsData |
| 240 | |
| 241 | |
| 242 | class TLSLayer(tunnel.TunnelLayer): |
no outgoing calls
no test coverage detected
searching dependent graphs…