We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a4996 commit bfd2f20Copy full SHA for bfd2f20
README.md
@@ -87,7 +87,9 @@ you can import swat and create a connection::
87
88
>>> import swat
89
>>> conn = swat.CAS(host, port, username, password)
90
-
+
91
+Note the default port for the Python SWAT connection is 5570.
92
93
If you get an error message about the **TCP/IP negClientSSL support routine**, you
94
likely have an issue with your SSL certificate configuration. See the
95
[Encryption](https://sassoftware.github.io/python-swat/encryption.html) documentation
0 commit comments