Socket
Book a DemoInstallSign in
Socket

@electron/check-python-tls

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron/check-python-tls

Checks if your version of python supports TLS1.2

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

@electron/check-python-tls

Checks if your version of python supports TLS1.2

How?

npx @electron/check-python-tls

A handy message will be printed out saying either your version of python is OK or telling you you need to update.

Why?

As of some time in 2018 GitHub only supports TLS 1.2 and higher, the default version of python on some distributions does not support this version of TLS.

This helper is a small script that checks your local install of python to see what version of TLS it supports.

How do I fix it?

Windows

Install the latest version of Python 2 from the Python Website

macOS

brew install python@2

Linux

Look around for the distribution specific upgrade instructions

FAQs

Package last updated on 16 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts