We successfully deployed Camunda 8.3.1 without SSL and established a connection in our Spring Boot application. However, after implementing SSL, attempts to connect using Spring Boot result in the following error:
io.camunda.zeebe.client.job.poller - Failed to activate jobs for worker projectWorker#ProjectWorkerName and job type projectAlertType
io.grpc.StatusRuntimeException: UNAVAILABLE: Network closed for an unknown reason.
Are there any specific Java configuration changes required after adding SSL to resolve this issue?