You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to do this from eapi.conf by giving a special argument used as a kwargs (right now giving a key would just blindly give the string to connect but the SSL context would not be created with it).
The text was updated successfully, but these errors were encountered:
Follow up to #222
Today the only way to give ciphers to connect to a node is to define the ciphers in the ssl. Context directly and give it to
connect
: https://pyeapi.readthedocs.io/en/latest/client_modules/client.html?highlight=cipher#pyeapi.client.connectIt would be great to be able to do this from
eapi.conf
by giving a special argument used as a kwargs (right now giving a key would just blindly give the string toconnect
but the SSL context would not be created with it).The text was updated successfully, but these errors were encountered: