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: README.md
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ The application prints debug messages over the serial port, so you can monitor i
42
42
43
43
After pressing the **RESET** button on the board, the output in the terminal window should be similar to this:
44
44
45
-
```
46
45
{{timeout;120}}
47
46
{{host_test_name;default}}
48
47
{{description;mbed TLS example HTTPS client}}
@@ -95,7 +94,6 @@ After pressing the **RESET** button on the board, the output in the terminal win
95
94
Hello world!
96
95
{{success}}
97
96
{{end}}
98
-
```
99
97
100
98
## Debugging the TLS connection
101
99
@@ -112,10 +110,8 @@ To print out more debug information about the TLS connection, edit the file `sou
112
110
113
111
The TLS connection can fail with an error similar to:
114
112
115
-
```
116
113
mbedtls_ssl_write() failed: -0x2700 (-9984): X509 - Certificate verification failed, e.g. CRL, CA or signature check failed
117
114
Failed to fetch /media/uploads/mbed_official/hello.txt from developer.mbed.org:443
118
-
```
119
115
120
116
This probably means you need to update the contents of the `SSL_CA_PEM` constant (this can happen if you modify `HTTPS_SERVER_NAME`, or when `developer.mbed.org` switches to a new CA when updating its certificate).
0 commit comments