Bug 215777 - Configuration to use HTTP instead of HTTPS
Summary: Configuration to use HTTP instead of HTTPS
Status: RESOLVED INTENTIONAL
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Facebook (show other bugs)
Version: unspecified
Platform: Gentoo Packages Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-23 04:21 UTC by Wickersheimer Jeremy
Modified: 2018-01-30 21:23 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wickersheimer Jeremy 2009-11-23 04:21:03 UTC
Version:            (using KDE 4.3.3)
Installed from:    Gentoo Packages

Because there is a problem currently with KDE using proxy to connect to SSL sites (see Bug 177432) i wished there was a checkbox / option to have the export / import to use non SSL connections.

I am posting for the Facebook but this may apply to other export/import plugins.

The reason for this: in some countries (ie: China) access to Facebook (and other social services) is blocked, therefore one has to use a proxy to access them.

Locally i simply patched the code and replaced the URL strings to use HTTP, and it works fine for me. The only issue i had was that in order to allow the plugin to work with facebook, one first has to login and allow the application. Even with an HTTP link the form would post in HTTPS.
A simple workaround is to use another browser to do this part (opera / firefox / arora / ...).

Later the import / export works from digikam (for example) just using HTTP.
Comment 1 Dirk Tilger 2011-06-23 09:19:51 UTC
The legacy authentication that worked with HTTP has been depreciated. OAuth2, the authentication method for digikam 2.0.0 KIPI plugins requires HTTPS.