Hi @henrysun007, I noticed that the port for attestation is hardcoded as 443 in
`attestation/src/service.rs`:
```rust
let addrs = url.socket_addrs(|| match url.scheme() {
"https" => Some(443), // Fixed port.
_ => None,
})?;
```
Is it possible for us to change the binding port? Sometimes 443 on the local
machine is already in use for other services so that we cannot deploy DCAP.
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/698#issuecomment-1633510398
You are receiving this because you are subscribed to this thread.
Message ID: <apache/incubator-teaclave/issues/698/[email protected]>