Tuesday, August 30, 2016

SAS ERROR: Cannot load SSL support. on Microsoft Windows

When using SAS with HTTPS or FTPS, which requires SSL/TLS support, you may see this error message in the SAS log.

ERROR: Cannot load SSL support.

Here is an example of code that can trigger the error.

filename myref url "https://www.google.com";
data _null_; 
infile myref; 
run;

The cause was that SAS/Secure Client Components was not installed, so I resolved the issue by running the SAS Deployment Wizard to install SAS/Secure Client Components.

Tested with SAS 9.4 M3 on Microsoft Windows 7. The error may also happen with encrypted SMTP, but I did not test SMTP.

No comments:

Post a Comment

Benchmarking the TP-Link TL-WPA7510 Powerline kit

Real-World Powerline Networking Benchmarks A practical look at HomePlug AV2 performance across outlets, with iperf3 & ping TL;DR: Po...