本来没留意到这个问题. 但是在下载的时候发现的 https 数据传输的时候会突然中断, 而且还不会重连, 必须在控制台断开连接后重连才正常.
日志的信息如下:
2024-10-03 00:34:03.946200 <VERBOSE> [SGTrojanConnector-1431] <start (SGProxyConnectorWithTLS.m:31)> TLS wrapper: SGTLSWrapper-1437
2024-10-03 00:34:03.946422 <VERBOSE> [SGTLSWrapper-1437] <startHandshake (SGTLSWrapper.m:498)> Previous session key found: xxx.xxxx.xxx:46547
2024-10-03 00:34:04.025267 <VERBOSE> [SGTLSWrapper-1437] <continueHandshake (SGTLSWrapper.m:618)> TLS version: TLSv1.3
2024-10-03 00:34:04.025463 <VERBOSE> [SGTLSWrapper-1437] <continueHandshake (SGTLSWrapper.m:619)> Cipher version: TLS_AES_128_GCM_SHA256
2024-10-03 00:34:04.025495 <VERBOSE> [SGTLSWrapper-1437] <continueHandshake (SGTLSWrapper.m:620)> TLS session reused: 1
2024-10-03 00:34:04.026277 <VERBOSE> [SGTLSWrapper-1437] <receiveTLSSession: (SGTLSWrapper.m:284)> receiveTLSSession: xxx.xxxx.xxx:46547
2024-10-03 00:35:39.784751 <WARNING> [SGTLSWrapper-1437] SSL_ERROR_SSL
2024-10-03 00:35:39.784866 <WARNING> [SGTLSWrapper-1437] ERR_get_error: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac
2024-10-03 00:35:39.784899 <WARNING> [SGTLSWrapper-1437] SSL read failed: 1
2024-10-03 00:35:39.784991 <VERBOSE> [SGTLSWrapper-1437] <disconnectWithError: (SGTLSWrapper.m:886)> disconnectWithError: Error Domain=SGErrorDomain Code=0 "SSL read failed: 1" UserInfo={NSLocalizedDescription=SSL read failed: 1}
2024-10-03 00:35:39.785040 <VERBOSE> [SGTLSWrapper-1437] <cleanup (SGTLSWrapper.m:771)> cleanup
2024-10-03 00:35:39.785071 <WARNING> [SGTLSWrapper-1437] SSL_shutdown failed: 1
2024-10-03 00:35:39.785302 <VERBOSE> [SGTLSWrapper-1437] <disconnectAfterWritingHoldRef (SGTLSWrapper.m:917)> disconnectAfterWritingHoldRef
2024-10-03 00:35:39.785338 <VERBOSE> [SGTLSWrapper-1437] <disconnectWithError: (SGTLSWrapper.m:886)> disconnectWithError: (null)
2024-10-03 00:35:39.785372 <VERBOSE> [SGTLSWrapper-1437] <cleanup (SGTLSWrapper.m:771)> cleanup
2024-10-03 00:35:39.788588 <VERBOSE> [SGTLSWrapper-1437] <cleanup (SGTLSWrapper.m:771)> cleanup
2024-10-03 00:35:39.788600 <VERBOSE> [SGTLSWrapper-1437] <dealloc (SGBaseObjectWithDispatchQueue.m:236)> Dealloc
有大佬遇到过么? 需要怎么处理?