Updating Repetier Firmware to 1.0.1 breaks Repetier-Informer

After upgrading firmware to 1.0.1 I no longer get Repetier-Informer messages.  I found the following error in the Octoprint log:

SSLError: HTTPSConnectionPool(host='informer.repetier-apps.com', port=443): Max retries exceeded with url: /api/1/message.php (Caused by SSLError(CertificateError("hostname 'informer.repetier-apps.com' doesn't match 'download1.repetier.com'",),))

How do I fix this error?

Comments

  • I've updated to OctoPrint 1.3.6 recently too.  It might have been that.  Anyway, re-installing the Informer plug-in gives me the following error:

    /home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.

    SNIMissingWarning

    /home/pi/oprint/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.

    InsecurePlatformWarning

    Do I need a fresh install of OctoPrint at this point to get a newer version of Python?

    Thanks,

    Ken


  • We did not write this plugin, so I can't say why these errors happen. Best would be to open an issue in the plugins github repository.

    To me it looks like some python library has problems with it's https implementation. Server has several certificates for same ip which requires a different protocol then the early way where each Ip could only handle one certificate.
  • I found out that I had an old version of OctoPi which used an older Python library.  Switched to current OctoPi and everything works again.
Sign In or Register to comment.