Skip to content

Commit 2eba11a

Browse files
committed
Changing WebSocket tests to use HTTPS
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent 9b0c5e9 commit 2eba11a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.eclipse.paho.client.mqttv3.test/src/test/resources/test.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CLIENT_KEY_STORE=clientkeystore.jks
55
CLIENT_KEY_STORE_PASSWORD=password
66
CLIENT_TRUST_STORE=clientkeystore.jks
77
SERVER_SSL_PORT=18884
8-
SERVER_WEBSOCKET_URI=ws://iot.eclipse.org:80
8+
SERVER_WEBSOCKET_URI=wss://iot.eclipse.org:443
99
SERVER_SSL_PORT=8883
1010

1111
# The list of server URIs which may be set in the MQTT ConnectOptions for an HA testcase.

0 commit comments

Comments
 (0)