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?
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
/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
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.