On Tue, Oct 6, 2020 at 1:10 PM Roy T. Fielding wrote:
>
> > On Oct 6, 2020, at 4:31 AM, sebb 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 aft
> On Oct 6, 2020, at 4:31 AM, sebb 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
Apart from a lack of console messages, how can one check if the socket
is working properly?
On Mon, 5 Oct 2020 at 17:08, sebb 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
>