• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 4.3k 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 Oct 1, 2021, 12:56 PM

    @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 A 2 Replies Last reply Oct 1, 2021, 1:03 PM Reply Quote 0
    • S Offline
      sdetweil @MMRIZE
      last edited by Oct 1, 2021, 1:03 PM

      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
      • A Offline
        Assassins @MMRIZE
        last edited by Oct 1, 2021, 1:21 PM

        @mmrize
        Get the same error you write :(

        M 1 Reply Last reply Oct 1, 2021, 1:24 PM Reply Quote 0
        • M Offline
          MMRIZE @Assassins
          last edited by Oct 1, 2021, 1:24 PM

          @assassins Which method did you use?

          A 1 Reply Last reply Oct 1, 2021, 1:25 PM Reply Quote 0
          • A Offline
            Assassins @MMRIZE
            last edited by Oct 1, 2021, 1:25 PM

            @mmrize
            request

            M 1 Reply Last reply Oct 1, 2021, 1:28 PM Reply Quote 0
            • M Offline
              MMRIZE @Assassins
              last edited by Oct 1, 2021, 1:28 PM

              @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.

              A 1 Reply Last reply Oct 1, 2021, 1:39 PM Reply Quote 0
              • A Offline
                Assassins @MMRIZE
                last edited by Oct 1, 2021, 1:39 PM

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

                M 1 Reply Last reply Oct 1, 2021, 1:42 PM Reply Quote 0
                • M Offline
                  MMRIZE @Assassins
                  last edited by Oct 1, 2021, 1:42 PM

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

                  A 1 Reply Last reply Oct 1, 2021, 1:43 PM Reply Quote 0
                  • A Offline
                    Assassins @MMRIZE
                    last edited by Oct 1, 2021, 1:43 PM

                    @mmrize
                    But thanks for you try mate :)

                    S 1 Reply Last reply Oct 1, 2021, 4:52 PM Reply Quote 0
                    • S Offline
                      sdetweil @Assassins
                      last edited by sdetweil Oct 1, 2021, 4:53 PM Oct 1, 2021, 4:52 PM

                      @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

                      A B 2 Replies Last reply Oct 1, 2021, 5:02 PM Reply Quote 0
                      • S sdetweil pinned this topic on Oct 1, 2021, 4:53 PM
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        7/19
                        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