You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
Following this step, the second socket still failed, the phenomenon is the same as before. CTX = SSL_CTX_new is called only once, and SSL_2 = SSL_new is called twice.
The connection is successful using the Windows tool (normal.pcapng) and the encryption algorithm is 0xC014. When set in c.c (wolfSSL_CTX_set_cipher_list(CTX, "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA")) still fails (test2.pcapng).
We have no special configuration. In Ubuntu, clone Wolfssl-5.0.0 and then make and make install. Finally, running c.c will find that the second socket connection failed.
On the forum, I found a question almost identical to mine:https://www.wolfssl.com/forums/topic1626-ftps-data-port-failure.html.
His solution seemed to be to switch servers.
When we use Wolfssl for FTPS, we find that the second socket connection fails. When the client sends client Hello, the server simply replies with an ACK. The current test found that this server and VSFTP will have this phenomenon, other servers (such as Filezilla) can be successful. We also tested MBED SSL, which was successfully connected. Do you have friends who have encountered similar problems?
The attachment is the simulated FTPS code under Linux, and the address of the server is test rebex. net:990(195.144.107.198:990).
gcc c.c -o C -lwolfssl ./C 195.144.107.198 990
Posts found: 6
Generated in 0.015 seconds (96% PHP - 4% DB) with 4 queries