<-- I will add more details in this ticket after testing once again tomorrow, I'm sorry for the partial information -->
Scenario
Kserve stack (kserve, ServiceMesh and Serverless operators) through RHOAI/ODH operator
deploy a model using either UI or CLI
fetch the self-signed certificate from ServiceMesh/Istio namespace
query the model from terminal curl --json '{"model_id": "<model_id>","inputs": "<query_text>?"}' https:/<endpoint>:<port>/api/v1/task/text-generation --cacert ---> you get an answer
query the model leveraging on caikit-nlp python library ---> fails to validate the certificate
<-- I will add more details in this ticket after testing once again tomorrow, I'm sorry for the partial information -->
Scenario
curl --json '{"model_id": "<model_id>","inputs": "<query_text>?"}' https:/<endpoint>:<port>/api/v1/task/text-generation
--cacert