https://bugs.winehq.org/show_bug.cgi?id=53180
--- Comment #2 from Feng Yu abcfy2@163.com --- Yeah. The error code line is: https://github.com/aria2/aria2/blob/release-1.36.0/src/WinTLSSession.cc#L798
A2_LOG_INFO( fmt("WinTLS: connected with: %s", getCipherSuite(&handle_).c_str())); switch (getProtocolVersion(&handle_)) { case 0x302: version = TLS_PROTO_TLS11; break; case 0x303: version = TLS_PROTO_TLS12; break; default: assert(0); abort(); }
Seems getCipherSuite(&handle_).c_str()) returns unknown in Wine.