Browse Source

Add note about Python HTTPS warning

Zeke Sikelianos 8 years ago
parent
commit
88b288502a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/development/releasing.md

+ 2 - 0
docs/development/releasing.md

@@ -85,6 +85,8 @@ This script will download the binaries and generate the node headers and the .li
 npm run release
 ```
 
+Note: Many distributions of Python still ship with old HTTPS certificates. You may see a `InsecureRequestWarning`, but it can be disregarded.
+
 ## Delete the temporary branch
 
 ```sh