AT2[xxxxxxxxxxx]: open failed!ERRNO=13
ERROR: System error 13: Permission denied
to resolve, add kannel to dialout group
usermod -a -G dialout kannel
AT2[xxxxxxxxxxx]: open failed!ERRNO=13
ERROR: System error 13: Permission denied
usermod -a -G dialout kannel
certificate verify failed".Unable to locally verify the issuer's authority."
# openssl s_client -showcerts -connect <host>:<port>
# cd /usr/local/share/ca-certificates/
# sudo mkdir <source name>
# sudo chmod 755 <source name>
# cp .crt .
# sudo chmod 644 .crt
# sudo dpkg-reconfigure ca-certificates
# sudo update-ca-certificates
Retest URL access and response...Got this while connecting to my mikrotik router via ssh Unable to negotiate with <ip address> port <ssh port>: no matching hos...