socialwifi/RouterOS-api

"SSL" support

Closed this issue · 3 comments

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:

  • verify the certificate hostname matches what we are connecting to
  • verify the server's certificate is signed by a user-supplied CA certificate

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

This is now fixed and SSL support now in master.

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