Post
Topic
Re: [ANN] Iridium - People are Power - PoW - No Premine - Community Built
by
IRD-PoolOperator
on 24/03/2018, 02:05:23 UTC
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.tk
Because 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.
You do as you want, just do not announce it as https if it's not...
This way everyone will have the HTTPS version bookmarked when the switch happens and it will be seamless. It is a valid HTTPS connection and a valid certificate, it currently redirects to HTTP to prevent the browser from producing a mixed content errors. Linking the HTTPS version does not hurt the user in any way, you're just annoyed because you seem to consider it false advertising or something. HTTPS was working until I had to rush to change the backend because every HF seems to break pool compatibility