We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89621c commit f4e9c3fCopy full SHA for f4e9c3f
stac_fastapi/opensearch/stac_fastapi/opensearch/config.py
@@ -44,7 +44,7 @@ def _es_config() -> Dict[str, Any]:
44
return config
45
46
# Include SSL settings if using https
47
- config["ssl_version"] = ssl.PROTOCOL_SSLv23 # type: ignore
+ config["ssl_version"] = ssl.PROTOCOL_SSLv23
48
config["verify_certs"] = get_bool_env("ES_VERIFY_CERTS", default=True)
49
50
# Include CA Certificates if verifying certs
0 commit comments