Issue with connecting from Belarus

My app users from Belarus are getting an error, while from all other geo - everything is ok. I would like to understand what could be the cause and how to solve this problem?

Error on client side:
URLSessionTask failed with error: An SSL, error has occurred and a secure connection, to the server cannot be made.

Probably a blocked 443 port or a MITM attack. Given the data you have provided, this is a problem on the client’s side, not yours.

Any ideas on how to diagnose what’s going on? Just all other services are available, but fly.io is unavailable. I would like to figure out what’s going on and try to solve it. Could sanctions be the reason?

is any site hosted on fly not working or just yours? (i.e. are they able to access https://fly.io )
if so, please have them browse to https://debug.fly.dev and post the value of Fly-Region.

what is the customer’s ISP? if you can email me their IP address, that would also help with debugging.

if they are technical, a traceroute or mtr from their computer to your app’s IP address would also help a lot.

{
    "query": "46.216.57.150",
    "status": "success",
    "continent": "Europe",
    "continentCode": "EU",
    "country": "Belarus",
    "countryCode": "BY",
    "region": "HM",
    "regionName": "Minsk City",
    "city": "Minsk",
    "district": "",
    "zip": "220043",
    "lat": 53.901,
    "lon": 27.5707,
    "timezone": "Europe/Minsk",
    "offset": 10800,
    "currency": "BYR",
    "isp": "Mobile TeleSystems JLLC",
    "org": "",
    "as": "AS25106 Mobile TeleSystems JLLC",
    "asname": "MTSBY-AS",
    "mobile": true,
    "proxy": false,
    "hosting": false
}


tracert:
Трассировка маршрута к ai-translator-v2.fly.dev [134.17.0.7]
192.168.0.1
46.216.0.1
46.216.177.253

hope this will be helpful

This is not a Fly.io IP address, there is something intercepting the DNS query.

So, i got my own hostname and setup cloudflare and it started working

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.