Skip to content

Commit c00008f

Browse files
authored
Update README.md
Add information about setting the Kerberos SPN for SAS Viya 3.5 to the Getting Started section.
1 parent 7528778 commit c00008f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ you can import swat and create a connection::
9292

9393
Note the default port for the Python SWAT connection is 5570.
9494

95+
If you are using python-swat version 1.8.0 or later to connect to a SAS Viya 3.5 CAS server using Kerberos, prior to connecting you must set the Service Principal Name (SPN) using the CASSPN environment variable. For SAS Viya 3.5, the SPN string must start with 'sascas@', followed by the hostname.
96+
97+
export CASSPN=sascas@host
98+
9599
If you get an error message about the **TCP/IP negClientSSL support routine**, you
96100
likely have an issue with your SSL certificate configuration. See the
97101
[Encryption](https://sassoftware.github.io/python-swat/encryption.html) documentation

0 commit comments

Comments
 (0)