Skip to content

Commit 388c5c4

Browse files
committed
ucloud: change certificate default port to 8885.
1 parent 31fbdc1 commit 388c5c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arduino_iot_cloud/ucloud.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ class InvalidStateError(Exception):
2121
try:
2222
from arduino_iot_cloud._version import __version__
2323
except (ImportError, AttributeError):
24-
__version__ = "1.3.3"
24+
__version__ = "1.5.0"
2525

2626
# Server/port for basic auth.
2727
_DEFAULT_SERVER = "iot.arduino.cc"
2828

2929
# Default port for cert based auth and basic auth.
30-
_DEFAULT_PORT = (8883, 8884)
30+
_DEFAULT_PORT = (8885, 8884)
3131

3232

3333
class DoneException(Exception):

0 commit comments

Comments
 (0)