From d1714ab45a4fa70b81c0dd01dad21a7cfe2275d6 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 11 Apr 2015 23:55:58 +0100 Subject: [PATCH] MEDIUM: modules/shot: switch to https:// This is needed since www.enlightenment.org is now using https:// only due to login forms --- src/modules/shot/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/shot/e_mod_main.c b/src/modules/shot/e_mod_main.c index 08896e526..95ca4159b 100644 --- a/src/modules/shot/e_mod_main.c +++ b/src/modules/shot/e_mod_main.c @@ -484,7 +484,7 @@ _win_share_cb(void *data EINA_UNUSED, void *data2 EINA_UNUSED) E_LIST_HANDLER_APPEND(handlers, ECORE_CON_EVENT_URL_DATA, _upload_data_cb, NULL); E_LIST_HANDLER_APPEND(handlers, ECORE_CON_EVENT_URL_PROGRESS, _upload_progress_cb, NULL); - url_up = ecore_con_url_new("http://www.enlightenment.org/shot.php"); + url_up = ecore_con_url_new("https://www.enlightenment.org/shot.php"); // why use http 1.1? proxies like squid don't handle 1.1 posts with expect // like curl uses by default, so go to 1.0 and this all works dandily // out of the box