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 e7fd47d commit 2efdd41Copy full SHA for 2efdd41
stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/config.py
@@ -26,7 +26,7 @@ def _es_config() -> Dict[str, Any]:
26
return config
27
28
# Include SSL settings if using https
29
- config["ssl_version"] = ssl.TLSVersion.TLSv1_2 # type: ignore
+ config["ssl_version"] = ssl.TLSVersion.TLSv1_3 # type: ignore
30
config["verify_certs"] = os.getenv("ES_VERIFY_CERTS", "true").lower() != "false" # type: ignore
31
32
# Include CA Certificates if verifying certs
0 commit comments