From 5a3c1c20eb7b6889f7746be587903b4cae0868cc Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 9 Jun 2020 21:58:32 +0200 Subject: [PATCH] Switch from http to https by default --- grml-paste | 2 +- grml-paste.1.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/grml-paste b/grml-paste index 33cfd29..2f57d96 100755 --- a/grml-paste +++ b/grml-paste @@ -12,7 +12,7 @@ import inspect import getpass # program defaults -DEFAULT_SERVER = "http://paste.grml.org/server.pl" +DEFAULT_SERVER = "https://paste.grml.org/server.pl" class ActionFailedException(Exception): diff --git a/grml-paste.1.txt b/grml-paste.1.txt index 9026164..c9bd9ff 100644 --- a/grml-paste.1.txt +++ b/grml-paste.1.txt @@ -12,7 +12,7 @@ grml-paste [options] ACTION Description ----------- -grml-paste is a command line interface for uploading plain text to http://paste.grml.org/ +grml-paste is a command line interface for uploading plain text to https://paste.grml.org/ Options ------- @@ -93,7 +93,7 @@ Upload error and warning messages of X.org log as hidden entry. Bugs ---- -Please report feedback, link:http://grml.org/bugs/[bugreports] and wishes link:http://grml.org/contact/[to the grml team]. +Please report feedback, link:https://grml.org/bugs/[bugreports] and wishes link:https://grml.org/contact/[to the grml team]. Authors ------- -- 2.1.4