google-code-export / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
1 stars 3 forks source link

sslRequired #251

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
API explorer at local machine opening but giving error when i execute any 
service

Original comment by muhammad...@arbisoft.com on 27 Dec 2014 at 10:52