<?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 Hi Scott, in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163697#M2959</link>
    <description>&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;Intel verified my certificate, but now I get an error when I try to query IAS for message 2 from service provider to IAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To sp.exe I got the following error&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Could not query IAS&lt;/P&gt;&lt;P&gt;could not retrieve the sigrl&lt;/P&gt;&lt;P&gt;error processing msg1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have used -v to run the server and get more details and I realized that when I do a HTTP Get request to IAS the url looks like this&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GET &lt;A href="https://test-as.sgx.trustedservices.intel.com/attestation/sgx/v3/sigrl/gid" target="_blank"&gt;https://test-as.sgx.trustedservices.intel.com/attestation/sgx/v3/sigrl/gid&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;However I checked the IAS documentation and HTTP GET request looks like&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GET &lt;A href="https://test-as.sgx.trustedservices.intel.com:443/attestation/sgx/v3/sigrl/00000010" target="_blank"&gt;https://test-as.sgx.trustedservices.intel.com:443/attestation/sgx/v3/sigrl/00000010&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think the problem is that the port is not given at my HTTP GET request?&lt;/P&gt;&lt;P&gt;Also I see another suspicious thing about gid.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;msg.gid at my sp.exe&lt;/EM&gt; is different from gid in HTTP GET request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also do I need to do some addings at &lt;EM&gt;settings.cmd&lt;/EM&gt; file for that problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate any help&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;P&gt;Enio&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2019 14:32:04 GMT</pubDate>
    <dc:creator>Marku__Enio</dc:creator>
    <dc:date>2019-07-01T14:32:04Z</dc:date>
    <item>
      <title>Running intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163691#M2953</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am building an SGX application and I tried to run Intel RA as it is mentioned in&lt;A href="https://github.com/intel/sgx-ra-sample"&gt;&amp;nbsp;https://github.com/intel/sgx-ra-sample&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am using Windows and I was able to built it but I am not able to execute it.&lt;/P&gt;&lt;P&gt;When I go to the directory vs\x64\Debug and execute the command&amp;nbsp;&lt;/P&gt;
&lt;PRE class="brush:; class-name:dark;"&gt;run-client host:7777&lt;/PRE&gt;

&lt;BLOCKQUOTE&gt;&lt;P&gt;I got an error: getaddrinfo: No such host is known..&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Also when I execute the command&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:; class-name:dark;"&gt;run-server -A  7777&lt;/PRE&gt;

&lt;BLOCKQUOTE&gt;&lt;P&gt;I got an error:&amp;nbsp; cert_load_file:IASReportSigningCertificate.pem: No such file or directory&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I went through the code and I realized (at least what I think) that the file&amp;nbsp;&lt;EM&gt;IASReportSigningCertificate.pem &lt;/EM&gt;does not exist and I could not find it on my Windows System directory. I know that some edits need to be done at &lt;EM&gt;settings.cmd&lt;/EM&gt; file but I do not know where should I find the IAS certificate in my pc.&lt;/P&gt;
&lt;P&gt;Has anyone tried to run this sample successfully? If yes, I would really appreciate if these guys can give me a feedback&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 13:05:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163691#M2953</guid>
      <dc:creator>Marku__Enio</dc:creator>
      <dc:date>2019-06-11T13:05:23Z</dc:date>
    </item>
    <item>
      <title>Hello Enio.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163692#M2954</link>
      <description>&lt;P&gt;Hello Enio.&lt;/P&gt;&lt;P&gt;The Attestation Report Signing CA Certificate (IASReportSigningCertificate.pem) file will be sent via email after your self-signed x.509 cert has been added to the DEV IAS environment. For more information, see the&amp;nbsp;Prerequisites section of the web page below that goes along with the remote attestation sample code.&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/code-sample-intel-software-guard-extensions-remote-attestation-end-to-end-example" target="_blank"&gt;https://software.intel.com/en-us/articles/code-sample-intel-software-guard-extensions-remote-attestation-end-to-end-example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 13:48:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163692#M2954</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2019-06-11T13:48:14Z</dc:date>
    </item>
    <item>
      <title>Hi Scott,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163693#M2955</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;I have followed the link for using self signed certificate but the verification at the last step was unsuccessful, anyway I did some research and the solution is to send the {CommonName}.cert file as .txt file. I did that and I got a reply from Intel that they are processing my requests but has been around 24 hours that I still have not got back an email by them with SPID. Is that a normal procedure by Intel or is that taking too long?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Enio&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 16:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163693#M2955</guid>
      <dc:creator>Marku__Enio</dc:creator>
      <dc:date>2019-06-12T16:21:00Z</dc:date>
    </item>
    <item>
      <title>Hi Enio.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163694#M2956</link>
      <description>&lt;P&gt;Hi Enio.&lt;/P&gt;&lt;P&gt;Generally, turn around time is 2-3 days, depending on our back end team's workload.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 16:28:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163694#M2956</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2019-06-12T16:28:51Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163695#M2957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;While I creating &lt;A href="https://software.intel.com/en-us/articles/how-to-create-self-signed-certificates-for-use-with-intel-sgx-remote-attestation-using"&gt;Self-Signed Certificates for use with Intel® SGX Remote Attestation using OpenSSL &lt;/A&gt; I got error (please see the attachment) at the final step to verify that my certificate passes the openssl verification.&lt;/P&gt;&lt;P&gt;Can anyone suggest?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 23:34:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163695#M2957</guid>
      <dc:creator>bashar__golam</dc:creator>
      <dc:date>2019-06-24T23:34:36Z</dc:date>
    </item>
    <item>
      <title>Hi bashar,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163696#M2958</link>
      <description>&lt;P&gt;Hi bashar,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just sent a version of certificate you obtained in .txt file by contacting Intel. Then they will verify it and after verification, if succesful you will get an EPID and a link to download the certificate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enio&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 14:23:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163696#M2958</guid>
      <dc:creator>Marku__Enio</dc:creator>
      <dc:date>2019-07-01T14:23:57Z</dc:date>
    </item>
    <item>
      <title>Hi Scott,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163697#M2959</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;Intel verified my certificate, but now I get an error when I try to query IAS for message 2 from service provider to IAS.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To sp.exe I got the following error&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Could not query IAS&lt;/P&gt;&lt;P&gt;could not retrieve the sigrl&lt;/P&gt;&lt;P&gt;error processing msg1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have used -v to run the server and get more details and I realized that when I do a HTTP Get request to IAS the url looks like this&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GET &lt;A href="https://test-as.sgx.trustedservices.intel.com/attestation/sgx/v3/sigrl/gid" target="_blank"&gt;https://test-as.sgx.trustedservices.intel.com/attestation/sgx/v3/sigrl/gid&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;However I checked the IAS documentation and HTTP GET request looks like&lt;/P&gt;&lt;P&gt;&lt;EM&gt;GET &lt;A href="https://test-as.sgx.trustedservices.intel.com:443/attestation/sgx/v3/sigrl/00000010" target="_blank"&gt;https://test-as.sgx.trustedservices.intel.com:443/attestation/sgx/v3/sigrl/00000010&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think the problem is that the port is not given at my HTTP GET request?&lt;/P&gt;&lt;P&gt;Also I see another suspicious thing about gid.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;msg.gid at my sp.exe&lt;/EM&gt; is different from gid in HTTP GET request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also do I need to do some addings at &lt;EM&gt;settings.cmd&lt;/EM&gt; file for that problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate any help&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;P&gt;Enio&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 14:32:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Running-intel-sgx-ra-sample/m-p/1163697#M2959</guid>
      <dc:creator>Marku__Enio</dc:creator>
      <dc:date>2019-07-01T14:32:04Z</dc:date>
    </item>
  </channel>
</rss>

