I have installed ubuntu 20.04.1 on a Dell laptop and followed the instructions provided to install the arrow-client. I set up the configuration file in the etc/arrow/ directory. I copied the certificate that was provided (ca.pem) and added it /usr/share/ca-certificates. When I run the application this is the error that appears in the syslog file.
Jun 14 14:11:44 angel-box arrow-client[8705]: [src/client.rs:86] connecting to remote Arrow Service arr-rs.angelcam.com:8900
Jun 14 14:11:44 angel-box arrow-client[8705]: [src/utils/mod.rs:127] unable to save current connection state (No such file or directory (os error 2))
Jun 14 14:11:44 angel-box arrow-client[8705]: [src/client.rs:122] unable to get TLS context: error:02001002:system library:fopen:No such file or directory:../crypto/bio/bss_file.c:69:fopen('ca.pem','r'), error:2006D080:BIO routines:BIO_new_file:no such file:../crypto/bio/bss_file.c:76:, error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib:../crypto/x509/by_file.c:199:
If there is anything else you need let me know.
I have installed ubuntu 20.04.1 on a Dell laptop and followed the instructions provided to install the arrow-client. I set up the configuration file in the etc/arrow/ directory. I copied the certificate that was provided (ca.pem) and added it /usr/share/ca-certificates. When I run the application this is the error that appears in the syslog file.
Jun 14 14:11:44 angel-box arrow-client[8705]: [src/client.rs:86] connecting to remote Arrow Service arr-rs.angelcam.com:8900
Jun 14 14:11:44 angel-box arrow-client[8705]: [src/utils/mod.rs:127] unable to save current connection state (No such file or directory (os error 2))
Jun 14 14:11:44 angel-box arrow-client[8705]: [src/client.rs:122] unable to get TLS context: error:02001002:system library:fopen:No such file or directory:../crypto/bio/bss_file.c:69:fopen('ca.pem','r'), error:2006D080:BIO routines:BIO_new_file:no such file:../crypto/bio/bss_file.c:76:, error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib:../crypto/x509/by_file.c:199:
If there is anything else you need let me know.