You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/08/06 04:04:44 UTC

[GitHub] [incubator-teaclave] gaojunjie03 opened a new issue #403: 启动服务报错

gaojunjie03 opened a new issue #403:
URL: https://github.com/apache/incubator-teaclave/issues/403


   非Simulation Mode
   
   ![image](https://user-images.githubusercontent.com/30582212/89489325-c8cee280-d7dc-11ea-85f5-38ee3217fefe.png)
   
   ![image](https://user-images.githubusercontent.com/30582212/89489359-e0a66680-d7dc-11ea-97ce-37bc0e45f370.png)
   
   ![image](https://user-images.githubusercontent.com/30582212/89489365-e56b1a80-d7dc-11ea-9e05-77328ba4687e.png)
   
   ![image](https://user-images.githubusercontent.com/30582212/89489376-ebf99200-d7dc-11ea-9fe0-9be0dea07c3a.png)
   
   Failed to start the service: TLS connection error.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun closed issue #403: 启动服务报错

Posted by GitBox <gi...@apache.org>.
mssun closed issue #403:
URL: https://github.com/apache/incubator-teaclave/issues/403


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun commented on issue #403: 启动服务报错

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #403:
URL: https://github.com/apache/incubator-teaclave/issues/403#issuecomment-670163981


   There are two places which may report this error:
   
   ```
    config
           .root_store
           .add_pem_file(&mut DCAP_ROOT_CA_CERT.to_string().as_bytes())
           .map_err(|_| AttestationServiceError::TlsError)?;
   ```
   
   and
    
   ```
   let mut stream = new_tls_stream(url).map_err(|_| AttestationServiceError::TlsError)?;
   ```
   
   That is to say, please check the DCAP_ROOT_CA_CERT file or attestation service connectivity.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] gaojunjie03 commented on issue #403: 启动服务报错

Posted by GitBox <gi...@apache.org>.
gaojunjie03 commented on issue #403:
URL: https://github.com/apache/incubator-teaclave/issues/403#issuecomment-671687653


   no. u can close this one
   
   
   
   
   ------------------&nbsp;原始邮件&nbsp;------------------
   发件人: "Mingshen Sun"<notifications@github.com&gt;; 
   发送时间: 2020年8月11日(星期二) 上午10:28
   收件人: "apache/incubator-teaclave"<incubator-teaclave@noreply.github.com&gt;; 
   抄送: "Gjj."<gaojunjie03@qq.com&gt;; "Author"<author@noreply.github.com&gt;; 
   主题: Re: [apache/incubator-teaclave] 启动服务报错 (#403)
   
   
   
   
   
    
   Any update on this issue?
    
   —
   You are receiving this because you authored the thread.
   Reply to this email directly, view it on GitHub, or unsubscribe.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun commented on issue #403: 启动服务报错

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #403:
URL: https://github.com/apache/incubator-teaclave/issues/403#issuecomment-671687297


   Any update on this issue?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org