• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question Connection error from UnityWebRequest to my plesk server on older devices

Danny325

Basic Pleskian
Server operating system version
Ubuntu 18.04
Plesk version and microupdate number
Plesk Obsidian v18.0.46
I am developing a game which uses my API hosted on our plesk server.
Everything seem to be working fine for "newer devices", but on ~5 year old devices the server seem to be refusing connections.

Devices with issues:
-Xiaomi mi 4c miui 10.1 (xiaomi.eu android 7)
-Galaxy s6 edge (android 7)

According "pacpdroid" on Mi 4c (network monitor):
https, 443
traffic: 4,6kb recieved - 749 byte sent
Start end of connection: 15:27:38.184 - 15:27:38.413
packages: 6 recieved - 10 sent
payload 4,7 kb

I am using nginx web server and lets encrypt for SSL.
etc/nginx/conf.d/ssl.conf:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384$
ssl_prefer_server_ciphers on;
proxy_ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;

There are no logs like there never were a request made from the mentioned devices, not in web logs or nginx logs.
 
hello @Danny325 ,
you can try to install sslit extension, open it and enable "TLS versions and ciphers by Mozilla"
with choosing maximum compatibility.

by default Plesk uses strong policies, so there can be problems with old OS'es and devices.

did you see any errors in domains web server logs?
did you have web application firewall installed (probably it block older devices by some rules)?
 
Back
Top