Add option for custom SSL context for registration requests
deadpassive opened this issue · 4 comments
deadpassive commented
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
.
michaelyaakoby commented
Hi @deadpassive, indeed it should be easy adding an option to provide your own context.
Hope to get this done soon.
michaelyaakoby commented
@deadpassive , please take a look at #66 and tell me if that's what you need.
michaelyaakoby commented
Fixed in v0.16.0
deadpassive commented
Hi @michaelyaakoby - this looks exactly like what I need. Thanks for the swift response!