Spaces:
Running
Running
Try
Browse files
server.py
CHANGED
@@ -4,7 +4,7 @@ import json
|
|
4 |
import os
|
5 |
#os.environ['CURL_CA_BUNDLE'] = ''
|
6 |
#os.environ['REQUESTS_CA_BUNDLE'] = ''
|
7 |
-
os.environ["
|
8 |
print(f"{os.environ.get('CURL_CA_BUNDLE') = }")
|
9 |
print(f"{os.environ.get('REQUESTS_CA_BUNDLE') = }")
|
10 |
import hashlib
|
|
|
4 |
import os
|
5 |
#os.environ['CURL_CA_BUNDLE'] = ''
|
6 |
#os.environ['REQUESTS_CA_BUNDLE'] = ''
|
7 |
+
os.environ["REQUESTS_CA_BUNDLE"] = "/etc/ssl/certs/ca-certificates.crt"
|
8 |
print(f"{os.environ.get('CURL_CA_BUNDLE') = }")
|
9 |
print(f"{os.environ.get('REQUESTS_CA_BUNDLE') = }")
|
10 |
import hashlib
|