Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ _get_ssl_context
Method
_get_ssl_context
awscli/botocore/httpsession.py:354–355 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
352
return
pool_manager_kwargs
353
354
def
_get_ssl_context(self):
355
return
create_urllib3_context()
356
357
def
_get_proxy_manager(self, proxy_url):
358
if
proxy_url not in self._proxy_managers:
Callers
2
_get_pool_manager_kwargs
Method · 0.95
_setup_proxy_ssl_context
Method · 0.95
Calls
1
create_urllib3_context
Function · 0.85
Tested by
no test coverage detected