MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Default Calendar & Nextcloud Calendar - CERT_HAS_EXPIRED

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    19 Posts 6 Posters 7.0k Views 6 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.
    • M Offline
      MMRIZE @M_M
      last edited by

      @m_m

      It seems to be related with this;
      https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/

      To fix this there might be a few options;

      1. upgrade your node version with --use-openssl-ca flag. (at least node ver 16)
      2. modify source code. Check agentOptions.rejectUnauthorized of fetch or request (anywhich in source). I think that value or equivalent option should be false (to skip unauthorized request)
      3. DANGER : process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0 This is dirty and dangerous but quick solution.
      S AssassinsA 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @MMRIZE
        last edited by

        2.16 dropped request and moved to node-fetch

        looks like older modules using request are still working, but fetch maybe not

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • AssassinsA Offline
          Assassins @MMRIZE
          last edited by

          @mmrize
          Get the same error you write :(

          M 1 Reply Last reply Reply Quote 0
          • M Offline
            MMRIZE @Assassins
            last edited by

            @assassins Which method did you use?

            AssassinsA 1 Reply Last reply Reply Quote 0
            • AssassinsA Offline
              Assassins @MMRIZE
              last edited by

              @mmrize
              request

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                MMRIZE @Assassins
                last edited by

                @assassins
                I think it’s better to upgrade your node version to v16. (and if possible, electron to v15)
                Anyway, at this moment, MM 2.17 is released. Try it first.

                AssassinsA 1 Reply Last reply Reply Quote 0
                • AssassinsA Offline
                  Assassins @MMRIZE
                  last edited by

                  @mmrize
                  Same error with 2.17.0 with both node 14 and 16

                  M 1 Reply Last reply Reply Quote 0
                  • M Offline
                    MMRIZE @Assassins
                    last edited by

                    @assassins
                    Well, sorry. I have no idea anymore.

                    AssassinsA 1 Reply Last reply Reply Quote 0
                    • AssassinsA Offline
                      Assassins @MMRIZE
                      last edited by

                      @mmrize
                      But thanks for you try mate :)

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Assassins
                        last edited by sdetweil

                        @assassins a new version is posted 2.17.1 that fixes this problem

                        git pull 
                        npm install 
                        

                        to update manually

                        OR

                        use my upgrade script
                        see https://github.com/sdetweil/MagicMirror_scripts

                        with apply, if not already on 2.17,
                        use force if already on 2.17

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        AssassinsA B 2 Replies Last reply Reply Quote 0
                        • S sdetweil pinned this topic on
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy