File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
elasticsearch/stac_fastapi/elasticsearch
opensearch/stac_fastapi/opensearch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ def _es_config() -> Dict[str, Any]:
5656
5757 # Include SSL settings if using https
5858 config ["ssl_version" ] = ssl .TLSVersion .TLSv1_3 # type: ignore
59- config ["verify_certs" ] = get_bool_env ("ES_VERIFY_CERTS" , default = True ) # type: ignore
59+ config ["verify_certs" ] = get_bool_env ("ES_VERIFY_CERTS" , default = True )
6060
6161 # Include CA Certificates if verifying certs
6262 if config ["verify_certs" ]:
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def _es_config() -> Dict[str, Any]:
4545
4646 # Include SSL settings if using https
4747 config ["ssl_version" ] = ssl .PROTOCOL_SSLv23 # type: ignore
48- config ["verify_certs" ] = get_bool_env ("ES_VERIFY_CERTS" , default = True ) # type: ignore
48+ config ["verify_certs" ] = get_bool_env ("ES_VERIFY_CERTS" , default = True )
4949
5050 # Include CA Certificates if verifying certs
5151 if config ["verify_certs" ]:
You can’t perform that action at this time.
0 commit comments