David Salgado
David Salgado
We've created this, which has a little bit more styling. https://github.com/ministryofjustice/cloud-platform-custom-error-pages/blob/master/rootfs/www/4xx.html
I don't think it's recap prompting you for your password. That sounds like SSH falling back to requesting a password because it couldn't use your key to connect. If you...
Interesting. I think it's the 'su - application...' which is prompting you for the password (because the prompt is "Password:" rather than "sudo password:") It looks like whatever user you're...
If there is a different user account _running_ the application (e.g. "appuser"), as opposed to the user "mark" which is _deploying_ the application, I would try adding the application user...
I'm using gist 5.1.0, and I got the same deprecation email 🤔
Using the zeromq3 branch, the gem builds, but when I try to run the hwclient.rb I get "./hwclient.rb:17:in `send': Socket operation on non-socket (ZMQ::Error)" The changes I had to make...