The current version of puppetdb-javaclient is designed to work with puppetdb 1.5. A couple of questions:
1. Have you tried using http instead of https and port 8080? Being able to use plain http was one of the features that were added when we made it compatible with 1.5. 2. If you're using Java 1.7 or later, can you try starting the JVM with -Djsse.enableSNIExtension=false ? That might help you get passed problems with servers that aren't completely honest about their hostnames. 3. Since you're using https (and hence ssl) it will be required that certificates and private key has been configured correctly. Are you using the same credentials setup in some other configuration that works? -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/d8affcdc-36b2-41c5-b014-310988bc4d92%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
