I use ssl for the Nest Thermostat Plugin. My question is what version/form of ssl in implemented in EG?
print ssl.OPENSSL_VERSION is not available. Does this mean eg does not use a form of openssl, or if it does is there a way to update the module?
I ask this question as I am getting error
SSLError: [Errno 1] _ssl.c:480: error:0D0C50A1:asn1 encoding routines:ASN1_item_verify:unknown message digest algorithm
Even if this turns out to be a problem on Nest.inc end I would still like to know the status of the ssl implementation.
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
SSL implementation in EG
Re: SSL implementation in EG
ssl.OPENSSL_VERSION isn't available in Python 2.6.
Python's SSL module uses OpenSSL, but EventGhost isn't bundled with it. Presumably, it works with whichever copies of libeay32.dll and ssleay32.dll it finds in Windows\System32 (or Windows\SysWOW64). Updating these files may or may not help you.
Python's SSL module uses OpenSSL, but EventGhost isn't bundled with it. Presumably, it works with whichever copies of libeay32.dll and ssleay32.dll it finds in Windows\System32 (or Windows\SysWOW64). Updating these files may or may not help you.
/bw