I am developing an API using Google cloud endpoints in Python. it was running
perfectly using HTTP protocol at my local machine some days ago but after i
update SDK it stops working at my local machine at gives folowing error
{
"error": {
"errors": [
{
"domain": "global",
"reason": "sslRequired",
"message": "SSL is required to perform this operation."
}
],
"code": 403,
"message": "SSL is required to perform this operation."
}
}
Please help me to run my code at local machine.
Original issue reported on code.google.com by muhammad...@arbisoft.com on 27 Dec 2014 at 10:50
Original issue reported on code.google.com by
muhammad...@arbisoft.com
on 27 Dec 2014 at 10:50