Please help! 3 Errors within the console log

It’s the following errors:

  1. SSL error.
  2. Destination Host error.
  3. Unauthorised error.



I have a feeling with the UnAuth error - i might be forgetting to put something in but with the others, i think i need some information, as to why that is happening or a link to where others have resolved these issues.

If you have direction of leads on any of these three, that would be much appreciated. I tried to add the stacktrace within the screenshots.

These errors happen at random.
With the SSL and the Destination host - i have to restart Unity, for the error to go away. After a few rounds of testing, without closing and reopening Unity, maybe like 10min in, either the Destination Host or the SSL error will pop up.

The Unauth error, I have a feeling, I might be forgetting something there.
I have figured out a way to work around this, which is working but it’s not a long term solution.

FYI - These errors also occur in your sample Unity SDK projects.

Help on all of the above will be appreciated.

And yes, I have Settings are setup correctly, according to the RPM documentation.

But i’ll be spending the next two days, trying to resolve the above errors, and get them over the line, for our internal project.

re: SSL Error

I realized the following, after testing a few times.

When i first open Unity, it’s fine running the application for the first time.
When i run the application for the second time, the SSL errors shows up.

Then, i have to close and re-open Unity.
First run through of the app - fine.
Second run through of the ap-p - i get the SSL error again.

I wonder if it’s not a caching thing.

Has anyone else experienced this? and how did you resolved it?