Skip to content

Commit 117a8bb

Browse files
committed
Mutual TLS with sample test scenarios
Signed-off-by: [email protected] <[email protected]>
1 parent 8eee153 commit 117a8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new_samples/client_samples/helloworld_tls/hello_world_tls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func main() {
5454
defer cancel()
5555
resp, err := cadenceClient.StartWorkflowExecution(ctx, &req)
5656
if err != nil {
57-
logger.Error("Failed to create workflow", zap.Error(err))
57+
logger.Error("Error: Unsecure connection to cadence", zap.String("error", err.Error()))
5858
panic("Failed to create workflow.")
5959
}
6060

0 commit comments

Comments
 (0)