Skip to content

Commit 5e7484b

Browse files
authored
set the ssl-enbale to false. (#167)
due to the Trino error message "Query 20241113_145856_00005_2haas failed: Unable to execute HTTP request: Unsupported or unrecognized SSL message" Signed-off-by: Gal Salomon <gal.salomon@gmail.com>
1 parent 0a0f6d4 commit 5e7484b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

container/trino/trino/catalog/hive.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ hive.s3.aws-secret-key=abc1
1818
hive.s3.endpoint=http://10.0.209.201:80
1919

2020

21-
22-
21+
hive.s3.ssl.enabled=false
2322

2423

2524

0 commit comments

Comments
 (0)