Repository is no longer regarded as secure. No Update possible (Fehl:31 https://linux.teamviewer.com

Cyberdoc
Cyberdoc Posts: 1
edited June 2021 in Linux only

Dear all,

Udating my software repos using sudo apt update results in

[...]

Fehl:31 https://linux.teamviewer.com/deb stable InRelease                                                             

403 Forbidden [IP: 2600:9000:214f:4400:1c:3aaa:b100:93a1 443]

InRelease                                                                                                                                                                    

Paketlisten werden gelesen... Fertig                                                                                                                                                                                                     

E: Fehlschlag beim Holen von https://linux.teamviewer.com/deb/dists/stable/InRelease 403  Forbidden [IP: 2600:9000:214f:4400:1c:3aaa:b100:93a1 443]

E: Das Depot »https://linux.teamviewer.com/deb stable InRelease« ist nicht mehr signiert.

N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.

N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).

[...]

I already uninstalled teamviewer with --purge and reloaded the gpg-key and reinstalled - no difference.

Any suggestions? Thank you


PS:: Before you ask Linux Mint 20,1; 64 bit; alll (other) updates installed

Best Answer

  • JeanK
    JeanK Posts: 6,973 Community Manager 🌍
    Answer ✓

    Hello all,

    The issue should be fixed.

    Can you confirm on your side?

    Community Manager

«13

Answers

  • The yum repo, that still worked on January 15, 2018, now returns:

    Permission to access 'http://linux.teamviewer.com/yum/stable/main/binary-x86_64/media.1/media' denied.

    This is the repository as provided by installing 13.0.6634:

    /etc/yum.repos.d/teamviewer.repo
  • Angelwind
    Angelwind Posts: 2 ✭✭

    I'm getting the same denied message when trying to update through Ubuntu.

  • Permission to access 'http://linux.teamviewer.com/yum/stable/main/binary-x86_64/media.1/media' denied.


    what's wrong with that?

     

    System:    Host: wolfbook.itrus.su Kernel: 4.15.1-1-default x86_64 bits: 64 gcc: 7.3.0 Console: tty 0
    Distro: openSUSE Tumbleweed 20180208
    Machine: Device: portable System: Dell product: Vostro 3460 serial: JM6G2W1
    Mobo: Dell model: 0J1V31 v: A00 serial: .JM6G2W1.CN486432CK0025. UEFI: Dell v: A19 date: 08/22/2013
    Battery BAT0: charge: 18.5 Wh 100.0% condition: 18.5/48.8 Wh (38%) model: SIMPLO Dell status: Full
    CPU: Dual core Intel Core i5-3210M (-HT-MCP-) arch: Ivy Bridge rev.9 cache: 3072 KB
    flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9976
    clock speeds: max: 3100 MHz 1: 2561 MHz 2: 2987 MHz 3: 2848 MHz 4: 2686 MHz
    Graphics: Card: Intel 3rd Gen Core processor Graphics Controller bus-ID: 00:02.0
    Display Server: X.org 1.19.6 drivers: intel (unloaded: modesetting,fbdev,vesa)
    tty size: 191x31 Advanced Data: N/A for root out of X
    Audio: Card Intel 7 Series/C216 Family High Definition Audio Controller
    driver: snd_hda_intel bus-ID: 00:1b.0
    Sound: Advanced Linux Sound Architecture v: k4.15.1-1-default
    Network: Card-1: Intel Wireless 7260 driver: iwlwifi bus-ID: 01:00.0
    IF: wlp1s0 state: up mac: fc:f8:ae:50:4a:06
    Card-2: Qualcomm Atheros AR8161 Gigabit Ethernet driver: alx port: 2000 bus-ID: 02:00.0
    IF: p4p1 state: down mac: 5c:f9:dd:55:b9:6f
    Drives: HDD Total Size: 1080.2GB (54.8% used)
    ID-1: /dev/sda model: KINGSTON_SV300S3 size: 120.0GB temp: 42C
    ID-2: /dev/sdb model: SAMSUNG_MZ7LM960 size: 960.2GB temp: 0C
    Partition: ID-1: / size: 96G used: 31G (33%) fs: ext4 dev: /dev/sda2
    ID-2: /home size: 881G used: 509G (58%) fs: ext4 dev: /dev/sdb1
    ID-3: swap-1 size: 13.73GB used: 0.00GB (0%) fs: swap dev: /dev/sda3
    Sensors: System Temperatures: cpu: 68.0C mobo: 70.0C
    Fan Speeds (in rpm): cpu: N/A
    Info: Processes: 266 Uptime: 0:18 Memory: 3644.6/11868.6MB Init: systemd runlevel: 5 Gcc sys: 7.3.0
    Client: Shell (bash 4.4.181) inxi: 2.3.40
  • DanielStm
    DanielStm Posts: 224 Staff member 🤠

    @Angelwind: I doubt that. Ubuntu does not have yum. Have a look here.

    @Werwolf: did you make any manual changes to the repository configuration? What does 'zypper repos' give you? (Or: which tools are you using?)

    @Guus013: Does the problem still exist? Which distribution are you on? Which commands do you use?

    Best regards,

    Daniel

    Linux Developer
  • No, I don't change repo
    Only create symlink
    ln -s /etc/yum.repos.d/twrepo /etc/zypper/repos.d/twrepo
  • DanielStm
    DanielStm Posts: 224 Staff member 🤠

    'zypper repos' output? 'zypper refresh' output?

    Linux Developer
  • @DanielStm: I just now added the repo again and it works fine!

    I am on openSUSE Leap 42.3 and had simply copied /etc/yum.repos.d/teamviewer.repo to /etc/zypp/repos.d/teamviewer.repo. I use the YaST Software Repositories and Software Management GUIs, which execute zypper commands and zypper read the original yum repo file:

    [teamviewer]
    name=TeamViewer - $basearch
    baseurl=http://linux.teamviewer.com/yum/stable/main/binary-$basearch/
    gpgkey=http://linux.teamviewer.com/pubkey/TeamViewer2017.asc
    gpgcheck=1
    enabled=1
    failovermethod=priority

    ... and updated it to this, I only enabled auto-refresh using the GUI:

    [teamviewer]
    name=TeamViewer - $basearch
    enabled=1
    autorefresh=1
    baseurl=http://linux.teamviewer.com/yum/stable/main/binary-$basearch/
    type=rpm-md
    gpgcheck=1
    gpgkey=http://linux.teamviewer.com/pubkey/TeamViewer2017.asc
    keeppackages=0
  • marcos13
    marcos13 Posts: 1

    Same problem here. Command 'zypper refresh' fails!

    OS: OpenSuSE 42.3; x86_64

    /zypp/repos.d/teamviewer.repo

    foo:~ > cat /etc/zypp/repos.d/teamviewer.repo
    [teamviewer]
    name=TeamViewer - $basearch
    enabled=1
    autorefresh=1
    baseurl=http://linux.teamviewer.com/yum/stable/main/binary-$basearch/
    gpgkey=http://linux.teamviewer.com/pubkey/TeamViewer2017.asc
    gpgcheck=1
    type=rpm-md
    keeppackages=0

    Output of 'zypper refresh teamviewer'

    foo:~ # zypper refresh teamviewer
    Permission to access 'http://linux.teamviewer.com/yum/stable/main/binary-x86_64/media.1/media' denied.
    Abort, retry, ignore? [a/r/i/...? shows all options] (a):

    It seems that 'zypper' works slightly different to 'yum' and needs reading permission for some extra files or directories. E.g. Google has managed to set up a repository that functions with both, 'zypp' and 'yum'!!

    marcos

  • DanielStm
    DanielStm Posts: 224 Staff member 🤠

    @Guus013, @Werwolf, @marcos13: we have released an update.
    Please have a look: [Update: 13.1.3026] Spring Update

    Please uninstall the current package and replace it with the dedicated SUSE package.

    Linux Developer
  • jdrch
    jdrch Posts: 10 ✭✭

    Same problem here on Debian 10:

    $ sudo apt update

    [sudo] password for judah:

    Hit:1 http://deb.debian.org/debian buster InRelease

    Hit:2 http://security.debian.org/debian-security buster/updates InRelease

    Hit:3 http://deb.debian.org/debian buster-updates InRelease

    Hit:4 http://repository.veeam.com/backup/linux/agent/dpkg/debian/public stable InRelease

    Hit:5 http://linux-packages.resilio.com/resilio-sync/deb resilio-sync InRelease

    Hit:6 http://dl.google.com/linux/chrome/deb stable InRelease

    Hit:7 https://updates.signal.org/desktop/apt xenial InRelease

    Hit:8 https://download.sublimetext.com apt/stable/ InRelease

    Hit:9 http://packages.microsoft.com/repos/edge stable InRelease

    Hit:10 https://repo.skype.com/deb stable InRelease

    Hit:11 https://cpkg.datto.com/datto-deb/public/buster buster InRelease

    Hit:12 http://repository.spotify.com stable InRelease

    Hit:14 https://dl.ubnt.com/unifi/debian testing InRelease

    Err:15 https://linux.teamviewer.com/deb stable InRelease

    403 Forbidden [IP: 52.85.79.93 443]

    Hit:16 https://packages.cisofy.com/community/lynis/deb stable InRelease

    Hit:13 https://packagecloud.io/asbru-cm/asbru-cm/debian buster InRelease

    Get:17 https://dl.cloudsmith.io/public/asbru-cm/loki/deb/ubuntu xenial InRelease [4,999 B]

    Hit:18 https://packagecloud.io/AtomEditor/atom/any any InRelease

    Reading package lists... Done

    E: Failed to fetch https://linux.teamviewer.com/deb/dists/stable/InRelease 403 Forbidden [IP: 52.85.79.93 443]

    E: The repository 'https://linux.teamviewer.com/deb stable InRelease' is no longer signed.

    N: Updating from such a repository can't be done securely, and is therefore disabled by default.

    N: See apt-secure(8) manpage for repository creation and user configuration details.

    Sounds like TeamViewer forgot to renew the repo cert 🤦‍♂️

    TeamViewer on 5 Windows PCs, 4 Linux PCs, & 2 Android smartphones

  • favoptic_tech
    favoptic_tech Posts: 4 ✭✭

    Same here on both Debian 10 and Ubuntu 20.04

  • LemShattuck
    LemShattuck Posts: 2 ✭✭

    Same problem on two Ubuntu 20.04 - this is seriously uncool

  • QPG
    QPG Posts: 23 ✭✭

    Same problem on OpenSUSE Leap 15.2

    $ sudo zypper ref teamviewer
    Problem retrieving files from 'TeamViewer - x86_64'.
    Permission to access 'https://linux.teamviewer.com/yum/stable/main/binary-x86_64/media.1/media' denied.
    Please see the above error message for a hint.
    Skipping repository 'TeamViewer - x86_64' because of the above error.
    Could not refresh the repositories because of errors.
    


  • tarzadon
    tarzadon Posts: 0

    Problem started here around 11:05 EDT on RHEL 7.9


    # cat teamviewer.repo 

    [teamviewer]

    name=TeamViewer - $basearch

    baseurl=https://linux.teamviewer.com/yum/stable/main/binary-$basearch/

    gpgkey=https://linux.teamviewer.com/pubkey/currentkey.asc

    gpgcheck=1

    repo_gpgcheck=1

    enabled=1

    type=rpm-md

    failovermethod=priority



    Resolving linux.teamviewer.com (linux.teamviewer.com)... 13.224.211.114, 13.224.211.120, 13.224.211.11, ...

    Connecting to linux.teamviewer.com (linux.teamviewer.com)|13.224.211.114|:443... connected.

    HTTP request sent, awaiting response... 403 Forbidden

    2021-04-15 13:31:53 ERROR 403: Forbidden.

  • fips
    fips Posts: 8 ✭✭

    I am currently having the same error-message with openSuSE Leap 15.2. What's wrong?

  • QPG
    QPG Posts: 23 ✭✭

    While this thread has the more accurate title, it is from over three years ago. Rather than necro-posting, follow the more cryptically titled current thread that starts with "Repository is no longer regarded as secure."

    I already added details for OpenSUSE Leap 15.2 in that thread.

  • Dentys
    Dentys Posts: 1

    Same on Ubuntu 18

    E: Failed to fetch https://linux.teamviewer.com/deb/dists/stable/InRelease  403  Forbidden [IP: 52.85.10.79 443]


    How cand we contact the teamviewer people? I doubt they're scanning this forum to spot our problem....

  • finlay
    finlay Posts: 0

    OS Ubuntu Linux 20.10 get error message "The repository 'https://linux.teamviewer.com/deb stable InRelease' is not signed." Without valid signing can no longer update stable release. TeamViewer personnel please correct ASAP.

  • rolandg
    rolandg Posts: 66 ✭✭

    same here on openSuse Leap 15.3

     wget -S 'https://linux.teamviewer.com/yum/stable/main/binary-x86_64/media.1/media'

    --2021-04-16 07:22:07--  https://linux.teamviewer.com/yum/stable/main/binary-x86_64/media.1/media

    Resolving linux.teamviewer.com (linux.teamviewer.com)... 99.84.92.42, 99.84.92.15, 99.84.92.64, ...

    Connecting to linux.teamviewer.com (linux.teamviewer.com)|99.84.92.42|:443... connected.

    HTTP request sent, awaiting response...

     HTTP/1.1 403 Forbidden

     Content-Type: application/xml

     Transfer-Encoding: chunked

     Connection: keep-alive

     Date: Fri, 16 Apr 2021 05:22:06 GMT

     Server: AmazonS3

     X-Cache: Error from cloudfront

     Via: 1.1 24d97ac79c66f25c7df0732cb86ef322.cloudfront.net (CloudFront)

     X-Amz-Cf-Pop: MUC50-C1

     X-Amz-Cf-Id: jS239ehLnDwX9FsPYDjecURI3UWs41Li0y_QR6KJYrik6PmHtocSfQ==

    2021-04-16 07:22:07 ERROR 403: Forbidden.

  • JeanK
    JeanK Posts: 6,973 Community Manager 🌍

    Hello all,

    Thank you for your messages.

    Our development team is currently looking into this issue and working under high pressure to fix it.

    We are sorry for the inconveniences caused.

    Community Manager

  • jasmines
    jasmines Posts: 1
    edited April 2021

    Starting from today, I get the following:


    E: Impossibile recuperare http://linux.teamviewer.com/deb/dists/stable/InRelease  403 Forbidden [IP: ** Please do not post personal information **]

    E: Il repository "http://linux.teamviewer.com/deb stable InRelease" non è più firmato.

    N: L'aggiornamento da tale repository non può essere eseguito in modo sicuro ed è quindi disabilitato come impostazione predefinita.

    N: Consultare la pagina man apt-secure(8) per la creazione di un repository e la configurazione utente.


    I've already open a ticket with Support. Hope they'll solve asap.

    Others with the same issue?

  • jnq35
    jnq35 Posts: 0

    Hello since 2 days :

    Err :8 https://linux.teamviewer.com/deb stable InRelease                       

     403 Forbidden [IP : 13.32.144.82 443]

    E: Impossible de récupérer https://linux.teamviewer.com/deb/dists/stable/InRelease  403  Forbidden [IP : 13.32.144.82 443]

    E: Le dépôt https://linux.teamviewer.com/deb stable InRelease n'est plus signé

    N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.

    N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.

  • donal_
    donal_ Posts: 0

    Yes.


    https://linux.teamviewer.com/deb returns:

    <Error>

    <Code>AccessDenied</Code>

    <Message>Access Denied</Message>

    <RequestId>BWSKEZPAZ3DB8W6W</RequestId>

    <HostId>ry+Nvj5gll3BCgzgtfkWGDxK+baqB6cQDVhKaSKWWIPxlLYucj35zZm2OqaIYeObBxjNC3QoQjU=</HostId>

    </Error>

  • donal_
    donal_ Posts: 0

    https://linux.teamviewer.com/deb returns:

    <Error>

    <Code>AccessDenied</Code>

    <Message>Access Denied</Message>

    <RequestId>BWSKEZPAZ3DB8W6W</RequestId>

    <HostId>ry+Nvj5gll3BCgzgtfkWGDxK+baqB6cQDVhKaSKWWIPxlLYucj35zZm2OqaIYeObBxjNC3QoQjU=</HostId>

    </Error>

  • donal_
    donal_ Posts: 0

    See https://community.teamviewer.com/English/discussion/comment/117680/#Comment_117680 for update (team are aware and working on a fix).

  • donal_
    donal_ Posts: 0

    See https://community.teamviewer.com/English/discussion/comment/117680/#Comment_117680 for update (team are aware and working on a fix).

  • Temmokan
    Temmokan Posts: 0

    Confirming, same happens on Ubuntu 18.04:

    $ sudo apt-get update -y

    ...

    E: Failed to fetch https://linux.teamviewer.com/deb/dists/stable/InRelease  403  Forbidden [IP: 143.204.90.94 443]

    E: The repository 'https://linux.teamviewer.com/deb stable InRelease' is no longer signed.

    N: Updating from such a repository can't be done securely, and is therefore disabled by default.

    I had to remove the repository source for Teamviewer, as it breaks entire automated update sequence.

  • JeanK
    JeanK Posts: 6,973 Community Manager 🌍
    Answer ✓

    Hello all,

    The issue should be fixed.

    Can you confirm on your side?

    Community Manager