NetXMS Support Forum

English Support => Feature Requests => Topic started by: iliecz on November 21, 2017, 03:18:25 PM

Title: HTTPS support for SMS Eagle driver
Post by: iliecz on November 21, 2017, 03:18:25 PM
Hello
I was thinking, since the SMSEagle API requires a username and a password, sending it in clear over networks can be quite a problem. It would be nice to have the ability to use https instead of http, however when looking at the source code (I can't code in c++ so maybe I am wrong on this one ) it looks like http is hardcoded into the driver.
Is there a way to recompile the driver or to hope for https support on this?

Thanks,
Ilie C.
Title: Re: HTTPS support for SMS Eagle driver
Post by: Victor Kirhenshtein on November 24, 2017, 12:54:46 PM
Hi,

just added it. By default HTTPS is off, you can turn it on by adding https=true to driver configuration string.

Best regards,
Victor