You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've set an home server with Aria2 daemon behind an nginx with reverse proxying of /jsonrpc via 443 port. I've found online indications and this works perfectly with a web frontend like AriaNG .
But with your client, when i set the parameters to connect to /jsonrpc via 443 this spit out some errors and not connect.
I've tryed enabling ad not enabling the flag on "Enable TLS/SSL encryption" from interface.
First of all, if I set connection via wss (wss://:443/jsonrpc) this give two errors :
282: host if offline
284: java.security.cert.CertPathValidationException: trust anchor for certification path not found
If I try with HTTP (but this I know that don't work, because don't work neither with AriaNG) this give me a correct response from "Host online" and http test, but then starts an unauthenticated test request (but I've set an authentication token in my server) and spit out the error :
323: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidationException: trust anchor for certification path not found
This discussion was converted from issue #261 on April 21, 2023 09:43.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I've set an home server with Aria2 daemon behind an nginx with reverse proxying of /jsonrpc via 443 port. I've found online indications and this works perfectly with a web frontend like AriaNG .
But with your client, when i set the parameters to connect to /jsonrpc via 443 this spit out some errors and not connect.
I've tryed enabling ad not enabling the flag on "Enable TLS/SSL encryption" from interface.
First of all, if I set connection via wss (wss://:443/jsonrpc) this give two errors :
282: host if offline
284: java.security.cert.CertPathValidationException: trust anchor for certification path not found
If I try with HTTP (but this I know that don't work, because don't work neither with AriaNG) this give me a correct response from "Host online" and http test, but then starts an unauthenticated test request (but I've set an authentication token in my server) and spit out the error :
323: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidationException: trust anchor for certification path not found
there are changes to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions