yeah it either seems a dns or proxy issue?
# windows
s
yeah it either seems a dns or proxy issue?
y
FWIW, I can `ping`/`tracert` that host.
a
from that host, can you try to download the file using the downloader?
python3 .\tools\cmake\downloader.py <https://s3.amazonaws.com/osquery-packages/third-party/pre-built/windows-x86_64/MarkupSafe-1.1.0-cp36-cp36m-win_amd64.whl> MarkupSafe-1.1.0-cp36-cp36m-win_amd64.whl  52b07fbc32032c21ad4ab060fec137b76eb804c4b9a1c7c7dc562549306afad2
s
Also trying with python3
print(socket.gethostbyname("<https://s3.amazonaws.com>"))
y
I'm no Python expert but this doesn't seem to work.
s
Yeah, I mean that should work by default, it means you have something particular about the DNS configuration.
y
Something very weird then as ping works... I'm investigating.
s
hey sorry my bad, in the test actually you should try with
socket.gethostbyname("<http://microsoft.com|microsoft.com>")
, otherwise it's not a hostname
y
I told you I'm no expert... 😉 Anyway, it does work and so does
<http://s3.amazonaws.com|s3.amazonaws.com>
s
ok, so at least that is ruled out
could you try again to do what @alessandrogario was saying, but this time using
http:
y
It did work.
s
ah, so then it may be python not correctly finding the needed certificates
I mean, there could be also the time not being correctly synced.
y
time.windows.com is my time server.
I tried on another machine and.... it built successfully! Grazie a tutti!
🎉 1