Results 32 comments of yuweizzz

Check this: [save.zip](https://github.com/user-attachments/files/17000672/save.zip)

if we get corret fd value, means we are not in BIO mode. ``` /* There are the classes of BIOs */ # define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect...

Hi, @cfc4n, I found a new way to determine BIO type, but this is a huge pull request. Now my dev environment is poor; I will finish this after vacation.

@cfc4n , please check again.

这个应该是 `SSL_set_fd` 的问题,貌似在服务端不会有这个问题,客户端就会报这个错误。

你可以试试 pcap 模式,看看具体的数据包是什么内容, text 模式对一些特殊协议不适配。

似乎只有 openssl 3.0 以上的版本,客户端发起的请求才有这个问题。