Skip to content

Commit bfd2f20

Browse files
committed
Added note that the default port for SWAT is 5570
1 parent a6a4996 commit bfd2f20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ you can import swat and create a connection::
8787

8888
>>> import swat
8989
>>> conn = swat.CAS(host, port, username, password)
90-
90+
91+
Note the default port for the Python SWAT connection is 5570.
92+
9193
If you get an error message about the **TCP/IP negClientSSL support routine**, you
9294
likely have an issue with your SSL certificate configuration. See the
9395
[Encryption](https://sassoftware.github.io/python-swat/encryption.html) documentation

0 commit comments

Comments
 (0)