Am 22.06.20 um 22:06 schrieb Miguel Ojeda:
On Mon, Jun 22, 2020 at 7:29 PM Joe Perches <j...@perches.com> wrote:
scripts/get_maintainer.pl --self-test=links has a reachability test
using wget.
Perhaps a script like that could be used for http:// vs https://
+1
Not sure about `--no-check-certificate` if the goal is to move to
"proper HTTPS". Perhaps we can try first without it and if that fails,
print a warning and try with `--no-check-certificate` etc.
To be honest my script even blocked HTTPS->HTTP redirections, so I opt
for maximum security.
Cheers,
Miguel
Also I opt for freezing the discussion about eventual future runs of the
script until everything from the first run[1] has been applied.
[1]
➜ linux git:(master) git stash show --shortstat
1857 files changed, 2664 insertions(+), 2664 deletions(-)
➜ linux git:(master)