Efim Vl. Dejin
Efim Vl. Dejin
As for me this module give you low-level skype's API. You can write any kind of high-level API for your self.
looks like correct. Is it possible that problem with ssl cert? I mean that my ssl cert not for local host. ``` # curl -L -k https://localhost:8078 ISPConfig ... ```...
Doesn't matter what protocol or domain name. All of the time same error
Yes. Even without ssl. But I can login to ispconfig remote api by curl ``` # curl --header "Content-Type: application/json" --insecure --request POST --data '{"username":"user","password":"password"}' http://real.domain.com:8078/remote/json.php?login {"code":"ok","message":"","response":"cc6b174d10f6fb40568071c9c994f605"} ```
At first I found an [error](https://www.howtoforge.com/community/threads/may-be-bug-in-remote-api.87237/) in `ispconfig` After small `var_dump` I receive: ``` Incorrect datetime value: '' for column `dbispconfig`.`dns_rr`.`stamp` at row 1 INSERT INTO `dns_rr` (`server_id`, `zone`, `name`,...