So I was able to temporary bypass the certification problems, but the issue with de 404 error is still there:
```
[TRACE teaclave_attestation::service] HTTP/1.1 404 Not Found
X-Powered-By: Express
Request-ID: 0e4fa148a288438da52437c0b7db823c
Content-Security-Policy: default-src 'none'
X-Content-Type-Options: nosniff
Content-Type: text/html; charset=utf-8
Content-Length: 169
Date: Thu, 04 Jan 2024 16:06:15 GMT
Connection: close
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot POST /sgx/dev/attestation/v4/report</pre>
</body>
</html>
[DEBUG
teaclave_attestation::service] http_response.parse
[DEBUG teaclave_attestation::service] Attestation service responds an unknown
error
[ERROR teaclave_sgx_tool_enclave] Failed to attest: Attestation service
responds an unknown error.
```
```
● pccs.service - Provisioning Certificate Caching Service (PCCS)
Loaded: loaded
(/lib/systemd/system/pccs.service; enabled; preset: enabled)
Active: active (running) since Thu 2024-02-01 19:03:32 CET; 24min
ago
Docs:
https://github.com/intel/SGXDataCenterAttestationPrimitives/blob/master/QuoteGeneration/pccs/README.md
Main
PID: 726334 (node)
Tasks: 15 (limit: 538163)
Memory: 38.0M
CPU: 2.239s
CGroup: /system.slice/pccs.service
└─726334
/usr/bin/node /opt/intel/sgx-dcap-pccs/pccs_server.js
Feb 01 19:03:32 syp-s1 systemd[1]: Started
pccs.service - Provisioning Certificate Caching Service (PCCS).
Feb 01 19:03:33
syp-s1 node[726334]: 2024-02-01 19:03:33.470 [info]: HTTPS Server is running
on: https://localhost:8081
Feb 01 19:27:49 syp-s1 node[726334]: 2024-02-01 19:27:49.545
[info]: Client Request-ID : e78567d41444428f94bde3b583db8092
Feb 01 19:27:49 syp-s1
node[726334]: 2024-02-01 19:27:49.576 [info]: 192.168.122.158 - -
[01/Feb/2024:18:27:49 +0000] "POST /sgx/dev/attestation/v4/report HTTP/1.1" 404
169 "-" "-"
```
Maybe some kind of config? It seems to be using EPID but as I already showed
everything should be well configured...
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/725#issuecomment-1921959431
You are receiving this because you are subscribed to this thread.
Message ID: <apache/incubator-teaclave/issues/725/[email protected]>
