0

I'm trying to test SSL/TLS implemented in my server. I'm using testssl.sh for this. Since I'm using Windows 10, I'm running it over Cygwin.

However, when I try it like so:
./testssl.sh https://www.google.com
I get the following error
Fatal error: No IPv4/IPv6 address(es) for "www.google.com" available

enter image description here

Same happened with the internal server that I was trying to test. I remember I had tested in few months back and it had worked but Im surprised why its not working now.

FuzzyAmi
  • 7,543
  • 6
  • 45
  • 79
Temp O'rary
  • 5,366
  • 13
  • 49
  • 109
  • it works in my cygwin 64bit on W10 Home – matzeri Aug 02 '18 at 14:15
  • Put results as text in your question, not an inline image. – Patrick Mevzek Aug 02 '18 at 16:06
  • Do you have DNS resolution working on this box? Can a browser access `https://www.google.com/`? What does `nslookup www.google.com` says? – Patrick Mevzek Aug 02 '18 at 16:07
  • @PatrickMevzek, I had already put the result as text however, since it would be more relatable if seen as "seen on screen", I have also put the screenshot along with it. – Temp O'rary Aug 03 '18 at 06:16
  • @PatrickMevzek my browser is able to access http://www.google.com and the result of `nslookup` is : nslookup www.google.com Server: myrouter Address: 111.111.0.1 Non-authoritative answer: Name: www.google.com Addresses: 2404:6800:4007:80b::2004 172.217.163.36 – Temp O'rary Aug 03 '18 at 06:23

0 Answers0