Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ get_cert_path
Function
get_cert_path
awscli/botocore/httpsession.py:96–103 ·
view source on GitHub ↗
(verify)
Source
from the content-addressed store, hash-verified
94
95
96
def
get_cert_path(verify):
97
if
verify is not True:
98
return
verify
99
100
cert_path = where()
101
logger.debug(f
"Certificate path: {cert_path}"
)
102
103
return
cert_path
104
105
106
def
create_urllib3_context(
Callers
4
test_get_cert_path_path
Method · 0.90
test_get_cert_path_certifi_or_default
Method · 0.90
_follow_redirect
Function · 0.90
_setup_ssl_cert
Method · 0.85
Calls
1
where
Function · 0.85
Tested by
2
test_get_cert_path_path
Method · 0.72
test_get_cert_path_certifi_or_default
Method · 0.72