Skip to content

Commit

Permalink
Merge pull request #720 from dhia-gharsallaoui/main
Browse files Browse the repository at this point in the history
example/crypto add auth-mode in error message
  • Loading branch information
kung-foo authored Apr 19, 2024
2 parents 504cad3 + 92c42ac commit 2c99faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/crypto/crypto.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func validateEndpointConfig(endpoints []*ua.EndpointDescription, secPolicy strin
}
}

err := errors.Errorf("server does not support an endpoint with security : %s , %s", secPolicy, secMode)
err := errors.Errorf("server does not support an endpoint with security : %s , %s, %s", secPolicy, secMode, authMode)
printEndpointOptions(endpoints)
return err
}
Expand Down

0 comments on commit 2c99faf

Please sign in to comment.