I’m trying to migrate to zrok2, I have installed zrok2 binary and set my endpoint to my zrok domain, but when trying to enable zrok2 environment I get this:
there was a problem enabling your environment!
you are trying to use the zrok service at: https://zrok.mydomain.io
you can change your zrok service endpoint using this command:
$ zrok2 config set apiEndpoint
(where newEndpoint is something like: https://some.zrok.io)
[ERROR]: error creating service client (client version error accessing api endpoint 'https://zrok.mydomain.io': [POST /clientVersionCheck] clientVersionCheck (status 202): {}: [POST /clientVersionCheck] clientVersionCheck (status 202): {})
ofc I masked original domain, but original one does available from browser and zrok v1 works with it perfectly. What may be the problem?