Florian Baader

Results 36 comments of Florian Baader

@lenn4rd Yes, it would be fixed with that PR!

I also have the same issue with the docker setup

I also experienced the issue when I visit the self hosted instance at https://porter.mydomain.com. I also made sure to set the domain in the config 🤔

Hey @abelanger5 yes this is my current config: ``` environment: SERVER_URL: "https://porter.mydomain.com" ENCRYPTION_KEY: $PORTER_ENCRYPTION_KEY COOKIE_SECRETS: $PORTER_COOKIE_SECRETS WELCOME_FORM_WEBHOOK: "http://somerandomurl.com" REDIS_ENABLED: "false" SQL_LITE_PATH: /sqlite/porter.db FORCE_SSL: "true" ``` The login is successfull, I...

Hi @abelanger5, I tried to deploy the container with and without https, with and without encryption key & cookie secret, also tried different databases. The SQlite setup seems to work...

@abelanger5 thank you for your response - this fixed my issue! Maybe a few problems are mixed here. Since I played lot with the settings, I have also seen the...

There are a lot of people with the same problem: https://www.digitalocean.com/community/questions/not-connected-error-self-signed-certificate-in-certificate-chain-while-connecting-to-postgres https://www.digitalocean.com/community/questions/error-self-signed-certificate-in-certificate https://www.adrianhorning.com/digital-ocean-app-platform-ssl-certificate-node-postgres/ https://www.digitalocean.com/community/questions/can-t-connect-to-managed-database-self_signed_cert_in_chain-error

@charIeszhao If had this issue while connecting to a managed Digital Ocean DB and also a managed aiven.io database. The hotfix would be to have an environment variable that allows...

Another option would be to allow to specify the CA Cert values in the env section. I think this is required for a secure connection. See e.g. https://docs.aiven.io/docs/platform/concepts/tls-ssl-certificates.html for more...