I have a VPS on Vultr and a homelab, I followed the instructions exactly from here and the video in the homepage, I have my A records set like this:
the white boxes being my VPS’s IPv4 address.
When I run from my VPS server ./boringproxy-linux-x86_64 server
, and enter admin.MYDOMAIN
as the domain to set, I get the no solvers available message (censored the private details):
YYYY/MM/DD hh:mm:ss MYDOMAIN: obtaining certificate: [MYDOMAIN] Obtain: [MYDOMAIN] solving challenges: MYDOMAIN: no solvers available for remaining challenges (configured=[http-01 tls-alpn-01] offered=[http-01 dns-01 tls-alpn-01] remaining=[dns-01]) (order=https://acme-v02.api.letsencrypt.org/acme/order/xxxxxxxx/xxxxxxxxxxx) (ca=https://acme-v02.api.letsencrypt.org/directory)
If I run dig MYDOMAIN
it does return the proper Ip adress of my vps and it says it’s an A record. is there anything I’m doing wrong?