I've once again replaced the mining backend (clintar-pool -> fancoder-universal -> forknote-pool) on
https://irdpool.tk/ sorry for the downtime.
Nice ! I will remove the warning on pools list
but why are you putting https on your address ? there is no ssl there, only http :
http://irdpool.tkBecause the requirement to move from clintar-pool to fancoder-universal was a regression in the pool backend codebase and removed the SSL option from the node. To prevent the site from failing due to HTTPS-HTTP mixed content I setup the redirect. forknote-pool is also on this older version of the pool code and also does not support the more modern features of Monero mining pools.
To fix this I would need to setup nginx to encapsulate HTTPS connections and redirect them to HTTP locally within the server when connecting to the backend API. I have not set this up yet.