diff --git a/Dockerfile b/Dockerfile index f464c9e07..7d6afd7f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,9 +77,6 @@ COPY ./bin ./bin/ RUN chown -R deepchecks.deepchecks /code -COPY ./deploy/local_certs/CA/rootCA.pem /usr/local/share/ca-certificates/deepchecksRootCA.crt -RUN update-ca-certificates - USER deepchecks # Expose container port and run entry point script diff --git a/backend/client/requirements.txt b/backend/client/requirements.txt index 20b3119cc..159531200 100644 --- a/backend/client/requirements.txt +++ b/backend/client/requirements.txt @@ -7,7 +7,7 @@ fastjsonschema==2.16.2 termcolor PyYAML importlib_metadata; python_version < '3.8' -pip-system-certs>=3.1 +pip-system-certs>=3.1,<5 typing_extensions>=4.11.0,<5 rfc3339-validator==0.1.4 # Used to validate date-time format in jsonschema packaging==23.0 \ No newline at end of file diff --git a/deploy-oss.sh b/deploy-oss.sh index 5b0176d9f..257af15ca 100755 --- a/deploy-oss.sh +++ b/deploy-oss.sh @@ -117,49 +117,6 @@ then export TLS_BLOCK="acme_ca https://acme-staging-v02.api.letsencrypt.org/directory" fi -# rewrite caddyfile -rm -f Caddyfile -if [[ $ENABLE_HTTP == 'true' ]]; then - export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt - envsubst > Caddyfile < Caddyfile < .env <