> On Oct 6, 2020, at 4:31 AM, sebb <seb...@gmail.com> wrote: > > Apart from a lack of console messages, how can one check if the socket > is working properly?
Maybe try something that fills in a form, like sending reminders. You can cancel it after the form is filled, but the filling seems to be done via websocket. I don't know if we are logging the requests received via a websocket. I was able to send out the reminders on Monday, so your fix worked for me. ....Roy > On Mon, 5 Oct 2020 at 17:08, sebb <seb...@gmail.com> wrote: >> >> As you suspected, the failure was: >> Cert does not match for name 'localhost' >> >> This fixes it, but may not be the best solution: >> SSLProxyCheckPeerName off