Jump to content

Search the Community

Showing results for tags 'ssl'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
  • Tinker Board 3N
    • General Discussion
    • Hardware
    • Software
  • Tinker V
    • General Discussion
  • Tinker Board 2 series
    • General Discussion
    • Hardware
    • Software
    • Android
  • Tinker Board / Tinker Board R2.0 series
    • General Discussion
    • Hardware
    • Software
    • Android
  • Tinker Edge T
    • General Discussion
    • Hardware
    • Software
  • Tinker Edge R
    • General Discussion
    • Hardware
    • Software
    • Android

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 2 results

  1. Hi, Everyone is there any possible way to change the IP address of tinker board using python script. I tried to change it using script, changes reflecting in network file properly (/etc/NetworkManager/system-connections/Wired Ethernet1.nmconnection). But It's creating new connection eth0 and taking auto IP. Not taking my IP, anyone have any idea about this my guess is because of edit maybe format change will happens because of that its not changing I think. File also attached . Eg. [connection] id=Ethernet connection 1 uuid=940351fd-af24-4694-ab43-65f8560e76d7 type=ethernet permissions= [ethernet] mac-address-blacklist= [ipv4] address1= 192.168.1.220/24,192.168.1.10 dns8.8.8.8 4.2.2.2 dns-search= method=manual [ipv6] addr-gen-mode=stable-privacy dns-search= ip6-privacy=0 method=auto Wired1.nmconnection
  2. 1. trying to install my company's software package which uses curl. linaro@linaro-alip:~$ sh -c "$(curl -L "https://downloads.remote.it/remoteit/install_agent.sh")" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. linaro@linaro-alip:~$ 2. but certificates are installed? linaro@linaro-alip:~$ sudo dpkg -s ca-certificates Package: ca-certificates Status: install ok installed Priority: optional Section: misc Installed-Size: 402 Maintainer: Julien Cristau <jcristau@debian.org> Architecture: all Multi-Arch: foreign Version: 20200601~deb10u2 Depends: openssl (>= 1.1.1), debconf (>= 0.5) | debconf-2.0 Breaks: ca-certificates-java (<< 20121112+nmu1) Enhances: openssl Description: Common CA certificates Contains the certificate authorities shipped with Mozilla's browser to allow SSL-based applications to check for the authenticity of SSL connections. . Please note that Debian can neither confirm nor deny whether the certificate authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Full responsibility to assess them belongs to the local system administrator. linaro@linaro-alip:~$ 3. Certificates version is 2020 (20200601~deb10u2) apparently, but cannot update to newer. linaro@linaro-alip:~$ sudo apt update Get:1 http://security.debian.org buster/updates InRelease [65.4 kB] Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] Fetched 117 kB in 4s (27.9 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done
×
×
  • Create New...