So i created a file in .well-known/acme-challenge
jckpuUdovNbBSDYg1cpuHIGgQJIHo1TRkibsttxFHWM
with the contents of
jckpuUdovNbBSDYg1cpuHIGgQJIHo1TRkibsttxFHWM.3nZGZ3DXGrDC4z_IZt2ja-drM5Z551pTghIGIX8D65M
suspected it might be because i'm hitting localhost, so i tested http://forumics.dynu.net/index.html using my phone on 4G and i got Apache2 Ubuntu Default Page.
Don't mind can you try again?
i suspect that there might be some caching going on, i just disabled routing http to https and disabled SSL.
i'll probably try again tomorrow.
forumics@FORUMICS:~$ apachectl -t -D DUMP_VHOSTS
VirtualHost configuration:
*:443 forumics.dynu.net (/etc/apache2/sites-enabled/forumics.dynu.net.conf:1)
*:8443 is a NameVirtualHost
default server forumics.dynu.net (/etc/apache2/sites-enabled/default-ssl.conf:4)
port 8443 namevhost forumics.dynu.net (/etc/apache2/sites-enabled/default-ssl.conf:4)
alias forumics.dynu.net
port 8443 namevhost forumics.dynu.net (/etc/apache2/sites-enabled/forumics.dynu.net.conf:11)
alias forumics.dynu.net
*:80 is a NameVirtualHost
default server forumics.dynu.net (/etc/apache2/sites-enabled/000-default.conf:1)
port 80 namevhost forumics.dynu.net (/etc/apache2/sites-enabled/000-default.conf:1)
alias forumics.dynu.net
port 80 namevhost FORUMICS. (/etc/apache2/sites-enabled/nextcloud.conf:1)
got it to work at last!
i'm new to apache configuration thus not very familiar. used another computer to test the curl command and i was getting the same error message as you. hitting the url with another computer gets the SSL-enabled server port error message.
apparently setting SSL off in apache config files does not turn off SSL, needed to run a2dismod ssl
finally managed to pass the challenge, thanks for your findings and input!