Devin Christensen
Devin Christensen
Running into this issue myself. I installed the puppetdb-termini before running puppet apply, which got rid of the "cannot load such file" error, and then I put conditionals around queries...
It is not required. I was able to cluster two gnatsd servers with different TLS settings. One enabled and one disabled. I think the same is likely true of the...
I agree it's not documented very well, maybe because it's a newer feature, but it is part of the client protocol; however, the client must declare support for it in...
Here's where some other clients handle this: [pure-ruby-nats](https://github.com/nats-io/pure-ruby-nats/blob/4a60b9fe1fbfcd7bc4b62feb4d9aca7e728b9e00/lib/nats/io/client.rb#L486) [go-nats](https://github.com/nats-io/go-nats/blob/85cb33631e90220ed9d2e23dc855f65a2efc9737/nats.go#L1749-L1750) [cnats](https://github.com/nats-io/cnats/blob/6f7cc22fb691591597dcf6ce7febf0b09c3f8ee1/src/conn.c#L502-L506) [java-nats](https://github.com/nats-io/java-nats/blob/89aac652a8279c92dcaa91042ccc036ae147c2dd/src/main/java/io/nats/client/ConnectionImpl.java#L769) Here is the server side implementation: [update info and broadcast to clients](https://github.com/nats-io/gnatsd/blob/55404c70b0418a7017d05c504cf4a647afe91e25/server/route.go#L160-L162)
I was having this issue with puppetserver 2.2.1 on Ubuntu 14.04. My issue was that: ``` /opt/puppetlabs/bin/puppetserver gem install hiera-eyaml ``` did not install the `hiera-eyaml` dependencies. I had to...
Looks like my issue was due to the way I was scripting the installation of the gems. Now that I've got that sorted both 2.2.1 and 2.1.2 are working without...
I'm seeing this issue. There's a corresponding entry in my pgbouncer logs: ``` 2020-08-20 15:57:56.846 MDT [28165] WARNING TLS handshake error: handshake failed: error:27069065:OCSP routines:OCSP_basic_verify:certificate verify error ``` pgbouncer version...