Adjel van der Meer
Adjel van der Meer
It looks like your fix unfixed itself in the mean time somewhere. Running the test someone mentions above yields this: ``` DEBUG=FOO DEBUG_DEPTH=40 node bla.js FOO something { x: 1,...
Looks like it works as expected now: ``` $ DEBUG=FOO DEBUG_DEPTH=40 node index.js FOO something { x: 1, y: { a: 2, b: 3, c: { a: 1, b: {...
Looks like these would be the colors to fix: ``` The colors of a closed fold are set with the Folded group |hl-Folded|. The colors of the fold column are...
I'm not sure. The proxy URL is http, not https. Is there any way to find out?
CONNECTED(00000003) 140655881995944:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:797: \--- no peer certificate available \--- No client certificate CA names sent \--- SSL handshake has read 7 bytes and written 305 bytes \--- New, (NONE),...
The proxy URL is in the logs I included. It starts with http://
Just to be clear. In this command: ``` openssl s_client -connect server.com:443 (or whatever port it's listening on) ``` Do you want me to connect to the actual endpoint or...