diff --git a/templates/service_info.html b/templates/service_info.html
index 6e6e653..25ec153 100644
--- a/templates/service_info.html
+++ b/templates/service_info.html
@@ -49,14 +49,15 @@
-d '{ "service" : "{{ service.service }}",
"token" : "{{ service.token }}",
"status" : "OK", "info" : "Free Text Information here" }' \
- {{ flask.request.url_root }}/report
+ {{ flask.request.url_root.replace("http://", "https://" )}}report