Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] start-server.sh fails to start a tls-secured server #84

Open
mdcarlson opened this issue Apr 16, 2024 · 1 comment
Open

[Bug] start-server.sh fails to start a tls-secured server #84

mdcarlson opened this issue Apr 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mdcarlson
Copy link

What are you really trying to do?

I am working through the tls-simple samples in order to better understand changes that are required to adapt the other Java samples to run on Temporal Cloud.

Describe the bug

I am following the instructions for the tsl-simple sample. I generated new certs with the indicated script and then executed the 'start-server.sh' script to start a tls-secured local server which uses docker-compose.

The server fails to start which results in a connection refused error when attempting the temporal cli commands in the instructions.

Error Log
start-temporal-tls.log

Minimal Reproduction

  1. Execute generate-test-certs.sh
  2. Execute start-server.sh
  3. Server fails to start with multiple errors (see attached error log)

Environment/Versions

  • OS and processor: M3 Mac with Mac OS Sonoma 14.4.1
  • Temporal Version: temporal version 0.11.0 (server 1.22.4) (ui 2.21.3)
  • Are you using Docker or Kubernetes or building Temporal from source? Docker-compose from provided yml file in samples-server/tls/tls-simple

Additional context

The default docker-compose example works correctly on this laptop.

@mdcarlson mdcarlson added the bug Something isn't working label Apr 16, 2024
@mdcarlson
Copy link
Author

mdcarlson commented Apr 16, 2024

In further testing with other yml files in the docker-compose example folder, I noticed that while the docker-compose-cass-es.yml file worked, the docker-compose-cass.yml failed with similar errors to the ones seen in the start-server.sh script linked above.

I did attempt to further isolate the problem using the docker-compose-tls.yml sample but that also failed with a different error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant