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/gli/src/org/greenstone/gatherer/download/URLConnectionManager.java

    r31843 r31861  
    4141
    4242
    43 /** Use this class to get a URL connection with or without proxy settings, for Http or Https URLS,
    44  * and with no-check-certificate on or off for Https URLs.
    45  * This class has the ability to turn off checking security certificates for Https URLs to allow us to do
     43/** Use this class to get a URL connection with or without proxy settings, for http or https URLS,
     44 * and with no-check-certificate on or off for https URLs.
     45 * This class has the ability to turn off checking security certificates for https URLs to allow us to do
    4646 * the Java equivalent to running wget with --no-check-certificate. That part of the code is from
    4747 * https://stackoverflow.com/questions/6659360/how-to-solve-javax-net-ssl-sslhandshakeexception-error
Note: See TracChangeset for help on using the changeset viewer.