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
I want to connect to the Meadow cloud with the Core model. Device is registered. Settings are set as documented.
This fails.
The logging shows:
[esp] Wifi InvokeEvent NtpUpdateEvent returned CompletedOk
[esp] Wifi InvokeEvent NetworkConnectedEvent returned CompletedOk
[esp] WiFi adapter state changed to: Connected
[application] Interface: wlan0: wlan0 Wireless80211 Up
[application] starting health metrics timer
[application] Meadow.Cloud service will use the Esp32WiFiAdapter network interface
[cloud] Attempting to login to https://www.meadowcloud.co/api/devices/login with {"id":"38-00-2F-00-0D-50-4B-55-30-38-31-20"}...
failed to parse private key -4352
[application] Failed to authenticate with Meadow.Cloud
Expected behavior
I expect the connection is made and the logging of the module arrives in the Meadow cloud
Screenshots
Developer tools (please complete the following information as best as you can):
OS and version: Windows 11
IDE and version: Visual Studio Community 2022 v17.12.4
Meadow extension for IDE version: VS 2022 Tools for Meadow v1.9.9.0
Meadow (please complete the following information as best as you can):
Most of these values can be found by running meadow device info using the Meadow CLI.
Meadow hardware version: F7CoreComputeV2
Meadow OS version: 2.0.0.3
If they are different, please provide these versions as well.
Meadow Mono version: ??
Meadow coprocessor version: 2.0.0.0
Additional context
I tried to connect to the EventGrid Namespace MQTT broker and provided a private key.
I loaded the latest firmware later on.
Could it be this private key is still available for the code and used here?
Where can I find a list of error codes as this -4352?
How can I remove the private key from the device?
The text was updated successfully, but these errors were encountered:
@sandervandevelde It looks like indeed it is loading a private key from a TLS Client certificate you have previously installed. In order to remove these files, please write empty files to the device to replace them, and reset. Ie. you probably only need to run meadow file write private_key.pem where private_key.pem is an empty file. Please see https://developer.wildernesslabs.co/Meadow/Meadow.OS/TLS_Client_Authentication/ for more info!
Describe the bug
I want to connect to the Meadow cloud with the Core model. Device is registered. Settings are set as documented.
This fails.
The logging shows:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the connection is made and the logging of the module arrives in the Meadow cloud
Screenshots
Developer tools (please complete the following information as best as you can):
Meadow (please complete the following information as best as you can):
Most of these values can be found by running
meadow device info
using the Meadow CLI.Additional context
I tried to connect to the EventGrid Namespace MQTT broker and provided a private key.
I loaded the latest firmware later on.
Could it be this private key is still available for the code and used here?
Where can I find a list of error codes as this -4352?
How can I remove the private key from the device?
The text was updated successfully, but these errors were encountered: