Hello, I'm attempting to establish an SSL connection, where everything seems OK until SSL_connect, which returns -1. error is set to 11, and perror() gives "Resource temporarily unavailable." ERR_error_string rather useless output: error:00000002:lib(0):func(0):system lib, even though both SSL_load_error_strings() and ERR_load_crypto_strings() have been called.
I'm stuck on this and any help would be greatly appreciated. Thanks