Created
March 6, 2015 16:43
-
-
Save rmueck/88929b61b4cc6cae0963 to your computer and use it in GitHub Desktop.
rundeck problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keytool -import -alias foreman_cert -file /var/lib/puppet/ssl/certs/myforeman.localdomain.com.pem -keystore /etc/rundeck/ssl/truststore -storepass veryStroNG | |
keytool -import -alias foreman_ca_cert -file /var/lib/puppet/ssl/certs/ca.pem -keystore /etc/rundeck/ssl/truststore -storepass evenStronGer | |
=========================================================================================== | |
https://thedude:[email protected]/hosts?rundeck=true&format=yaml | |
=> | |
2015-03-06 17:36:38,254 [qtp2012886994-54] ERROR com.dtolabs.rundeck.core.resources.ExceptionCatchingResourceModelSource - [ResourceModelSource: 1.url (URL Source), project: test] | |
com.dtolabs.rundeck.core.resources.ResourceModelSourceException: Error requesting URL Resource Model Source: https://thedude:[email protected]/hosts?rundeck=true&format=yaml: com.dtolabs.rundeck.core.common.FileUpdaterException: javax.net.ssl.SSLProtocolException: handshake alert: unrecognized_name | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment