BookmarkSubscribeRSS Feed
woo
Barite | Level 11 woo
Barite | Level 11

Hello, we are planning to move from http to https with siteminder. 

 

i know we have to 

1) make sure all services definition from smc needs to be change to use https and secure port  + we have alias defined for server name 

2) change host/port/scheme for setenv.sh for sasserver1_1 

3) how much changes require for server.xml under sasserver1_1 + sasserver12_1 + .......

 

below is my server.xml file (i think changes required at last couple of lines) for sassserver1_1, how much changes are requires there? 

 

if you can please suggest...

 

<Valve className="org.apache.catalina.valves.RemoteIpValve" httpServerPort="7980" httpsServerPort="8343" internalProxies="some-num-some-letters" protocolHeader="X-Forwarded-Proto"/>
</Engine>
<Connector acceptCount="100" bindOnInit="false" ciphers="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA" connectionTimeout="20000" executor="tomcatThreadPool" maxHttpHeaderSize="16384"
maxKeepAliveRequests="15" maxSwallowSize="-1" port="${nio.http.port}" protocol="org.apache.coyote.http11.Http11NioProtocol" proxyName="servername.companyname.com" proxyPort="7980"
redirectPort="${nio.https.port}" scheme="http" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" sslProtocol="TLS" useBodyEncodingForURI="true"/>
</Service>
<Listener className="com.sas.vfabrictcsvr.atomikos.AtomikosLifecycleListener"/>
</Server>

 

2 REPLIES 2
JuanS_OCS
Amethyst | Level 16

Hello @woo,

 

I believe @alexal answered with the full documentation you need. Please ensure to follow also internal links.

Did you manage to make the change successfully?

If you have more specific questions, please do not hesitate to share and we will try to help!

 

Kind regards,

Juan

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 880 views
  • 2 likes
  • 3 in conversation