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

added env var RD_INSECURE_SSL_NO_WARN handling #215

Merged
merged 1 commit into from
Apr 5, 2019

Conversation

chenri2006
Copy link

to suppress warnings about insecure ssl

Before this patch, when you use a self-signed ssl cert in a rundeck setup, rd tools will always present the line:

WARNING: RD_INSECURE_SSL=true, no hostname or certificate trust verification will be performed

This change will suppress such warnings if you add the line

export RD_INSECURE_SSL_NO_WARN=true

in ~/.rd/rd.conf file.

@gschueler gschueler merged commit 5319ba6 into rundeck:master Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants