Changeset 6052


Ignore:
Timestamp:
Jun 5, 2008, 4:35:33 PM (15 years ago)
Author:
charles
Message:

maybe fix the tracker authentication problems reported by demio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/web.c

    r5783 r6052  
    148148        curl_easy_setopt( ch, CURLOPT_WRITEDATA, task );
    149149        curl_easy_setopt( ch, CURLOPT_USERAGENT, TR_NAME "/" LONG_VERSION_STRING );
     150        curl_easy_setopt( ch, CURLOPT_SSL_VERIFYHOST, 0 );
    150151        curl_easy_setopt( ch, CURLOPT_SSL_VERIFYPEER, 0 );
    151152        curl_easy_setopt( ch, CURLOPT_FORBID_REUSE, 1 );
Note: See TracChangeset for help on using the changeset viewer.