socialwifi / RouterOS-api

Python API to RouterBoard devices produced by MikroTik.
MIT License
255 stars 98 forks source link

"SSL" support #30

Closed davidc closed 6 years ago

davidc commented 6 years ago

With the upcoming removal of hashing the API login credentials in 6.43, it will be more important than ever to have support to access the API over SSL.

Ideally with these two optional features as well:

stevehaskew commented 6 years ago

I have taken some existing SSL work and finished it up with the above options. I was also looking for this. Submitted PR #31

stevehaskew commented 6 years ago

This is now fixed and SSL support now in master.

jgoclawski commented 6 years ago

Fixed in #31. Released as 0.15.0. Thanks a lot to everyone involved! @stevehaskew @kramarz @davidc