Date: Sat, 25 Jun 2005 16:04:28 -0400
Reply-To: Mike Rhoads <RHOADSM1@WESTAT.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Mike Rhoads <RHOADSM1@WESTAT.COM>
Subject: Cannot load SSL support for FILENAME URL
Content-Type: text/plain; charset="us-ascii"
Tim,
Thanks! SAS Tech Support gave me exactly the same advice, and it worked
like a charm. I was afraid from the SAS/SECURE reference that there
would be additional $$$ involved, but that was not the case. (At least,
they didn't ask for my credit card number.)
Mike Rhoads
Westat
RhoadsM1@Westat.com
-----Original Message-----
From: owner-sas-l@listserv.uga.edu [mailto:owner-sas-l@listserv.uga.edu]
On Behalf Of TimBraam
Sent: Wednesday, June 22, 2005 8:28 AM
To: sas-l@uga.edu
Subject: Re: Cannot load SSL support for FILENAME URL
I beleive you'll need this:
http://www.sas.com/apps/demosdownloads/sassecure_913_PROD__sysdep.jsp?pa
ckageID=000338
I've not tried/tested it, but I found in the 9.1.3 Documentation:
SAS/SECURE SSL Add-In Package
In order to use the SAS 9.1.3 SSL software, you must review the
licensing terms and download the appropriate SAS/SECURE SSL Add-In
Package from the SAS download Web site.
Tim Braam
US Census Bureau
Mike Rhoads wrote:
> The FILENAME URL access method in SAS 9.1.3 (WinXP Pro) is documented
as
> supporting SSL. I had cause to try this for the first time today.
> However, my first test job (URL changed to protect the innocent):
>
> FILENAME Testfile URL
> 'https://www.blahblah.com/blahblahblah/junkfile.txt';
>
> DATA _NULL_;
> INFILE Testfile;
> INPUT;
> LIST;
> RUN;
>
> Produced the following:
>
> ERROR: Cannot load SSL support.
>
> Any ideas? I certainly have no problem using SSL on this machine
> directly through Internet Explorer.
>
> Thanks!
>
> Mike Rhoads
> Westat
> RhoadsM1@Westat.com