digint / btrbk

Tool for creating snapshots and remote backups of btrfs subvolumes
https://digint.ch/btrbk/
GNU General Public License v3.0
1.65k stars 120 forks source link

Fix openssh website URL #427

Closed znerol closed 2 years ago

znerol commented 2 years ago

It looks like the canonical domain for openssh is www.openssh.com. The alternative domain used currently in btrbk docs (openssh.org) redirects to openssh.com. However, that domain happens to be not included in the list of subject alt names of openbsd LE certificate:

$ curl https://www.openssh.org/
curl: (60) SSL: no alternative certificate subject name matches target host name 'www.openssh.org'
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
digint commented 2 years ago

thanks, merged in: c5273a8745fa60fc52b3180fa210ec3048e6a419