-
Notifications
You must be signed in to change notification settings - Fork 2k
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
tls-skip-verify
may not work on nomad monitor
#11460
Comments
@DerekStrickland |
@lgfa29 Is this the error you see? ==> Error starting monitor: Get "https://<some-ip>:4646/v1/agent/monitor?log_json=false&log_level=debu&node_id=&server_id=": remote error: tls: bad certificate
==> For additional help try 'nomad monitor -help' |
There wasn't any particular error, the command just didn't return anything and it would just hang. Using But looking at the message you posted, that seems like what I would expect to see 🤔 Were you able to use |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
1.x.x
Operating system and Environment details
Unknown
Issue
The
nomad monitor
command may not be respecting the-tls-skip-verify
flagReproduction steps
NOMAD_CLIENT_CERT
,NOMAD_CLIENT_KEY
, andNOMAD_CACERT
don't matchnomad monitor -log-level=debug -tls-skip-verify
Expected Result
Logs stream to console
Actual Result
TLS configuration error is returned
The text was updated successfully, but these errors were encountered: