server
server copied to clipboard
Error in accessing MINIO with self signed cert
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.
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.
Closing issue due to lack of activity. Please re-open the issue if you would like to follow up with this.