-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work under Windows (Cygwin) #8
Comments
P.S. You can find the windows binary under https://mifritscher.de/austausch/zft/goldy.zip . |
Upgrading to mbedtls 2.7.1 didn't solve the issue. Raising the debug level on mbedtls, I got:
|
If I understand it right, it wants to have MBEDTLS_SSL_HS_CLIENT_HELLO = 1, but it got a MBEDTLS_SSL_HS_CLIENT_KEY_EXCHANGE = 16. Can it be that there are packets being mixed up? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using goldy-client as client (https://github.com/fortitudepub/goldy-client)
On Linux, both goldy and goldy-client do work. But unter Windows, goldy-client does work (connects to goldy on Linux just fine), but goldy under Windows does not work - tried goldy-client both under Linux and Windows.
Output of client:
Output of server:
Packetdumps:
https://mifritscher.de/austausch/zft/goldy_ok.pcapng
https://mifritscher.de/austausch/zft/goldy_nok.pcapng
It seems to simply abort on the first encrypted handshake packet.
The text was updated successfully, but these errors were encountered: