Replies: 1 comment 12 replies
-
Add option --insecure to the command line to disable SSL certificate verification. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have a very old install of MediaWiki that has not been kept updated, and is only using version 1.0 of SSL. I am now trying backup with dumpgenerator so that we can build something more current, but am getting an ssl unsupported protocol errors.
For example.. ..
requests.exceptions.SSLError: HTTPSConnectionPool(host='our-internal-url.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1000)')))
Is it possible to archive a wiki only using version 1.0 of SSL?
Cheers,
Eddie.
Beta Was this translation helpful? Give feedback.
All reactions