Skip to content

Commit

Permalink
Support wikis that have an incorrectly configured DH key (#224)
Browse files Browse the repository at this point in the history
This makes the tool work on https://kol.coldfront.net/thekolwiki, for
example
  • Loading branch information
gausie authored Nov 18, 2023
1 parent db2edb0 commit 65e9d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wikiteam3/dumpgenerator/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def getParameters(params=None) -> Tuple[Config, Dict]:
if args.insecure:
session.verify = False
requests.packages.urllib3.disable_warnings()
requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS = 'ALL:@SECLEVEL=1'
print("WARNING: SSL certificate verification disabled")

# Custom session retry
Expand Down

0 comments on commit 65e9d84

Please sign in to comment.