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