1nu
1nu
Try adding the following TLS configuration: ``` datastores: default: sql: pluginName: "postgres12" ... tls: enabled: true enableHostVerification: false ``` For more details: https://docs.temporal.io/references/configuration#tls-1
You'll want to use internal-frontend for the easiest integration. It is mentioned in the release notes here: https://github.com/temporalio/temporal/releases/tag/v1.20.0 under "Internal frontend" It was introduced exactly to support this purpose. Another...
Did you get a chance to review this yet?
I had the same issue, I checked the downloaded version and indeed the wrong version was offered on the website: x64 instead of arm64. I downloaded arm64 and now it...