You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an issue with manually supplying a certificate: adafruit/Adafruit_CircuitPython_Requests#101 (comment)
The NINA firmware limits the certificate length to 1300 bytes. Perhaps the restriction is deeper, but if it can be raised it would help some situations where a longer certificate gets supplied. Otherwise, ESP32SPI gives: AssertionError: .PEM must be less than 1300 bytes.
The text was updated successfully, but these errors were encountered:
There's an issue with manually supplying a certificate:
adafruit/Adafruit_CircuitPython_Requests#101 (comment)
The NINA firmware limits the certificate length to 1300 bytes. Perhaps the restriction is deeper, but if it can be raised it would help some situations where a longer certificate gets supplied. Otherwise, ESP32SPI gives:
AssertionError: .PEM must be less than 1300 bytes.
The text was updated successfully, but these errors were encountered: