File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
/* * \file main.cpp
23
23
* \brief An example TLS Client application
24
- * This application sends an HTTPS request to developer .mbed.org and searches for a string in
24
+ * This application sends an HTTPS request to os .mbed.com and searches for a string in
25
25
* the result.
26
26
*
27
27
* This example is implemented as a logic class (HelloHTTPS) wrapping a TCP socket.
50
50
51
51
namespace {
52
52
53
- const char *HTTPS_SERVER_NAME = " developer .mbed.org " ;
53
+ const char *HTTPS_SERVER_NAME = " os .mbed.com " ;
54
54
const int HTTPS_SERVER_PORT = 443 ;
55
55
const int RECV_BUFFER_SIZE = 600 ;
56
56
@@ -64,7 +64,7 @@ const char *HTTPS_HELLO_STR = "Hello world!";
64
64
const char *DRBG_PERS = " mbed TLS helloword client" ;
65
65
66
66
/* List of trusted root CA certificates
67
- * currently only GlobalSign, the CA for developer .mbed.org
67
+ * currently only GlobalSign, the CA for os .mbed.com
68
68
*
69
69
* To add more than one root, just concatenate them.
70
70
*/
You can’t perform that action at this time.
0 commit comments