Client Errors
- 4206: Your device isn't connecting to the server properly. Check your proxy settings (Fiddler, mitm, etc) and try again.
- Potential places for error:
- The client cannot properly establish an encrypted connection to the local server.
- The server is not properly handling the query_cur_region request.
- Your proxy isn't setup properly and isn't redirecting the
query_cur_region
request.
- Solutions to the problem:
- Add the keystore.p12 certificate to your system's trusted certificate root authority list.
- Double-check if you can access this web URL in your respective browser.
- Check the settings for the proxy you are using (ex. Fiddler with its Fiddlerscript, MiTMProxy with its Python script, etc.)
- Potential places for error: