After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 644940 - Use HTTPS only
Use HTTPS only
Status: RESOLVED FIXED
Product: libgdata
Classification: Platform
Component: General
git master
Other All
: Normal major
: 0.10
Assigned To: libgdata-maint
libgdata-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-16 17:43 UTC by Philip Withnall
Modified: 2011-03-22 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip Withnall 2011-03-16 17:43:44 UTC
http://googlecode.blogspot.com/2011/03/improving-security-of-google-apis-with.html

This needs to be done by September 15, 2011.
Comment 1 Philip Withnall 2011-03-22 13:11:12 UTC
commit bbd37f5f81ae16457c0569f208090114bed1a8c0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Mar 22 13:08:58 2011 +0000

    Bug 644940 — Use HTTPS only
    
    Use HTTPS for all communications with the server, removing the
    LIBGDATA_FORCE_HTTP environment variable. Closes: bgo#644940

 README                                             |    4 --
 docs/reference/gdata-running.xml                   |    6 ---
 gdata/gdata-private.h                              |    3 +-
 gdata/gdata-service.c                              |   27 +++++---------
 .../services/documents/gdata-documents-document.c  |    2 +-
 gdata/services/documents/gdata-documents-service.c |    8 ++--
 .../documents/gdata-documents-spreadsheet.c        |    6 +--
 gdata/services/picasaweb/gdata-picasaweb-service.c |    4 +-
 gdata/tests/picasaweb.c                            |   36 +++++++++++---------
 9 files changed, 40 insertions(+), 56 deletions(-)