Azure-Samples / Azure-Samples/iotedge_config_cli
After running the script, sometimes we get the error in iotedge check, sometimes not
- Dominant language
- Rust
- Stars
- 8
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Getting this from lower layer:
```
Connectivity checks
-------------------
√ container on the default network can connect to upstream AMQP port - OK
× container on the default network can connect to upstream HTTPS / WebSockets port - Error
Container on the default network could not connect to 10.126.18.54:443
√ container on the default network can connect to upstream MQTT port - OK
√ container on the IoT Edge module network can connect to upstream AMQP port - OK
× container on the IoT Edge module network can connect to upstream HTTPS / WebSockets port - Error
Container on the azure-iot-edge network could not connect to 10.126.18.54:443
√ container on the IoT Edge module network can connect to upstream MQTT port - OK
```
However, the system works just fine and the certificate looks fine.


It was fixed after doing `sudo iotedge config apply` again. Which is weird the last command in the `install.sh` is also `config apply`. Why do you need to do it twice in a row?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.