Skip to content

Commit ddc76ac

Browse files
Marcelo SalazarPatater
Marcelo Salazar
authored andcommitted
Update README.md with network troubleshooting
Provide information on how to use easy-connect to configure other network interfaces. Link to the troubleshooting document for further information.
1 parent fa60d4d commit ddc76ac

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tls-client/README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Set up your environment if you have not done so already. For instructions, refer
88

99
You can also compile this example with the [Mbed Online Compiler](https://os.mbed.com/compiler/) by using [this project](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-tls-tls-client).
1010

11-
## Required hardware
11+
## Requirements
1212

13-
This example also requires an Ethernet cable and connection to the internet additional to the hardware requirements in the [main readme](../README.md).
14-
Please read different networking setups instructions from [Easy Connect](https://github.com/ARMmbed/easy-connect/blob/master/README.md).
13+
This example uses by default an Ethernet connection to the internet.
14+
It's possible to switch to another network interface by using [Easy Connect](https://github.com/ARMmbed/easy-connect/blob/master/README.md). The [Mbed OS Example Client](https://github.com/ARMmbed/mbed-os-example-client#application-setup) application shows an example of how to configure other network interfaces.
1515

1616
The networking stack used in this example requires TLS functionality to be enabled on Mbed TLS. On devices where hardware entropy is not present, TLS is disabled by default. This would result in compile time or linking failures.
1717

@@ -92,3 +92,6 @@ Another possible reason for this error is a proxy providing a different certific
9292

9393
**Warning:** this removes all security against a possible active attacker, so use at your own risk or for debugging only!
9494

95+
## Troubleshooting
96+
97+
If you have problems, you can review the [documentation](https://os.mbed.com/docs/latest/tutorials/debugging.html) for suggestions on what could be wrong and how to fix it.

0 commit comments

Comments
 (0)