slowscript / warpinator-android

An unofficial implementation of Warpinator for Android
GNU General Public License v3.0
481 stars 29 forks source link

Can't connect to Warpinator on desktop #2

Closed rares45 closed 3 years ago

rares45 commented 3 years ago

The app sees the instance on my PC (running Linux Mint), but it can't get the name of it and fails to connect.

Screenshot_20201129-184357

But the desktop sees everything right.

Is this planned or should I start fixing it?

slowscript commented 3 years ago

I think I know what this is. It is an issue with the Linux version of Warpinator. It generates a certificate that is missing some information which is why the Android version refuses to connect to it. I've had it fixed in my local build for a while now but haven't submitted a PR yet. I'll do it probably tomorrow.

slowscript commented 3 years ago

The issue upstream should be fixed now (version 1.0.9). Please check if it has resolved your problem too

rares45 commented 3 years ago

I don't see any newer commit

slowscript commented 3 years ago

I meant in the Linux version of Warpinator. This has been merged yesterday: https://github.com/linuxmint/warpinator/pull/70

rares45 commented 3 years ago

Aaahhh. Ok. Let me check

rares45 commented 3 years ago

It works. The package wasn't built for Linux Mint so I had to build it myself and that's why it took so long.

What do you think about my PR?