Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for SSLError while downloaidng dataset #269

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 5, 2020

  1. Workaround for SSLError while downloaidng dataset

    Workaround for weak DH key used by www.cs.cmu.edu. Cipher selected is supported by server and is known to have no security flaw. Workaround code is only run when user encounter error on system as it is possible that older systems do not raise warning but may not support workaround cipher. Throwback error if its not exactly what we are looking for, to prevent hiding any other possible bug.
    radiidev authored May 5, 2020
    Configuration menu
    Copy the full SHA
    b89af7e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Replace deprecated module

    radiidev authored Jun 14, 2020
    Configuration menu
    Copy the full SHA
    738d07f View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Replace deprecated module

    radiidev authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f5c5e6c View commit details
    Browse the repository at this point in the history
  2. Fix depracted modules

    radiidev authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    fe4f314 View commit details
    Browse the repository at this point in the history