SolarEdgeTech/pyctuator

Add option for custom SSL context for registration requests

deadpassive opened this issue · 4 comments

There is currently no option to set the SSL context to use for registration requests. In my case this is required as my SBA server requires a valid certificate.

Looking at the code here it doesn't look like it would be too difficult to pass in an SSL context to use for this in a similar way to registration_auth.

Hi @deadpassive, indeed it should be easy adding an option to provide your own context.

Hope to get this done soon.

@deadpassive , please take a look at #66 and tell me if that's what you need.

Fixed in v0.16.0

Hi @michaelyaakoby - this looks exactly like what I need. Thanks for the swift response!