Skip to content

Commit 1e3cd8b

Browse files
committed
Fixing SSL port for Junit Tests to 18884.
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent 156cd95 commit 1e3cd8b

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
@@ -4,7 +4,7 @@ SERVER_URI=tcp://iot.eclipse.org:1883
44
CLIENT_KEY_STORE=clientkeystore.jks
55
CLIENT_KEY_STORE_PASSWORD=password
66
CLIENT_TRUST_STORE=clientkeystore.jks
7-
SERVER_SSL_PORT=8883
7+
SERVER_SSL_PORT=18884
88
SERVER_WEBSOCKET_URI=ws://iot.eclipse.org:80
99

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

0 commit comments

Comments
 (0)