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

Correcting Https to https.

Location:
main/trunk/greenstone2/perllib
Files:
2 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
  • main/trunk/greenstone2/perllib/strings.properties

    r31860 r31861  
    13381338WebDownload.proxied_connect_failed_info:Current proxy settings are:\n- host=%s\n- port=%s
    13391339WebDownload.proxyless_connect_failed_info:- The external server might not be responding\n- or you might need to switch on proxy settings
    1340 WebDownload.connect_failed_info:- or try ticking No Certificate Checking for Https\nin File > Preferences > Connection
     1340WebDownload.connect_failed_info:- or try ticking No Certificate Checking (affects https URLs)\nin File > Preferences > Connection
    13411341
    13421342WgetDownload.desc: Base class that handles calls to wget
Note: See TracChangeset for help on using the changeset viewer.