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

MacOS binary can't talk to GitHub -- SSL version too old #328

Open
remram44 opened this issue Nov 13, 2018 · 0 comments
Open

MacOS binary can't talk to GitHub -- SSL version too old #328

remram44 opened this issue Nov 13, 2018 · 0 comments
Labels
T-task Type: Something to be done, neither a bugfix nor an enhancement of the code

Comments

@remram44
Copy link
Member

Juliana reported that she can use Vagrant but not Docker, error:

$ /opt/reprounzip/reprounzip docker setup /Users/juliana/Dropbox/0-ToDO/20181111-Reproducibility-Lecture/Example/digits_sklearn_opencv.rpz /Users/juliana/Dropbox/0-ToDO/20181111-Reproducibility-Lecture/Example/digits_sklearn_opencv_docker

Traceback (most recent call last):
  File "/opt/reprounzip/python27/bin/reprounzip", line 11, in <module>
    load_entry_point('reprounzip==1.0.13', 'console_scripts', 'reprounzip')()
  File "/opt/reprounzip/python27/lib/python2.7/site-packages/reprounzip/main.py", line 144, in main
    args.func(args)
  File "/opt/reprounzip/python27/lib/python2.7/site-packages/reprounzip/unpackers/docker.py", line 120, in docker_setup
    docker_setup_create(args)
  File "/opt/reprounzip/python27/lib/python2.7/site-packages/reprounzip/unpackers/docker.py", line 181, in docker_setup_create
    'rpzsudo-%s' % arch)
  File "/opt/reprounzip/python27/lib/python2.7/site-packages/reprounzip/utils.py", line 454, in download_file
    stream=True, verify=ssl_verify)
  File "/opt/reprounzip/python27/lib/python2.7/site-packages/requests/api.py", line 72, in get
    return request('get', url, params=params, **kwargs)
  File "/opt/reprounzip/python27/lib/python2.7/site-packages/requests/api.py", line 58, in request
    return session.request(method=method, url=url, **kwargs)
  File "/opt/reprounzip/python27/lib/python2.7/site-packages/requests/sessions.py", line 512, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/reprounzip/python27/lib/python2.7/site-packages/requests/sessions.py", line 622, in send
    r = adapter.send(request, **kwargs)
  File "/opt/reprounzip/python27/lib/python2.7/site-packages/requests/adapters.py", line 511, in send
      raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /remram44/static-sudo/releases/download/current/rpzsudo-x86_64 (Caused by SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661)'),))
@remram44 remram44 added the T-task Type: Something to be done, neither a bugfix nor an enhancement of the code label Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-task Type: Something to be done, neither a bugfix nor an enhancement of the code
Projects
None yet
Development

No branches or pull requests

1 participant