minernl / Miningcore.WebUI

WebUI made for https://github.com/minernl/miningcore
https://miningcore.com
33 stars 85 forks source link

API issues after installing SSL #10

Closed minershaven closed 2 years ago

minershaven commented 2 years ago

everything seemed to be working until i used certbot to install ssl on my page. now the api doesnt work anymore and just returns a ERR_SSL_PROTOCOL_ERROR message. are there any changes that need to be made after you get ssl installed ? issue seems to be that its a page being served over HTTPS calling for functions that are being served over HTTP.

ghost commented 1 year ago

did you fixed it ?