Can we access mlflow server which is with https using java api
Hi,
Refering to this, https://mlflow.org/docs/latest/tracking.html#logging-to-a-tracking-server we can set the MLFLOW_TRACKING_SERVER_CERT_PATH variable in python API - to use a cert. I believe this helps in having secure communication with mlflow tracking server which is accessible with https://
Do we have an equivalent with java API to provide cert path? which can help to securely communicate with mlflow tracking server.
Thank you in advance.
Hi @sreerama-naga, apologies for the delay. Unfortunately, the Java client does not currently expose a Java API to provide a server cert path, though we would absolutely welcome a contribution that extends BasicMlflowHostCreds (https://github.com/mlflow/mlflow/blob/master/mlflow/java/client/src/main/java/org/mlflow/tracking/creds/BasicMlflowHostCreds.java) to support a server cert path. Thank you for using MLflow!
@dbczumar thank you for your response.
any update on this?