zenzo0410 / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Force HTTPS for all requests #370

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
My request applies to Calendar, but might be useful for other services too : 

I am behind a filtering proxy that denies unsecure http access to google 
services (for the sake of confidentiality). I would like to be able to force 
httpS for all requests (not only authentication).

Original issue reported on code.google.com by hameau.p...@gmail.com on 24 Feb 2011 at 12:55

GoogleCodeExporter commented 8 years ago
After reading into api documentation, it looks like it's only about setting the 
DocsClient's ssl property to true : client.ssl = True
Unfortunately, i'm not a developper to provide with a patch :(. Hope this helps 
anyway

Original comment by hameau.p...@gmail.com on 24 Feb 2011 at 1:44

GoogleCodeExporter commented 8 years ago
Yup, that's the flag to change. If I recall correctly, some services didn't 
work properly unless their ssl flag was set a certain way. If that's no longer 
the case, this is definitely a candidate for a feature.

Original comment by tom.h.mi...@gmail.com on 3 Mar 2011 at 2:43