Greetings everyone,
I am using Coronium Core 2.7.
Recently I changed Http to Https, but all methods are invalid.
First, I used the method provided by the document and returned a successful screen, but there was no response when I changed to Https.
In addition, I used the DigitalOcean method and the result was the same.
Finally, after I used Cloud flare, I successfully changed webmin to Https, but Coronium was also unavailable.
core.init({
server = "https://mycore.mycoredonmain.xyz"
})
After this setting, I keep receiving “Timed out” responses.
core.init({
server = "https://mycore.mycoredonmain.xyz/"
})
After this setting, I received Error code “1” response.
This problem has troubled me for more than a week, any comments are greatly appreciated.
Please give me some opinions, thank you.
The actual domain is hidden, please let me know if you need to it, thank you.