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
Copy file name to clipboardExpand all lines: tls-client/README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ Set up your environment if you have not done so already. For instructions, refer
8
8
9
9
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).
10
10
11
-
## Required hardware
11
+
## Requirements
12
12
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.
15
15
16
16
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.
17
17
@@ -92,3 +92,6 @@ Another possible reason for this error is a proxy providing a different certific
92
92
93
93
**Warning:** this removes all security against a possible active attacker, so use at your own risk or for debugging only!
94
94
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