<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Moving from HTTP to HTTPS in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-from-HTTP-to-HTTPS/m-p/497453#M14379</link>
    <description>&lt;P&gt;Hello, we are planning to move from http to https with siteminder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i know we have to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) make sure all services definition from smc needs to be change to use https and secure port&amp;nbsp; + we have alias defined for server name&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) change host/port/scheme for setenv.sh for sasserver1_1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) how much changes require for server.xml under sasserver1_1 + sasserver12_1 + .......&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below is my server.xml file (i think changes required at last couple of lines) for sassserver1_1, how much changes are requires there?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you can please suggest...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;Valve className="org.apache.catalina.valves.RemoteIpValve" httpServerPort="7980" httpsServerPort="8343" internalProxies="some-num-some-letters" protocolHeader="X-Forwarded-Proto"/&amp;gt;&lt;BR /&gt; &amp;lt;/Engine&amp;gt;&lt;BR /&gt; &amp;lt;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,&lt;BR /&gt; 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" &lt;BR /&gt; maxKeepAliveRequests="15" maxSwallowSize="-1" port="${nio.http.port}" protocol="org.apache.coyote.http11.Http11NioProtocol" proxyName="servername.companyname.com" proxyPort="7980" &lt;BR /&gt; redirectPort="${nio.https.port}" scheme="http" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" sslProtocol="TLS" useBodyEncodingForURI="true"/&amp;gt;&lt;BR /&gt; &amp;lt;/Service&amp;gt;&lt;BR /&gt;&amp;lt;Listener className="com.sas.vfabrictcsvr.atomikos.AtomikosLifecycleListener"/&amp;gt;&lt;BR /&gt;&amp;lt;/Server&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 16:33:03 GMT</pubDate>
    <dc:creator>woo</dc:creator>
    <dc:date>2018-09-20T16:33:03Z</dc:date>
    <item>
      <title>Moving from HTTP to HTTPS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-from-HTTP-to-HTTPS/m-p/497453#M14379</link>
      <description>&lt;P&gt;Hello, we are planning to move from http to https with siteminder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i know we have to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) make sure all services definition from smc needs to be change to use https and secure port&amp;nbsp; + we have alias defined for server name&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) change host/port/scheme for setenv.sh for sasserver1_1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) how much changes require for server.xml under sasserver1_1 + sasserver12_1 + .......&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below is my server.xml file (i think changes required at last couple of lines) for sassserver1_1, how much changes are requires there?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you can please suggest...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;Valve className="org.apache.catalina.valves.RemoteIpValve" httpServerPort="7980" httpsServerPort="8343" internalProxies="some-num-some-letters" protocolHeader="X-Forwarded-Proto"/&amp;gt;&lt;BR /&gt; &amp;lt;/Engine&amp;gt;&lt;BR /&gt; &amp;lt;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,&lt;BR /&gt; 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" &lt;BR /&gt; maxKeepAliveRequests="15" maxSwallowSize="-1" port="${nio.http.port}" protocol="org.apache.coyote.http11.Http11NioProtocol" proxyName="servername.companyname.com" proxyPort="7980" &lt;BR /&gt; redirectPort="${nio.https.port}" scheme="http" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" sslProtocol="TLS" useBodyEncodingForURI="true"/&amp;gt;&lt;BR /&gt; &amp;lt;/Service&amp;gt;&lt;BR /&gt;&amp;lt;Listener className="com.sas.vfabrictcsvr.atomikos.AtomikosLifecycleListener"/&amp;gt;&lt;BR /&gt;&amp;lt;/Server&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 16:33:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Moving-from-HTTP-to-HTTPS/m-p/497453#M14379</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2018-09-20T16:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from HTTP to HTTPS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-from-HTTP-to-HTTPS/m-p/497940#M14389</link>
      <description>&lt;P&gt;You have to follow instructions from these pages:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n0nakjyj6hlqmvn11p9p04l25j9n.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;Configuring SAS Web Server Manually for HTTPS&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=n1enfdk7f1fjcqn1ggbrx79lm9i0.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;Configuring SAS Web Application Server to Use HTTPS&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=bimtag&amp;amp;docsetTarget=p1fpnnm9hxkhlzn1x5tkqs1caeg5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;Configuring SAS Environment Manager for HTTPS&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 21 Sep 2018 18:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Moving-from-HTTP-to-HTTPS/m-p/497940#M14389</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-09-21T18:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from HTTP to HTTPS</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-from-HTTP-to-HTTPS/m-p/498245#M14401</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26689"&gt;@woo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;answered with the full documentation you need. Please ensure to follow also internal links.&lt;/P&gt;
&lt;P&gt;Did you manage to make the change successfully?&lt;/P&gt;
&lt;P&gt;If you have more specific questions, please do not hesitate to share and we will try to help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Sun, 23 Sep 2018 16:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Moving-from-HTTP-to-HTTPS/m-p/498245#M14401</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2018-09-23T16:02:31Z</dc:date>
    </item>
  </channel>
</rss>

