random

Does tabbyML support external endpoints with https?

I have an nginx reverse proxy pointing to the tabbyML server, but I get an error when trying to access the endpoint with https.

Pr

Pranav Kumar

Asked on Dec 26, 2023

Yes, tabbyML supports external endpoints with https.

The error you are encountering is likely due to an inappropriate SSL certificate in your configuration.Make sure you are using a valid SSL certificate that is trusted by your reverse proxy.

It is also worth noting that tabbyML works behind an appropriate HTTPS reverse proxy, as demonstrated by the huggingface installation of tabby. You can refer to the installation guide for more information: https://tabby.tabbyml.com/docs/installation/hugging-face/

Dec 26, 2023Edited by