Skip to content

Commit

Permalink
fix: new CA URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 2, 2021
1 parent ea3519c commit 024da1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netius/common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

import os

CA_URL = "https://curl.haxx.se/ca/cacert.pem"
CA_URL = "https://curl.se/ca/cacert.pem"

COMMON_PATH = os.path.dirname(__file__)
BASE_PATH = os.path.join(COMMON_PATH, "..", "base")
Expand Down

0 comments on commit 024da1e

Please sign in to comment.