<?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 Hello, in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170085#M3173</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I followed this documentation for setting up PoET: &lt;A href="https://sawtooth.hyperledger.org/docs/core/releases/1.0/sysadmin_guide/configure_sgx.html" target="_blank"&gt;https://sawtooth.hyperledger.org/docs/core/releases/1.0/sysadmin_guide/configure_sgx.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When it reached to execute this command "poet enclave --enclave-module sgx measurement" following error occured: SystemError: Unable to create enclave.: SGX ERROR: SGX_ERROR_SERVICE_UNAVAILABLE&lt;/P&gt;&lt;P&gt;What does this error means? How can we overcome this? Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2019 05:09:34 GMT</pubDate>
    <dc:creator>V__Simsar</dc:creator>
    <dc:date>2019-05-27T05:09:34Z</dc:date>
    <item>
      <title>Using PoET behind FW</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170081#M3169</link>
      <description>Hello,

I am trying to setup PoET environment. but it seems I am running into an issue now.
When I use command like “poet enclave --enclave-module sgx  measurement”, I got an error like


ERROR: SGX_ERROR_SERVICE_UNAVAILABLE
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sawtooth_poet_cli/main.py", line 133, in main_wrapper
    main()
  File "/usr/lib/python3/dist-packages/sawtooth_poet_cli/main.py", line 125, in main
    do_enclave(args)
  File "/usr/lib/python3/dist-packages/sawtooth_poet_cli/enclave.py", line 57, in do_enclave
    data_dir=config.get_data_dir()) as poet_enclave_module:
  File "/usr/lib/python3/dist-packages/sawtooth_poet_cli/poet_enclave_module_wrapper.py", line 58, in __init__
    self._poet_enclave_module.initialize(config_dir, data_dir)
  File "/usr/lib/python3/dist-packages/sawtooth_poet_sgx/poet_enclave_sgx/poet_enclave.py", line 532, in initialize
    _poet = Poet(data_dir, signed_enclave, toml_config['spid'])
  File "/usr/lib/python3/dist-packages/sawtooth_poet_sgx/poet_enclave_sgx/poet_enclave.py", line 396, in __init__
    this = _poet_enclave.new_Poet(dataDirectory, enclaveModulePath, spid)
SystemError: Failed to create PSE session.: SGX ERROR: SGX_ERROR_SERVICE_UNAVAILABLE

 
It seems to me that it tries to reach ps.sgx.trustedservices.intel.com, but I have setup the node behind proxy.
So, it failed to connect the server. 
I’ve set http_proxy or https_proxy, but these environment variables seem to be ignored.
Could you let me know how I can solve this problem?
It would be great if someone could provide hints to solve the issue.

Thanks,</description>
      <pubDate>Mon, 16 Apr 2018 01:41:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170081#M3169</guid>
      <dc:creator>Nishida__Yoshi</dc:creator>
      <dc:date>2018-04-16T01:41:59Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170082#M3170</link>
      <description>Hello, 
I've tried to modified /etc/sawtooth/poet_enclave_sgx.toml to see if there's any way to solve this.

It seems that ias_url in the file is somehow ignored. I've used "https://test-as.sgx.trustedservices.intel.com:443" for ias_url, but when I use poet command, it always looks for ps.sgx.trustedservices.intel.com. 

I just followed everything documented in the following URL. If I miss something, please let me know.

&lt;A href="https://sawtooth.hyperledger.org/docs/core/releases/1.0.0rc1/sysadmin_guide/configure_sgx.html" target="_blank"&gt;https://sawtooth.hyperledger.org/docs/core/releases/1.0.0rc1/sysadmin_guide/configure_sgx.html&lt;/A&gt;</description>
      <pubDate>Tue, 17 Apr 2018 18:24:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170082#M3170</guid>
      <dc:creator>Nishida__Yoshi</dc:creator>
      <dc:date>2018-04-17T18:24:54Z</dc:date>
    </item>
    <item>
      <title>anybody ever fixed the</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170083#M3171</link>
      <description>&lt;P&gt;anybody ever fixed the problem?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2019 22:33:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170083#M3171</guid>
      <dc:creator>BlackBear</dc:creator>
      <dc:date>2019-03-25T22:33:18Z</dc:date>
    </item>
    <item>
      <title>I am not familiar with the</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170084#M3172</link>
      <description>&lt;P&gt;I am not familiar with the specific scenario, but in general, if you want to configure a proxy for the AESM, at the bottom of the GitHub page&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/intel/linux-sgx"&gt;https://github.com/intel/linux-sgx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it says:&lt;/P&gt;&lt;P&gt;Configure the Proxy for aesmd Service&lt;/P&gt;&lt;P&gt;The aesmd service uses the HTTP protocol to initialize some services.&lt;BR /&gt;If a proxy is required for the HTTP protocol, you may need to manually set up the proxy for the aesmd service.&lt;BR /&gt;You should manually edit the file&amp;nbsp;/etc/aesmd.conf&amp;nbsp;(refer to the comments in the file) to set the proxy for the aesmd service.&lt;BR /&gt;After you configure the proxy, you need to restart the service to enable the proxy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 15:00:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170084#M3172</guid>
      <dc:creator>Francisco_C_Intel</dc:creator>
      <dc:date>2019-03-27T15:00:10Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170085#M3173</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I followed this documentation for setting up PoET: &lt;A href="https://sawtooth.hyperledger.org/docs/core/releases/1.0/sysadmin_guide/configure_sgx.html" target="_blank"&gt;https://sawtooth.hyperledger.org/docs/core/releases/1.0/sysadmin_guide/configure_sgx.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When it reached to execute this command "poet enclave --enclave-module sgx measurement" following error occured: SystemError: Unable to create enclave.: SGX ERROR: SGX_ERROR_SERVICE_UNAVAILABLE&lt;/P&gt;&lt;P&gt;What does this error means? How can we overcome this? Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 05:09:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170085#M3173</guid>
      <dc:creator>V__Simsar</dc:creator>
      <dc:date>2019-05-27T05:09:34Z</dc:date>
    </item>
    <item>
      <title>Please check if aesmd service</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170086#M3174</link>
      <description>&lt;P&gt;Please check if aesmd service is running on your machine. `$ sudo service aesmd status` will give more information.&lt;/P&gt;&lt;P&gt;Optionally as Francisco suggested you may check if your machine is behind a firewall or proxy network.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 12:21:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170086#M3174</guid>
      <dc:creator>Arun_S_Intel</dc:creator>
      <dc:date>2019-08-18T12:21:17Z</dc:date>
    </item>
    <item>
      <title>You need to add your</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170087#M3175</link>
      <description>&lt;P&gt;You need to add your corporate proxy to /etc/aesmd.conf:&lt;/P&gt;&lt;P&gt;proxy type = manual&lt;BR /&gt;aesm proxy = &amp;lt;proxy url and port here&amp;gt;&lt;/P&gt;&lt;P&gt;Then restart aesmd or reboot.&lt;/P&gt;&lt;P&gt;Also, make sure "intel.com" is not in $no_proxy as both&amp;nbsp;&amp;nbsp;certificates.trustedservices.intel.com and&amp;nbsp;software.intel.com need to be accessed through the proxy.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 00:43:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Using-PoET-behind-FW/m-p/1170087#M3175</guid>
      <dc:creator>Daniel_Anderson_Intel</dc:creator>
      <dc:date>2020-02-07T00:43:25Z</dc:date>
    </item>
  </channel>
</rss>

