Skip to content

Commit 006599a

Browse files
committed
Fix formatting in readme.
1 parent 90d6ec8 commit 006599a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ The application prints debug messages over the serial port, so you can monitor i
4242

4343
After pressing the **RESET** button on the board, the output in the terminal window should be similar to this:
4444

45-
```
4645
{{timeout;120}}
4746
{{host_test_name;default}}
4847
{{description;mbed TLS example HTTPS client}}
@@ -95,7 +94,6 @@ After pressing the **RESET** button on the board, the output in the terminal win
9594
Hello world!
9695
{{success}}
9796
{{end}}
98-
```
9997

10098
## Debugging the TLS connection
10199

@@ -112,10 +110,8 @@ To print out more debug information about the TLS connection, edit the file `sou
112110

113111
The TLS connection can fail with an error similar to:
114112

115-
```
116113
mbedtls_ssl_write() failed: -0x2700 (-9984): X509 - Certificate verification failed, e.g. CRL, CA or signature check failed
117114
Failed to fetch /media/uploads/mbed_official/hello.txt from developer.mbed.org:443
118-
```
119115

120116
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).
121117

0 commit comments

Comments
 (0)