exxeleron / qPython

interprocess communication between Python and kdb+
http://www.devnet.de
Apache License 2.0
151 stars 90 forks source link

SSL/TLS support/Upgrade #66

Open dirwin15 opened 5 years ago

dirwin15 commented 5 years ago

Hi,

Not an issue, but just curious if qpython can support tcps connection?

h:hopen :tcps://hostname:port[:username:password]

I would like to connect to a TLS enabled q server from a windows client that has open_ssl installed. If its not already supported is it possible to wrap the socket connection in a TLS wrapper?

Thanks