by Dante Basile.
I read this document: http://docs.moodle.org/dev/Creating_a_web_service_client#How_to_get_a_user_token.
When I call this page: https://www.yourmoodle.com/login/token.php?username=USERNAME&password=PASSWORD&service=SERVICESHORTNAME
The result is this error message: "Can not download token.php. Can not open the internet site. Site not available or not found. Try again at a later time"; if I use http protocol I can download token.php but I don't want this.
As server I use WAMP and with openssl create files to use HTTPS protocol but because this is a local certificate is local I get a warning message: "There was a problem with the security certificate of the website". Can help me?
Thanks