feat(talk): add SKIP_CERT_VERIFY env

This environment variable when set to "true" will allow usage
of self-signed certificates.

Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Anupam Kumar 2025-07-01 17:53:41 +05:30 committed by Simon L.
parent 3719a89e0e
commit 1b3e519cd7
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@ RUN set -ex; \
FROM alpine:3.21.3
ENV ETURNAL_ETC_DIR="/conf"
ENV SKIP_CERT_VERIFY=false
COPY --from=janus --chmod=777 --chown=1000:1000 /usr/local /usr/local
COPY --from=eturnal --chmod=777 --chown=1000:1000 /opt/eturnal /opt/eturnal
COPY --from=nats --chmod=777 --chown=1000:1000 /nats-server /usr/local/bin/nats-server

View file

@ -95,6 +95,7 @@ backends = backend-1
allowall = false
timeout = 10
connectionsperhost = 8
skipverify = ${SKIP_CERT_VERIFY}
[backend-1]
url = https://${NC_DOMAIN}