From: Michael Prokop Date: Tue, 9 Jun 2020 19:58:32 +0000 (+0200) Subject: Switch from http to https by default X-Git-Tag: v0.8~8^2~1 X-Git-Url: http://git.grml.org/?p=grml-paste.git;a=commitdiff_plain;h=5a3c1c20eb7b6889f7746be587903b4cae0868cc Switch from http to https by default --- 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 -------