server icon indicating copy to clipboard operation
server copied to clipboard

Error in accessing MINIO with self signed cert

Open jax79sg opened this issue 2 years ago • 1 comments

Description Unable to access MINIO as model_repository due to self signed cert. Triton is deployed on K8S. I can only run MINIO with https on a self signed cert due to security policies. Error is

ErrorL creating server: Internal - Could not get Metadata fro bucket with name tritonmodels due to exception:, error message: curlCode: 60, SSL peer certificate or SSH remote key was not OK

Triton Information 22.06-py3

Are you using the Triton container or did you build it yourself? Pulled

To Reproduce

--model-store=s3://https://myminio:9000/tritonmodels/model_repository

Describe the models (framework, inputs, outputs), ideally include the model configuration file (if using an ensemble include the model configuration file for that as well).

Expected behavior A clear and concise description of what you expected to happen.

jax79sg avatar Jul 27 '22 09:07 jax79sg

Hi @jax79sg, can you try connecting to the MinIO dashboard with a web browser, ignoring all the certificate warnings from the browser, and see if the dashboard loads? Similar to the "Test MinIO Connectivity" example in the MinIO quickstart guide.

kthui avatar Jul 29 '22 23:07 kthui

Closing issue due to lack of activity. Please re-open the issue if you would like to follow up with this.

krishung5 avatar Sep 07 '22 21:09 krishung5