I ran the following command
netaccess -u my_username -p my_passwd -d 2
and got following error,
thread 'main' panicked at 'Failed to send login request: Error { kind: Io(Error { repr: Custom(Custom { kind: Other, error: Ssl(ErrorStack([Error { code: 336134278, library: "SSL routines", function: "ssl3_get_server_certificate", reason: "certificate verify failed", file: "s3_clnt.c", line: 1264 }])) }) }), url: Some("https://netaccess.iitm.ac.in/account/login/") }', /checkout/src/libcore/result.rs:906:4
note: Run with RUST_BACKTRACE=1 for a backtrace.
I ran the following command
and got following error,
thread 'main' panicked at 'Failed to send login request: Error { kind: Io(Error { repr: Custom(Custom { kind: Other, error: Ssl(ErrorStack([Error { code: 336134278, library: "SSL routines", function: "ssl3_get_server_certificate", reason: "certificate verify failed", file: "s3_clnt.c", line: 1264 }])) }) }), url: Some("https://netaccess.iitm.ac.in/account/login/") }', /checkout/src/libcore/result.rs:906:4
note: Run with
RUST_BACKTRACE=1for a backtrace.