SEPIA-Framework / sepia-stt-server

SEPIA server to support open-source speech recognition via WebSocket connection.
MIT License
116 stars 21 forks source link

Not able to get HTTPS to work #20

Open buguser1234 opened 1 year ago

buguser1234 commented 1 year ago

I have created a SSL certificate as a Certificate Authority and this works fine for https://sepia-home.local:20726/sepia/assist/tools/index.html but not for https://sepia-home.local:20741/www/index.html (STT server)

The STT runs on the same machine and is started as follows: sudo docker run --rm --name=sepia-stt -p 20741:20741 -it sepia/stt-server:latest

How do you enable HTTPS for the STT server and the other servers?

buguser1234 commented 1 year ago

Does anyone know how to enable HTTPS for the STT server and the other servers?

buguser1234 commented 1 year ago

Is this project still alive?