|
@@ -37,8 +37,8 @@ main(int argc, char *argv[])
|
|
|
/* Connect client */
|
|
|
char errbuf[256] = {0};
|
|
|
struct mg_client_options opt = {0};
|
|
|
- opt.host = argv[1]; /* Host name from command line */
|
|
|
- opt.port = 443; /* Default HTTPS port */
|
|
|
+ opt.host = argv[1]; /* Host name from command line */
|
|
|
+ opt.port = 443; /* Default HTTPS port */
|
|
|
opt.client_cert = NULL; /* Client certificate, if required */
|
|
|
opt.server_cert = NULL; /* Server certificate to verify */
|
|
|
opt.host_name = opt.host; /* Host name for SNI */
|