ntpdate command seems to ignore http_proxy ...
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Nov 19 '09 at 1:21
|
ntpdate uses NTP protocol, not HTTP. NTP uses UDP on port 123 as its transport layer, while http uses TCP port (80 by default) From ntpdate man page:
These are totally unrelated protocols. See wikipedia for a deeper explanation of Network Time Protocol |
|||
|
|
|
Try HTTP Time Protocol. |
|||
|
|