Experimental HTTP and HTTPS library for mbed OS 5
Revision 25:47d5c90c9ceb, committed 2018-01-11
- Comitter:
- Jan Jongboom
- Date:
- Thu Jan 11 14:34:33 2018 +0100
- Parent:
- 24:6c1651fd26b9
- Child:
- 26:fe4e03a404fb
- Commit message:
- Add a note about the root-ca-selection
Changed in this revision
| README.md | Show annotated file Show diff for this revision Revisions of this file |
| img/root-ca-selection.png | Show annotated file Show diff for this revision Revisions of this file |
--- a/README.md Thu Jan 11 13:57:53 2018 +0100 +++ b/README.md Thu Jan 11 14:34:33 2018 +0100 @@ -41,6 +41,8 @@ delete request; ``` +**Note:** You can get the root CA for a domain easily from Firefox. Click on the green padlock, click *More information > Security > View certificate > Details*. Select the top entry in the 'Certificate Hierarchy' and click *Export...*. This gives you a PEM file. Add the content of the PEM file to your root CA list ([here's an image](img/root-ca-selection.png)). + ## Memory usage Small requests where the body of the response is cached by the library (like the one found in main-http.cpp), require ~4K of RAM. When the request is finished they require ~1.5K of RAM, depending on the size of the response. This applies both to HTTP and HTTPS. If you need to handle requests that return a large response body, see 'Dealing with large body'.
Binary file img/root-ca-selection.png has changed