Hi, my name is Yousik Kim from Republic of Korea. I use OpenSSL for https function of my security camera web server. Thank you. I have a problem as below. I use fd transfer function in lighttpd web server for video streaming. (Fd transfer is the function that pass client socket to other process.) I’m trying to apply ssl transmission to fd transfer. I made a SSL_CTX object like doing in lighttpd, and brought a SSL object using i2d_SSL_SESSION and d2i_SSL_SESSION functions. Also, I used SSL_set_fd function with client socket, and SSL_set_accept_state function. But when I called SSL_write, SSL_ERROR_WANT_READ error occurred continuously. (Client socket is non-blocking.) I wonder why it doesn’t run, and whether there are no other ways. Please reply me. Thank you. Best Regards.
______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
