AltServer-Linux icon indicating copy to clipboard operation
AltServer-Linux copied to clipboard

Failed to handle request:Error in SSL handshake

Open huantianad opened this issue 3 years ago • 8 comments

When using altserver in server mode or using it to install an app, I'm getting this error:

Detected device:Phone
Starting notification connection to device: Phone
Sent wired server connection available response!
Started wired server connection!
Receiving request size...
Receiving 48 bytes...
parse anisette data ret
Represented Value: 201
Failed to handle request:Error in SSL handshake

iOS 15.1 NixOS Unstable

huantianad avatar Jul 28 '22 05:07 huantianad

Did you manage to fix this error? I am having the exact same error using NixOS 23.05

max-amb avatar Jul 27 '23 08:07 max-amb

Sorry, I haven't been using altstore for a while, so I haven't had any luck getting it to work on NixOS

huantianad avatar Jul 27 '23 23:07 huantianad

Ah, ok. I have sort of given up also, thanks for your reply anyway!

max-amb avatar Jul 28 '23 01:07 max-amb

I wrote a nix package which is currently in unstable so if you need it you could check it out, the fix for the ssl handshake bug was to run alt-server as root with a custom anisette server. Just putting that there for any internet traveler that may come this way!

max-amb avatar Aug 02 '23 08:08 max-amb

I'm having the same issue with a custom anisette server (https://github.com/Dadoum/Provision) and I even tried to install avahi-compat to fix libdns_sd.so not being loaded.

I also tried downloading the binary from github releases and I ran patchelf and it still errors about ssl handshakes... I'm about to buy an android phone at this point 😕

theoparis avatar Aug 19 '23 21:08 theoparis

Did you run it as root? Also, you do not need to run patchelf on the binary, as shown by the nixpkgs pr for this package!

max-amb avatar Aug 20 '23 06:08 max-amb

i am running the server, and using a similar command to install IB2X. I get the same SSL handshake error whether or not the anisette -server is running. WHY IS THERE NO GOOD TUTORIAL FOR THIS ANYWHERE?

LordRusk avatar Mar 21 '24 14:03 LordRusk