diff --git a/http/sakisafe.pl b/http/sakisafe.pl
index 63944b6..0eb0b32 100755
--- a/http/sakisafe.pl
+++ b/http/sakisafe.pl
@@ -96,9 +96,9 @@ __DATA__
POST a file:
-curl -F 'file=@yourfile.png' <%= $c->req->url->to_abs->host; %>
+ curl -F 'file=@yourfile.png' https://<%= $c->req->url->to_abs->host; %>
Post your text directly
-curl -F 'file=@-' <%= $c->req->url->to_abs->host; %>
+ curl -F 'file=@-' https://<%= $c->req->url->to_abs->host; %>