Hi, i am new to appsmith and trying to selfhost it.
So currently my setup is, deployed appsmith via docker and using caddy as reverse-proxy.
I have set APPSMITH_CUSTOM_DOMAIN
to my custom domain in docker.env
and copied the certificated obtained by caddy to the /stacks/ssl
directory. In docker-compose.yml
i have set the port configuration as 6969:443
.
Now i when i hit my public url , i am getting an nginx error
400 Bad Request
The plain HTTP request was sent to HTTPS port
I am stuck with this for a while, any help will be appreciated.
Thanks.