From d6ec6d1ae5e05c815f55412300ef991151e44d89 Mon Sep 17 00:00:00 2001 From: Liu Han Date: Thu, 8 Dec 2016 19:34:14 +0800 Subject: [PATCH] example/09_openssl_client: change default port to be 443 --- examples/09_openssl_client/main/Kconfig.projbuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/09_openssl_client/main/Kconfig.projbuild b/examples/09_openssl_client/main/Kconfig.projbuild index 1767923ad1..ff1cb863c7 100644 --- a/examples/09_openssl_client/main/Kconfig.projbuild +++ b/examples/09_openssl_client/main/Kconfig.projbuild @@ -9,7 +9,7 @@ config TARGET_DOMAIN config TARGET_PORT_NUMBER int "Target port number" range 0 65535 - default 433 + default 443 help Target port number for the example to connect to. @@ -25,4 +25,4 @@ config WIFI_PASSWORD help WiFi password (WPA or WPA2) for the example to use. -endmenu \ No newline at end of file +endmenu