Ignore:
Timestamp:
2017-08-09T18:41:29+12:00 (7 years ago)
Author:
ak19
Message:

Correcting Https to https.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/downloaders/WebDownload.pm

    r31860 r31861  
    192192    my $strBaseCMD = $strOptions." --tries=2 -q -O - \"$self->{'url'}\"";
    193193
    194  
     194    #print STDOUT "\n@@@@ GETTING server_info with WGET CMD: $strBaseCMD\n\n";
     195   
    195196    my $strIdentifyText = $self->useWget($strBaseCMD);
    196197   
     
    205206    }
    206207   
    207     # with or without proxying set, getting server info may have failed if the URL was Https
     208    # with or without proxying set, getting server info may have failed if the URL was https
    208209    # but the site had no valid certificate and no_check_certificate wasn't turned on
    209210    # suggest to the user to try turning it on
Note: See TracChangeset for help on using the changeset viewer.