nvllsvm / Audinaut

A Subsonic client for Android
GNU General Public License v3.0
134 stars 18 forks source link

About Self-Signed SSL Certificate #29

Open bwsn opened 6 years ago

bwsn commented 6 years ago

Hello.

I'm using subsonic with default subsonic https setting.

It's certificate is Self-Signed SSL Certificate.

My Audinaut won't connect with my server, and it seems like because of Audinaut don't support Self-Signed SSL Certificate.

I'll be happy if you make an option about allowing Self-Signed SSL Certificate.

moviuro commented 6 years ago

Hi, why not use a Let's Encrypt certificate? (using e.g. https://acme.sh) - a bit more hassle in the beginning as you have to set it up, but completely "fire-and-forget" afterwards.

dsiminiuk commented 6 years ago

Why not just fix the app! D-Sub and Supersonic work fine with self-signed certs.

nvllsvm commented 6 years ago

FYI - DSub and Audinaut use completely different network stacks (Apache vs OkHttp).