Skip to content

Instantly share code, notes, and snippets.

@rmueck
Created March 6, 2015 16:43
Show Gist options
  • Save rmueck/88929b61b4cc6cae0963 to your computer and use it in GitHub Desktop.
Save rmueck/88929b61b4cc6cae0963 to your computer and use it in GitHub Desktop.
rundeck problem
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:rocks@myforeman.localdomain.com/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:rocks@myforeman.localdomain.com/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