summaryrefslogtreecommitdiff
path: root/gtk2_ardour/pingback.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-10 16:17:36 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-10 16:17:36 +0000
commit79db9422ac70605cb3b706c3a19cf1c4e00af2f1 (patch)
tree1005a43fb1588966a9905b5bc0c51560379c98e4 /gtk2_ardour/pingback.cc
parenta9bb9f0401e335fa56349cfcb824a430542bb275 (diff)
do not use https for pingbacks3.0
git-svn-id: svn://localhost/ardour2/branches/3.0@14207 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/pingback.cc')
-rw-r--r--gtk2_ardour/pingback.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/pingback.cc b/gtk2_ardour/pingback.cc
index c108e5e96e..ed9b23ae26 100644
--- a/gtk2_ardour/pingback.cc
+++ b/gtk2_ardour/pingback.cc
@@ -88,10 +88,6 @@ _pingback (void *arg)
curl_easy_setopt (c, CURLOPT_WRITEDATA, &return_str);
char errbuf[CURL_ERROR_SIZE];
curl_easy_setopt (c, CURLOPT_ERRORBUFFER, errbuf);
- /* we really would prefer to be able to authenticate the certificate
- but this has issues that right now (march 2013), i don't understand.
- */
- curl_easy_setopt (c, CURLOPT_SSL_VERIFYPEER, 0);
//get announcements from our server
std::cerr << "Checking for Announcements from ardour.org ...\n";