diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-14 21:52:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-14 21:52:32 +0100 |
| commit | b8d0e78267b396f0f0c604c74bb6b3e9f9c7fce9 (patch) | |
| tree | 292faac4969a810b88fd5026da37604f5f41ec76 /src | |
| parent | bf94224d1de3ab279fb6aab63b500fabec6bd5ec (diff) | |
Fix update check (#1338).attic/video-range
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/update_checker.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/update_checker.cc b/src/lib/update_checker.cc index 6309caabe..98e407822 100644 --- a/src/lib/update_checker.cc +++ b/src/lib/update_checker.cc @@ -62,7 +62,7 @@ UpdateChecker::UpdateChecker () { _curl = curl_easy_init (); - curl_easy_setopt (_curl, CURLOPT_URL, "http://dcpomatic.com/update"); + curl_easy_setopt (_curl, CURLOPT_URL, "https://dcpomatic.com/update"); curl_easy_setopt (_curl, CURLOPT_WRITEFUNCTION, write_callback_wrapper); curl_easy_setopt (_curl, CURLOPT_WRITEDATA, this); curl_easy_setopt (_curl, CURLOPT_TIMEOUT, 20); |
