ssl - How to send a sslsocket to a running process -


this question has answer here:

the first process receive , send data (to complete authentication) after accept sslsocket, send sslsocket process.

i know multiprocessing.reduction.send_handle can send socket, didn't work sslsocket.

please help.

this not possible.
ssl sockets in python implemented using openssl. each ssl socket in python there user space state managed openssl. transferring ssl socket process need internal ssl state transferred too. but, python has no direct access state because uses openssl library libraries api , can not transfer it.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -