hello,
I have configure https SSL for our SAS web application but the old URL using the “http” still working as well.
Is there any way to disable the old URL from SMC ?
I tried below steps but it didn’t work
sas.web.csrf.referers.blacklist
Your web service runs over a web server. Depending on SAS release and platform, this is usually a derivative of apache.
I suggest disabling the HTTP port in the web server configuration, or implementing an automatic reroute to HTTPS there.
And you need (at the moment I can only speak for SAS 9.2) to replace all the http:// references with https:// in the SAS SMC.
The setup looks like this:
Internet or LAN -> (HTTP or HTTPS port) -> webserver -> web server interface module for the servlet container -> internal port -> servlet container (earlier tomcat, with SAS 9.2 jboss, don't know for 9.4) -> servlets (web applications).
The change in SAS metadata is needed so that only https:// references appear in the links that the servlets create.
hello,
our SAS platform version is 9.3 with IBM websphere 7.0.0.13
regards
ur SAS platform version is 9.3 running under MS windows server with IBM websphere 7.0.0.13
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.
Find more tutorials on the SAS Users YouTube channel.