You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an error while parsing the JSON produced by tls-scan and pinpointed it to a case where the certificate chain is missing from the JSON output and a dangling comma is left before closing the JSON object.
Thanks for reporting this issue. This host appears to be unreachable.
ping 18.236.255.249
PING 18.236.255.249 (18.236.255.249): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
^C
--- 18.236.255.249 ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
Based on my quick analysis of your scan output, it appears that the output is incomplete. That could be the issue. It might a good idea to find the reason behind it.
I encountered an error while parsing the JSON produced by
tls-scan
and pinpointed it to a case where the certificate chain is missing from the JSON output and a dangling comma is left before closing the JSON object.To reproduce what i'm seeing you can try the following:
The text was updated successfully, but these errors were encountered: