ge0rg / aprsdroid

APRSdroid - Geo-Location for Radio Amateurs
https://aprsdroid.org/
GNU General Public License v2.0
504 stars 96 forks source link

TCP connection going to port 24580, APRS service stops immediately #340

Closed CraigBos closed 1 year ago

CraigBos commented 1 year ago

All of the sudden I can't Start Tracking. Looking at APRSdroid Log, it seems to be attempting to connect with Port 24580 instead of port 14580. I never looked at this before, so I don't know if this is normal. Please advise how to correct, or what additional information would be helpful.

Thank you.

Screenshot_20230129-211811-edit

CraigBos commented 1 year ago

Turns out I needed to configure the server to ssl.aprs2.net. Not sure how I lost that. It's working as before now.

Edit: Also port 24580 seems to be normal.

ge0rg commented 1 year ago

Port 24580 is the SSL port, 14580 is the standard port. APRSdroid will automatically use 24580 if there is a certificate in the app.

CraigBos commented 1 year ago

Port 24580 is the SSL port, 14580 is the standard port. APRSdroid will automatically use 24580 if there is a certificate in the app.

That explains it. Thank you.