All my users on iphones reported yesterday that they could no longer get to my qnap nas. Android has no issues, desktop browsers have no issues, and even some mobile browsers from the same iphones can get to it. I’ve temporarily disabled the haproxy running on my firewall to port-forward an unsecure connection and that works from the qnap app, so I need to know where to find exactly what cipher suites, headers, etc I need to account for to properly proxy connections from my client apple devices to get to the qnap nas via the app.
Found the fix on the haproxy, the iphones stopped sending a hostname in the packet header so it didn’t match any of my rules. I had to add a default backed server, and now iphones work again.
Thanks for the share!
If you don’t mind, could you also share the rules you set and any related findings? That way, if other users run into similar issues in the future, they can quickly find a solution. Thanks!