traccar / traccar-manager-android

Traccar Manager for Android
https://www.traccar.org/manager
Apache License 2.0
262 stars 374 forks source link

Accept custom installed CA #104

Open XMaarten opened 3 months ago

XMaarten commented 3 months ago

At the moment the latest Android releases do not accept manually installed private CAs without the proposed change. This change allows for using private CAs instead of using commercial providers or Lets Encrypt.

Using a privately owned CA is a lot safer than not using SSL at all which is now possible.

An important downside of using a Lets Encrypt is that your certificate and domain is published in the certificate transparency logs and your server can be more easily found.

Fixes #20 #55 #79 and many issues from the forum