jkcoxson / JitStreamer

A service to activate JIT across the far reaches of the internet
https://jitstreamer.com
MIT License
302 stars 32 forks source link

Jit pair issue #23

Closed ant-7802 closed 1 month ago

ant-7802 commented 1 year ago

I cannot get past the entering of the code,

[ant@localh0st release]$ sudo ./pair Pairing with https://jitstreamer.com, specify a different target if necessary. Pass -h for more info. Please enter the code you got from the shortcut 33402 Error sending pair record: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("jitstreamer.com")), port: None, path: "/potential_follow_up/33402/", query: None, fragment: None }, source: hyper::Error(Connect, Ssl(Error { code: ErrorCode(1), cause: Some(Ssl(ErrorStack([Error { code: 337047686, library: "SSL routines", function: "tls_process_server_certificate", reason: "certificate verify failed", file: "ssl/statem/statem_clnt.c", line: 1914 }]))) }, X509VerifyResult { code: 20, error: "unable to get local issuer certificate" })) } malloc(): unaligned fastbin chunk detected Aborted

(I compiled this myself)

ant-7802 commented 1 year ago

I fixed this by changing in the pair.rs https://jitstreamer.com to http://jitstreamer.com and it fixed the issue

manueldeprada commented 1 year ago

I fixed this by changing in the pair.rs https://jitstreamer.com to http://jitstreamer.com and it fixed the issue

Worked for me! I leave here the binary for anyone too lazy to compile (and eager to trust an stranger in the internet :smile: ). Prior to this, I also experienced a SEGFAULT into glibc with the compiled version.

I am using an updated Fedora.

pair.zip

jkcoxson commented 1 month ago

The public server has been discontinued. As such, this issue is no longer applicable.