From 19dfce5b99c2bb0ce0f95562264b2e6e6849803e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 5 Mar 2015 16:45:29 +0100 Subject: httpdate: use ssl Signed-off-by: Florian Pritz --- httpdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpdate') diff --git a/httpdate b/httpdate index 437f345..d802967 100755 --- a/httpdate +++ b/httpdate @@ -1,3 +1,3 @@ #!/bin/bash -date -s "$(curl -I google.com | sed -rn "s/^Date: (.*)$/\1/p")" +date -s "$(curl -I https://google.com | sed -rn "s/^Date: (.*)$/\1/p")" -- cgit v1.2.3-24-g4f1b