hiroki-chen commented on issue #698: URL: https://github.com/apache/incubator-teaclave/issues/698#issuecomment-1633510398
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org