Replies: 1 comment
-
Hi @strushb, can you share the tls-scan command-line you tried in both cases? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello prbinu,
tls-scan really helps me to keep an eye on my certificates, thank you very much : )
Lately, I added a second webserver to my dummy-domain via dns RR and would like to monitor both using your tool. Sadly, I also tried out SNI on the new host so now I am facing a small problem:
Although C is not my main programming language I am checking the source to see if I can help in any way, but right now I cannot see how to prepare a viable demo or finished pull request.
ts_scan_tcp_connect_hostname
handles one host only, and while reading the input list I found no way to pass on more than one host.I am trying to extend
ts_parse_connect_target
to return an address along with a hostname and maybe put a dns lookup intots_get_line_input
later. If you have any ideas or feedback on this I would be happy to hear it : DStephan
Beta Was this translation helpful? Give feedback.
All reactions