Announcement

Collapse
No announcement yet.

FR24 PI Image: The server name sent was not recognized

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FR24 PI Image: The server name sent was not recognized

    Hello, I am following instructions from https://www.flightradar24.com/activate-raspberry-pi to configure the feeder. Receiver is not found, so I am manually running the command:

    Code:
    sudo bash -c "$(wget -O - https://repo-feed.flightradar24.com/install_fr24_rpi.sh)"
    Unfortunately I am receiving the following:

    Code:
    GnuTLS: A TLS warning alert has been received.
    GnuTLS: received alert [112]: The server name sent was not recognized
    The certificate's owner does not match hostname 'repo-feed.flightradar24.com'
    Any idea how to resolve or workaround this issue?

    Thank you.

  • #2
    Looks like a problem with SSL certificate but that is unusual... Are you sure you not connecting from behind any specific DNS or VPN?

    You saying that receiver isn't found? Maybe you should start with a new clean installation? However missing receiver is not connected to the GnuTLS: received alert [112] as far as I'm concern.

    What version of wget do you have? Should be 1.18
    You can check it by running command
    wget -V
    Last edited by matysldn; 2019-09-24, 22:34.

    Comment


    • #3
      You don't need to reinstall.

      Run:

      sudo fr24feed --signup

      After that:
      sudo systemctl restart fr24feed

      Then check:
      fr24feed-status

      Comment


      • #4
        Wiedehopf has given right advise. Follow his instructions.

        Have a look at "STEP-6: ACTIVATION" of this post:

        2019 - PI24 (Image) QuickStart Guide

        Comment

        Working...
        X