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.

SSL implementation in EG

If you have a question or need help, this is the place to be.
Post Reply
Dragon470
Experienced User
Posts: 205
Joined: Thu Feb 10, 2011 2:16 am

SSL implementation in EG

Post by Dragon470 »

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.
User avatar
blackwind
Experienced User
Posts: 182
Joined: Wed Sep 12, 2012 2:59 am
Location: Canada
Contact:

Re: SSL implementation in EG

Post by blackwind »

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.
/bw
Post Reply