UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Let's encrypt internet certificate situation

    Scheduled Pinned Locked Moved General
    12 Posts 6 Posters 1.1k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • KenedaK Online
        Keneda
        last edited by Keneda

        From 30 september there will be problem with internet access for some device with old certificate, see here : https://scotthelme.co.uk/lets-encrypt-old-root-expiration/

        My question is to know if uTouch uses Ubuntu certicicates (16.04 seems OK) or android certificates ?

        Will we be affected in any way, now or in futur ?

        2015-2023 : Meizu MX4 ☠️⚰️✝️
        2023-2024 : Nexus 5 ☠️⚰️✝️
        2024-***** : FPOS Fairphone 5 waiting UT for freedom 😉
        🇲🇫🇬🇧

        LakotaubpL 1 Reply Last reply Reply Quote 1
        • LakotaubpL Offline
          Lakotaubp @Keneda
          last edited by

          @keneda Maybe a q&a question?

          1 Reply Last reply Reply Quote 0
          • ezzeE Offline
            ezze
            last edited by

            I faced the issues with FluffyChat application. Neither my own instance of Matrix Synapse nor matrix.org (both using Let's Encrtypt) do not work anymore. The app says "No connection".

            1 Reply Last reply Reply Quote 0
            • flohackF Offline
              flohack
              last edited by

              Thats the only issue we are facing currently: https://github.com/ubports/ubuntu-touch/issues/1838

              My languages: 🇦🇹 🇩🇪 🇬🇧 🇺🇸

              ezzeE 1 Reply Last reply Reply Quote 0
              • ezzeE Offline
                ezze @flohack
                last edited by

                @flohack Does FluffyChat work for you?

                flohackF K 2 Replies Last reply Reply Quote 0
                • flohackF Offline
                  flohack @ezze
                  last edited by

                  @ezze No, probably not, but as ignorant as it sounds, its not a Core App, and so from the foundations point of view its not an issue. You need to talk with @Krille if he can fix it.

                  My languages: 🇦🇹 🇩🇪 🇬🇧 🇺🇸

                  1 Reply Last reply Reply Quote 1
                  • K Offline
                    kugiigi @ezze
                    last edited by

                    @ezze Yup, doesn't work for me either in the past few days. I was ignoring this topic, I didn't expect I'll be affected this much 😄

                    KenedaK ezzeE 2 Replies Last reply Reply Quote 1
                    • KenedaK Online
                      Keneda @kugiigi
                      last edited by

                      @kugiigi
                      I'd have prefered you could ignore it limitless 😅

                      2015-2023 : Meizu MX4 ☠️⚰️✝️
                      2023-2024 : Nexus 5 ☠️⚰️✝️
                      2024-***** : FPOS Fairphone 5 waiting UT for freedom 😉
                      🇲🇫🇬🇧

                      1 Reply Last reply Reply Quote 0
                      • ezzeE Offline
                        ezze @kugiigi
                        last edited by

                        @kugiigi I've created the issue in the repo regarding this: https://gitlab.com/KrilleFear/fluffychat/-/issues/184

                        Hope, we'll be able to fix it as soon as possible because all my personal messaging lives in Matrix. :folded_hands:

                        1 Reply Last reply Reply Quote 0
                        • bhdouglassB Offline
                          bhdouglass
                          last edited by

                          You can fix this on the server side by running: certbot renew --force-renewal --preferred-chain "ISRG Root X1" (ref). This is what I did to fix the OpenStore app being broken.

                          Otherwise I hear you can blacklist the certificate. Or just wait for the fix for Ubuntu touch to land in an OTA.

                          open-store.io && bhdouglass.com

                          ezzeE 1 Reply Last reply Reply Quote 1
                          • ezzeE Offline
                            ezze @bhdouglass
                            last edited by ezze

                            @bhdouglass Thanks for sharing this. In my case I had to update certbot from 0.40.0 to 1.19.0 and recreate certificates:

                            sudo apt-get remove -y certbot python3-certbot-apache
                            sudo apt install snapd
                            sudo snap install certbot --classic
                            sudo ln -s /snap/bin/certbot /usr/bin/certbot
                            sudo certbot certonly --nginx --force-renewal --preferred-chain "ISRG Root X1"
                            

                            It solves "No connection" issue in FluffyChat but after I input my login credentials I enter an infinite loop between two screens: "Please wait" and empty chat list proposing to swipe... Clearing cache doesn't help.

                            @kugiigi @Krille Could it be still related to the new certificate?

                            [photo_2021-10-05_17-52-09.jpg photo_2021-10-05_17-52-09 (2).jpg

                            1 Reply Last reply Reply Quote 0
                            • ezzeE Offline
                              ezze
                              last edited by

                              Nevermind, guys! The above bug with flashing screens is not linked with SSL-certificate. It's some another bug in FluffyChat appeared after a logged out and logged in again.

                              So renewing the certificate solves the issue completely. Thanks.

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post