We have an issue with some of our users who are on Mac Mojave (not all that are on Mojave, and it doesn’t seem to be a specific subversion number, though I am currently confirming that). We have a script that sends information to our database to track player progress, but a very small fraction (about 30 out of 3800) just can’t connect to our database at all. We have also confirmed that turning the firewall off does not fix the problem.
They receive either ‘Unable to complete SSL connection’ or ‘Failed to receive data’ (I’ll update if I can rule out one of these error messages as being not the same problem).
We have built the project with Unity 2017.4.22f1 (I’m in the process of upgrading to 2018.2.21f1 to see if that fixes it) and our networking calls are using the WWW class for post and get calls.
Edit: upgrading to 2018.2.21f1 did not change the behavior at all.