Hi again, I found the problem!
Some time ago, I attempted to use a custom domain that I had purchased for my project. The idea was to configure Zrok's DNS to point to this domain and use it directly. During my testing, one of the steps I tried was creating a local SSL certificate to make everything work.
However, I was never able to successfully configure it. Since the certificates were registered in the system and weren't causing any apparent errors, I left them as they were. But starting yesterday, an error began to appear, and I didn’t suspect that it could be related to this issue.
After running new tests, I got the following error when executing the command: zrok share reserved 8gn9sblh86gr
Error message in the terminal:
[ 9.047] ERROR zrok/endpoints/proxy.newReverseProxy.func2: error proxying: tls: failed to verify certificate:
x509: certificate is valid for desolararpg.com, www.desolararpg.com, not localhost
This indicated that the issue was related to the previously configured SSL certificate.
To test, I ran the following command: zrok share reserved 8gn9sblh86gr --insecure
After doing this, everything started working again.
Since I just remembered this DNS-related issue, I’d like to ask: is there currently an official way to configure Zrok to point directly to a custom domain?
If this functionality is available, could you point me to any relevant topics or documentation where this has been discussed?
Thanks in advance for the support!