thumbnail of bafkreifvnf4d74ot7m3nhgu7ajfpb4twvui3u6cafqhkzb5f3ifxvsiz6i
thumbnail of bafkreifvnf4d74ot7m3nhgu7ajfpb4twvui3u6cafqhkzb5f3ifxvsiz6i
bafkreifvnf4d74ot7m3n...
(138.38 KB, 798x617)
thumbnail of bafkreib7mmactg36qdfvzjbdtgix5vdle4fzm5nddaf3ltnq5jvjypbj6m
thumbnail of bafkreib7mmactg36qdfvzjbdtgix5vdle4fzm5nddaf3ltnq5jvjypbj6m
bafkreib7mmactg36qdfv...
(139.03 KB, 800x800)
thumbnail of bafkreib6xysxzstxh3u7y2tzqh44te53rpr2sqyyoylljrorqfohraaj6m
thumbnail of bafkreib6xysxzstxh3u7y2tzqh44te53rpr2sqyyoylljrorqfohraaj6m
bafkreib6xysxzstxh3u7...
(90.03 KB, 500x271)
thumbnail of bafkreifyenkhce4rpfrsqwqgrh7qygfx36namronnz7uabf4cm7wqiqj6m
thumbnail of bafkreifyenkhce4rpfrsqwqgrh7qygfx36namronnz7uabf4cm7wqiqj6m
bafkreifyenkhce4rpfrs...
(29.26 KB, 640x548)
thumbnail of bafkreifyfjrb4zrxp5bdnzazotjkw5qpbco6n4t2kfyqktozasilrkcj6a
thumbnail of bafkreifyfjrb4zrxp5bdnzazotjkw5qpbco6n4t2kfyqktozasilrkcj6a
bafkreifyfjrb4zrxp5bd...
(105.87 KB, 1000x1000)
 >>/10545/
 >>/10547/
> wbm not working very well
This error specifically (also happening today):
> A snapshot was captured. Visit page: /web/20240626203052/https://... \ There was a delay in registering this snapshot with the Wayback Machine. \ The snapshot may not be available right now, please try again later.
and that snapshot only shows up hours/days later. This problem makes using a LAN (plus software and hardware) as a partial replacement for Wayback Machine even more relevant. I followed this guide https://invidious.private.coffee/watch?v=7KHEmFJv4VE but used it for Linux. Apache HTTP Server on Windows is "way different", but I think I still made some progress. This should allow me to use HTTPS on local IP addresses and localhost:
> $ echo -e "\nServerName localhost" >> /etc/apache2/apache2.conf # fixed "[time name] apachectl[3353407]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message"
> $ openssl --help # OpenSSL help
> $ openssl [cmd] --help # OpenSSL subcommand help, e.g., "openssl req --help"
> $ openssl rsa --help 2>&1 | grep text
Make a crappy RSA SSL certificate and key:
> $ cd /etc/apache2/conf-enabled; sudo openssl req -x509 -nodes -days 1095 -newkey rsa:2048 -out server.crt -keyout server.key # you can leave the last or all fields blank
Enable SSL module(s) and socache mod by doing this I guess:
> $ sudo mv -n /etc/apache2/mods-available/ssl.load /etc/apache2/mods-enabled/
> $ sudo mv -n /etc/apache2/mods-available/ssl.conf /etc/apache2/mods-enabled/
> $ sudo mv -n /etc/apache2/mods-available/socache_shmcb.load /etc/apache2/mods-enabled/
Something about "httpd-ssl.conf" (only applies to Windows? which I'm not using). In "/etc/apache2/sites-available/default-ssl.conf", add/edit:
> ServerName 127.0.1.1
> SSLCertificateFile "${SRVROOT}/conf-enabled/server.crt" # previous: /etc/ssl/certs/ssl-cert-snakeoil.pem
> SSLCertificateKeyFile "${SRVROOT}/conf-enabled/server.key" # previous: /etc/ssl/private/ssl-cert-snakeoil.key
( Optional - change settings to redirect http->https by putting this text in "/etc/apache2/apache2.conf":
> RewriteEngine On
> RewriteCond %{HTTPS} off
> RewriteRule (.*) {SERVER_NAME}">https:/{SERVER_NAME} [R,L]
then enable rewrite_module or move that file from mods-available/ to mods-enabled/. ) Errors at https://10.1.2.3/ipfs/QmYqN6s2KMvMMxEpvpoWfVgtQBpnMxzMrfcq7CwPHbnGr3/ which is an "unrelated" problem:
> CLI: [3359500:3359504:0626/142541.835918:ERROR:ssl_client_socket_impl.cc(970)] handshake failed; returned -1, SSL error code 1, net_error -107
> Browser: ERR_SSL_PROTOCOL_ERROR
same thing with https://localhost/ipfs/... vs. http://localhost/ipfs/... (works in one but not the other). Put this in "default-ssl.conf" and maybe also "apache2.conf" so it asks for login creds (I had no problems doing this but the following is maybe missing steps):
> 
>  AuthType Basic
>  AuthName "login"
>  AuthUserFile /etc/apache2/.htpasswd
>  Require valid-user
> 

This screenshot: maybe the same Polish "data hoarding" Windows-user anon who posted on 4chan /mlp/.