Борис Антипов
03/11/2022, 2:42 AMaws s3 --profile lakefs --endpoint-url <https://192.168.0.65:8000> ls <s3://s3bk/main>
to see my bucket, but it errors, how can i fix it? follow are error message:
SSL validation failed for <https://192.168.0.65:8391/s3bk?list-type=2&prefix=main&delimiter=%2F&encoding-type=url> [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)
Tal Sofer
03/11/2022, 2:58 AMTal Sofer
03/11/2022, 3:02 AMБорис Антипов
03/11/2022, 3:09 AMБорис Антипов
03/11/2022, 3:12 AMdatabase:
connection_string: "<postgres://postgres:123@192.168.0.65:5432/postgres?sslmode=disable>"
auth:
encrypt:
secret_key: "123"
blockstore:
type: s3
s3:
force_path_style: true
endpoint: <http://192.168.0.65:8391>
credentials:
access_key_id: admin
secret_access_key: seaweedfs
Tal Sofer
03/11/2022, 3:14 AMaws s3 --profile lakefs --endpoint-url <https://192.168.0.65:8000> ls <s3://s3bk/main> --no-verify-ssl
and see if this works?
https://www.shellhacks.com/aws-cli-ssl-validation-failed-solved/Борис Антипов
03/11/2022, 3:16 AMTal Sofer
03/11/2022, 3:27 AMБорис Антипов
03/11/2022, 3:35 AM<http://192.168.0.65:8000>
, s3 endpoint url is <http://192.168.0.65:8391>
i upload 3d8ee342e3614df29b1381e99685990e
by lakefs webTal Sofer
03/11/2022, 3:40 AMБорис Антипов
03/11/2022, 3:41 AMTal Sofer
03/11/2022, 3:42 AMБорис Антипов
03/11/2022, 3:43 AMdatabase:
connection_string: "<postgres://postgres:123@192.168.0.65:5432/postgres?sslmode=disable>"
auth:
encrypt:
secret_key: "123"
blockstore:
type: s3
s3:
force_path_style: true
endpoint: <http://192.168.0.65:8391>
credentials:
access_key_id: admin
secret_access_key: seaweedfs
Борис Антипов
03/11/2022, 3:45 AMTal Sofer
03/11/2022, 3:46 AMБорис Антипов
03/11/2022, 3:46 AMTal Sofer
03/11/2022, 3:47 AMTal Sofer
03/11/2022, 3:49 AMi think it is a problem about my aws config, no bussiness with lakefsI tend to agree, you may want to look at _ca_bundle_
Ariel Shaqed (Scolnicov)
03/11/2022, 6:24 AMБорис Антипов
03/11/2022, 6:25 AMError executing command: Invalid 'to': not a valid path uri
Ariel Shaqed (Scolnicov)
03/11/2022, 6:26 AMБорис Антипов
03/11/2022, 6:26 AMTal Sofer
03/11/2022, 6:41 AMlakectl ingest --from <s3://s3bk/filersUp.sh> --to <lakefs://s3bk/main/>