<?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 Re: HTTPS ERROR in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340752#M7883</link>
    <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have missed the below step.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Did you included all the certificates (chain) in all your SASPrivateJRE, on the correct order (Root - CA - certificate), in all your SAS nodes? If not, you should. You can easily do it with the SAS Deployment Mnager&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Just want to understand how many files genertally we need to import via deployment wizard .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our case we have 3 files.&lt;/P&gt;&lt;P&gt;1) key file&amp;nbsp;generted by below command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;genrsa -out sastest01.s.xxxxxx.xx.key 2048&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2) 2 files received from IT dept for&amp;nbsp;&lt;SPAN&gt;site-signed&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;One is in .pem format and other have plain file like below :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-----BEGIN CERTIFICATE-----&lt;/P&gt;&lt;P&gt;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;-----END CERTIFICATE-----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have loaded first file (.pem format ) that we received from IT team after convert into via below command&lt;/P&gt;&lt;P&gt;openssl x509 -in /opt/sas/key/Certificate_Authority.pem -outform PEM -out /opt/sas/key/Certificate_Authority1.pem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and another loaded intermediated file receieved from IT team as defined above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I going to load .key file (private key) its throwing error like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Singed overrun: bytes 920&lt;/P&gt;&lt;P&gt;verify the file contain certificates in proper encoding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please advise weather I am going into right direction and how we can fix above error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2017 12:37:34 GMT</pubDate>
    <dc:creator>japsas100</dc:creator>
    <dc:date>2017-03-14T12:37:34Z</dc:date>
    <item>
      <title>HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340502#M7880</link>
      <description>&lt;P&gt;&amp;nbsp;We have installed &amp;nbsp;and configured sas va distributed env on Linux for HTTP. &amp;nbsp;We have made all the change to in sas files to reconfigured it to HTTPS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are not able to access the&amp;nbsp;SASVisualAnalyticsHub its throwing below error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="error-code"&gt;This site can’t be reached&lt;BR /&gt;sastest01.s.xxxx.xx&amp;nbsp;refused to connect.&lt;BR /&gt;Try:&lt;BR /&gt;Checking the connection&lt;BR /&gt;Checking the proxy and the firewall&lt;BR /&gt;ERR_CONNECTION_REFUSED&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Mar 2017 17:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340502#M7880</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-13T17:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340541#M7881</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124001"&gt;@japsas100&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when you receive those errors:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the first best thing to do, is to check the logs of the SAS Web App that generated the error. In this case: SASVisualAnalyticsHub.log (under /Config/Lev1/Web/Logs/SASServer12_1).&lt;/LI&gt;
&lt;LI&gt;When you go to &lt;A href="https://yourserver.com" target="_blank"&gt;https://yourserver.com&lt;/A&gt; (not necessarily with /SASVisualAnalyticsHub), on the URL tab, do you get a red or green Lock image/icon? That will give you hints if your certificate is correct on the SAS Web Server (~Apache)&lt;/LI&gt;
&lt;LI&gt;Do you even manage to get to the Welcome screen of the SAS Web Server?&lt;/LI&gt;
&lt;LI&gt;you can try to validate the SAS Content Server on the SAS Management Console. Do you get any error, such as PKIX? This will tell you that the certificate is not correct on the Java store and/or your SAS Web Server &lt;A href="http://support.sas.com/documentation/cdl/en/bimtag/69826/HTML/default/viewer.htm#n0nakjyj6hlqmvn11p9p04l25j9n.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bimtag/69826/HTML/default/viewer.htm#n0nakjyj6hlqmvn11p9p04l25j9n.htm&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Did you included all the certificates (chain) in all your SASPrivateJRE, on the correct order (Root - CA - certificate), in all your SAS nodes? If not, you should. You can easily do it with the SAS Deployment Mnager.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something else: Did you checked if you have iptables or any firewall blocking the access, from server and client side? You can easily test this with a "telnet yourserver.com 443" assuming that you have set https to port 443.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 18:36:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340541#M7881</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-13T18:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340752#M7883</link>
      <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have missed the below step.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Did you included all the certificates (chain) in all your SASPrivateJRE, on the correct order (Root - CA - certificate), in all your SAS nodes? If not, you should. You can easily do it with the SAS Deployment Mnager&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Just want to understand how many files genertally we need to import via deployment wizard .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our case we have 3 files.&lt;/P&gt;&lt;P&gt;1) key file&amp;nbsp;generted by below command&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;genrsa -out sastest01.s.xxxxxx.xx.key 2048&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2) 2 files received from IT dept for&amp;nbsp;&lt;SPAN&gt;site-signed&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;One is in .pem format and other have plain file like below :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-----BEGIN CERTIFICATE-----&lt;/P&gt;&lt;P&gt;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;-----END CERTIFICATE-----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have loaded first file (.pem format ) that we received from IT team after convert into via below command&lt;/P&gt;&lt;P&gt;openssl x509 -in /opt/sas/key/Certificate_Authority.pem -outform PEM -out /opt/sas/key/Certificate_Authority1.pem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and another loaded intermediated file receieved from IT team as defined above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I going to load .key file (private key) its throwing error like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Singed overrun: bytes 920&lt;/P&gt;&lt;P&gt;verify the file contain certificates in proper encoding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please advise weather I am going into right direction and how we can fix above error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 12:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340752#M7883</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-14T12:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340757#M7884</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124001"&gt;@japsas100&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you will need to know first the certificate chain/path of your certificate. THis certificate was probably issues by a CA (Certificate Authority) and this CA has probably a Root CA... and so on. You will need to have the certificate of each of them, on PEM (Base 64 encoding/plain format) format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you get them, you will need to import them into your cacerts (if you are on SAS 9.4 M2 or lower) or into&amp;nbsp;the jscerts (if you are on SAS 9.4 M3 or higher), on the right order. Root certificate, dependant CAs and the last one, your certificate of this machine.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 12:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340757#M7884</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-14T12:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340775#M7887</link>
      <description>&lt;P&gt;Thanks....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have received only one root certificate file from IT team thats is in .pem format and other&amp;nbsp;one like below :&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----BEGIN CERTIFICATE-----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XXXXXXXXXXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;XXXXXXXXXXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;-----END CERTIFICATE-----&lt;/P&gt;&lt;P&gt;All above file I have imported via sas depmoment wizard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mentioned "&lt;SPAN&gt;last one, your certificate of this machine." Could you please confirm file name called or where we get this file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pl explian in details as I am very new to this kind of work.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 13:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340775#M7887</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-14T13:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340801#M7889</link>
      <description>&lt;P&gt;I Initially expect the good certificate would be this version&lt;/P&gt;
&lt;P&gt;-----BEGIN CERTIFICATE-----&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;XXXXXXXXXXXXXXXXXXXXXX&lt;/P&gt;
&lt;P&gt;XXXXXXXXXXXXXXXXXXXXXX&lt;/P&gt;
&lt;P&gt;-----END CERTIFICATE-----&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's go step by step. First step:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, you imported the certficate with the SAS deployment manager, and I assume you also put the certificate on the SAS Web Server.&lt;/P&gt;
&lt;P&gt;If you start the SAS Web Server only, and you try to go the &lt;A href="https://yourserver.com" target="_blank"&gt;https://yourserver.com&lt;/A&gt; URL with IE, or Chrome, you will get a red or green lock, right? If you right click or click on this lock, you will get information of your certificate and it will tell you if all certificates are OK or any of them are not OK or is missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know the results of this exercise.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 14:36:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340801#M7889</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-14T14:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340844#M7897</link>
      <description>&lt;P&gt;Thanks ....&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I have received two files from IT dep both have same format as per your last email.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;one file has&amp;nbsp;below format&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-----BEGIN CERTIFICATE-----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XXXXXXXXXXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;XXXXXXXXXXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;-----END CERTIFICATE-----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and other file have same format at the bottom of the file and addtional details like&amp;nbsp;&lt;/P&gt;&lt;P&gt;Certificate:&lt;BR /&gt;Data:&lt;BR /&gt;Version: 3 (0x2)&lt;BR /&gt;Serial Number: 0 (0x0)&lt;BR /&gt;Signature Algorithm:&amp;nbsp;xxxxxxxxxxxxxxxxxxxxxxx&lt;BR /&gt;Issuer: C=xx, O=xxxxxx, CN=xxxxx Certificate Authority&lt;BR /&gt;Validity&lt;BR /&gt;Not Before: Oct 1 00:00:00 2015 GMT&lt;BR /&gt;Not After : Oct 1 00:00:00 2035 GMT&lt;BR /&gt;Subject: C=xx, O=xxxxx, CN=xxxxx Certificate Authority&lt;BR /&gt;Subject Public Key Info:&lt;BR /&gt;Public Key Algorithm: rsaEncryption&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Signature Algorithm:&amp;nbsp;xxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----BEGIN CERTIFICATE-----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XXXXXXXXXXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;XXXXXXXXXXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;-----END CERTIFICATE-----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise which file I need to pick in first step and how I can&amp;nbsp;&lt;SPAN&gt;put the certificate on the SAS Web Server?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:09:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340844#M7897</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-14T16:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340966#M7903</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;When I validate the certificate its throwing below error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[sas@sastest01 bin]$ /opt/sas/sashome/SASPrivateJavaRuntimeEnvironment/9.4/jre/bin/keytool -list -keystore /opt/sas/sashome/SASSecurityCertificateFramework/1.1/cacerts/trustedcerts.jks&lt;BR /&gt;Enter keystore password:&lt;BR /&gt;keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 21:16:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/340966#M7903</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-14T21:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341146#M7904</link>
      <description>&lt;P&gt;We have installed and deployed sas va7.3 on distributed env with http security.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Now we have converted into https as per sas process but still we are able to open sas portal. Its throwing below error:&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;URL &lt;A href="https://sastest01.xxxx.xx/SASVisualAnalyticsHub" target="_blank"&gt;https://sastest01.xxxx.xx/SASVisualAnalyticsHub&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;This site can’t be reached&lt;BR /&gt;sastest01.xxxxxx.xxx&amp;nbsp;refused to connect.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;When we trying to open link without&amp;nbsp;SASVisualAnalyticsHub,&amp;nbsp;its showing the welcome page in blue color&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://sastest01.xxxx.xx/" target="_blank"&gt;https://sastest01.xxxx.xx/&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;also see that&amp;nbsp;This page is secure (valid HTTPS). in green color.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Please advise.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 11:53:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341146#M7904</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-15T11:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341186#M7905</link>
      <description>&lt;P&gt;Hey &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124001"&gt;@japsas100&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you follow steps 7 and 8 of &lt;A href="http://support.sas.com/documentation/cdl/en/bimtag/69826/HTML/default/viewer.htm#n0nakjyj6hlqmvn11p9p04l25j9n.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bimtag/69826/HTML/default/viewer.htm#n0nakjyj6hlqmvn11p9p04l25j9n.htm&lt;/A&gt; and restart the webtier afterwards? Otherwise the communication between the webserver and webapp server will be broken, which your errors suggests is now the case. (The proxy will work, the reverse proxy won't)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might find some more info about the error in the webserver log or in the catalina.out file from the SASServer that runs your VA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Furthermore, if this is a fresh installation, I would suggest starting over and enabling https during the configuration (make sure to load your root and intermediate certificates&amp;nbsp;in the keystore between installation and configuration when you have your own CA). You might have issues applying hotfixes otherwise (you might need to revert to http before the hotfixes, or change the loadcontent scripts to connect to https).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About your error with the jks file. The default password for the keystores is 'changeit'. Did you try that password?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;-- Mike&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 13:38:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341186#M7905</guid>
      <dc:creator>mikev</dc:creator>
      <dc:date>2017-03-15T13:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341213#M7908</link>
      <description>&lt;P&gt;Thanks for email.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally I am able to login to&amp;nbsp;&lt;A href="https://sastest01.xxxxx.xx/SASLogon/login.&amp;nbsp;&amp;nbsp;its" target="_blank"&gt;https://sastest01.xxxxx.xx/SASLogon/login.&amp;nbsp;&amp;nbsp;its&lt;/A&gt; asking the userid and password then it showing below screen: -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have signed in.&lt;/P&gt;&lt;P class="smalltext"&gt;For increased security, sign out and close your web browser when you finish accessing services that require authentication.&lt;/P&gt;&lt;P class="smalltext"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="smalltext"&gt;But when I use below login with &lt;A href="https://sastest01.xxxxx.xx/SASVisualAnalyticsHub/index.jsp&amp;nbsp;.....its" target="_blank"&gt;https://sastest01.xxxxx.xx/SASVisualAnalyticsHub/index.jsp&amp;nbsp;.....its&lt;/A&gt; again throwing below error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;his site can’t be reached&lt;/P&gt;&lt;P&gt;sastest01.xxxx.xx refused to connect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made all the changes as per below document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bimtag/69826/HTML/default/viewer.htm#n0nakjyj6hlqmvn11p9p04l25j9n.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bimtag/69826/HTML/default/viewer.htm#n0nakjyj6hlqmvn11p9p04l25j9n.htm&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise?&lt;/P&gt;&lt;P class="smalltext"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 14:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341213#M7908</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-15T14:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341299#M7914</link>
      <description>&lt;P&gt;Any suggestion on my last query!!!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 18:57:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341299#M7914</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-15T18:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341516#M7933</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124001"&gt;@japsas100&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you should have no problems if you followed the indications provided by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/71045"&gt;@mikev&lt;/a&gt;&amp;nbsp;and previously provided also by myself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let's check something, really simple: are you able to connect to &lt;A href="https://sastest01.xxxxx.xx/SASVisualAnalyticsHub/index.jsp&amp;nbsp;.....its" target="_blank" rel="nofollow noopener noreferrer"&gt;http://sastest01.xxxxx.xx&lt;/A&gt;:8080 , &lt;A href="https://sastest01.xxxxx.xx/SASVisualAnalyticsHub/index.jsp&amp;nbsp;.....its" target="_blank" rel="nofollow noopener noreferrer"&gt;http://sastest01.xxxxx.xx&lt;/A&gt;:8180&amp;nbsp;and &lt;A href="https://sastest01.xxxxx.xx/SASVisualAnalyticsHub/index.jsp&amp;nbsp;.....its" target="_blank" rel="nofollow noopener noreferrer"&gt;http://sastest01.xxxxx.xx&lt;/A&gt;:9180? This should test if your ports to SASServer1_1, 2_1 and 12_1 are blocked or not. They shouldn't.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, could you please check the logs of WebServer/logs/errors WebAppServer12_1/logs/server.log ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: Did you open a parallel track with SAS Technical Support? Since it seems you are a bit under the stress of a deadline, and you are not getting many responses here,&amp;nbsp;you would like to cover all your bases, while we can still try to help you.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 10:19:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341516#M7933</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-16T10:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341552#M7936</link>
      <description>&lt;P&gt;Thanks JuanS_OCS&lt;BR /&gt;Yes I can open &lt;A href="http://sastest01.s.xxxx.xx:8080/" target="_blank"&gt;http://sastest01.s.xxxx.xx:8080/&lt;/A&gt; with any issue. But I cant see any any servers SASServer12_1 .....&lt;BR /&gt;&lt;BR /&gt;I alredy spent so much time on this issue. I am going to reinstall the sas again.&lt;BR /&gt;&lt;BR /&gt;This time i will configure the HTTPS during the sas installation . I have one question regarding regarding the certification....&lt;BR /&gt;&lt;BR /&gt;Could you please guide on which certificate we can use during installation of SAS Web Server:.&lt;BR /&gt;&lt;BR /&gt;During installation SAS asking two files for HTTPS&lt;BR /&gt;1) X509 Certificate&lt;BR /&gt;2) RSA private key&lt;BR /&gt;&lt;BR /&gt;Just want to update you we have received two certificates (site certificate) from IT team&lt;BR /&gt;&lt;BR /&gt;1) Root certificate&lt;BR /&gt;2) server certificate&lt;BR /&gt;&lt;BR /&gt;Both these certificates have same format like&lt;BR /&gt;&lt;BR /&gt;-----BEGIN CERTIFICATE-----&lt;BR /&gt;&lt;BR /&gt;-----END CERTIFICATE-----&lt;BR /&gt;&lt;BR /&gt;Can you please explain where we are going to use these two certificates during and post installation step.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 12:33:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341552#M7936</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-16T12:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341564#M7939</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124001"&gt;@japsas100&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yeah, I see the unnecessary extra time here. Good idea to re-install, because you can do the direct configuration of SSL on a single step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those 2 certificates look good as what SAS will expect. You can start by using the server certificate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just some heads-up: During the configuration of the Web Infrastructure Services on the middle tier, it "might" give you an error. If you open the link of the log with the error, you will quickly see it is a PKIX error. The solution is on the followign procedure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;While you keep open the SAS Deployment Wizard with the error, you can open the SAS Deployment Manager, then you import the Root certificate, then the server certificate (just to be sure). This will&amp;nbsp;add the certificates and chain to the SASPrivateJRE certificate store (jre/lib/secure/jscerts).&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a new certificate (as my_certificate_chain.cer) by appending your Root certificate to your server certificate (copy and paste) &lt;A href="http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#p0gy97oedcx0fin1n83srxchqpzk.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/secref/69831/HTML/default/viewer.htm#p0gy97oedcx0fin1n83srxchqpzk.htm&lt;/A&gt; (Step 5. Create a Certificate Chain in PEM Format Using OpenSSL)&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;(Your Server Certificate - ssl.crt)

-----BEGIN CERTIFICATE-----

&amp;lt;PEM encoded certificate&amp;gt;

-----END CERTIFICATE-----



(Your Intermediate CA Certificate(s)) 

-----BEGIN CERTIFICATE-----

&amp;lt;PEM encoded certificate&amp;gt;

-----END CERTIFICATE-----



(Your Root CA Certificate)

-----BEGIN CERTIFICATE-----

&amp;lt;PEM encoded certificate&amp;gt;

-----END CERTIFICATE-----&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Check the httd-ssl.conf of your Web Server, to ensure the httpd service will run with the right certificate and chain (sss certificate chain, you can include the new my_certificate_chain.cer we created)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Stop manually the SAS Web Server and the SAS Web Application Servers (1_1, 2_1, 12_1)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Start the SAS Web Server and ensure &lt;A href="https://yoursite.com" target="_blank"&gt;https://yoursite.com&lt;/A&gt; works and answers with a green lock&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Start the SAS Web Application Servers (1_1, 2_1, 12_1)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;On the SAS Deployment Wizard that is on-hold, click on retry.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 16 Mar 2017 13:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341564#M7939</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-16T13:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341582#M7943</link>
      <description>&lt;P&gt;Thanks you soo much JanS_OCS&lt;BR /&gt;Just want to check where we want to add my_certificate_chain.cer file and if we want to add this file under /opt/sas/config/Lev1/Web/WebServer/conf/extra/httpd-ssl.conf then can share the where exactly want to add and with syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share full command to stop SAS Web Server and the SAS Web Application Servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During installation we have to defined the sas webapp server like SASServer1_1 SASServer1_2etc....How much we have to defined there server?.&lt;BR /&gt;By default it will create three set of sas web server? last time when I was not defined it created only one &lt;SPAN&gt;SASServer1_1 &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 14:01:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341582#M7943</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-16T14:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341593#M7945</link>
      <description>&lt;P&gt;You are so welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can store that certificate chain into the Web/WebServer/ssl directory, together with the server certificate and its private key.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For starting and stoping the servers, you can execute the Lev1/Web/WebServer/bin/httpdctl {stop|start|status} and for the complete middle tier, you can use the Lev1/sas.servers {start|stop|status} script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can deploy your SAS Web Applications on a single Web Application Server SASServer1_1, but I personally deploy them on multiple server, to simply my administrations tasks, they become more manageable. During the deployment of your middle tier, the SDW will ask you if you want to deploy them on multiple machines. &lt;A href="http://support.sas.com/documentation/cdl/en/biig/69172/HTML/default/viewer.htm#n05020intelplatform00install.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/biig/69172/HTML/default/viewer.htm#n05020intelplatform00install.htm&lt;/A&gt; (see: &lt;SPAN style="text-align: left; color: rgb(0, 0, 0); text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: arial, &amp;quot;Arial Unicode MS&amp;quot;, geneva, &amp;quot;Lucida Grande&amp;quot;, sans-serif; font-size: 14.08px; font-style: normal; font-weight: normal; word-spacing: 0px; float: none; display: inline !important; white-space: normal; orphans: 2; widows: 2; background-color: rgb(255, 255, 255); font-variant-ligatures: normal; font-variant-caps: normal; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;Web Application Server: Multiple Servers)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 14:21:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341593#M7945</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-16T14:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341602#M7946</link>
      <description>&lt;P&gt;Thanks Again!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Last question where we can use rsa private&amp;nbsp;key file during installation.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 14:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341602#M7946</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-16T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341608#M7947</link>
      <description>&lt;P&gt;No problem!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the same link on my previous comment, you can read some lines above:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;SAS Web Server: Location of X509 Certificate and RSA Private Key
If you already have an X.509 certificate, enter their locations. When you are finished, click Next.
In X509 Certificate, enter the path to the valid X.509 certificate with the DNS name of this machine as the Common Name (CN).
In RSA private key, enter the path to the RSA private key that is not protected by a passphrase.
For more information, see SAS Intelligence Platform: Middle-Tier Administration Guide.&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Mar 2017 14:54:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341608#M7947</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-03-16T14:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS ERROR</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341623#M7948</link>
      <description>&lt;P&gt;Thanks .....&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please confrim whether I am going into right direction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create below files using notepad and moved to&amp;nbsp;&lt;SPAN&gt;WebServer/ssl director.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sastest.abc.com.crt -----merged file of server and root certificate in same order&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sastest.abc.com.key -----private key file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just want to understand , do we need to give any link /refrence of these files any where bcz these are not the sas standead names or script will pick automatically from this dir.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 15:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/HTTPS-ERROR/m-p/341623#M7948</guid>
      <dc:creator>japsas100</dc:creator>
      <dc:date>2017-03-16T15:34:18Z</dc:date>
    </item>
  </channel>
</rss>

