You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/01/08 01:59:46 UTC

[GitHub] [servicecomb-java-chassis] kqiao opened a new issue #1512: CSE的服务端会话缓存是否开启和缓存周期这个是在哪块配置的?

kqiao opened a new issue #1512: CSE的服务端会话缓存是否开启和缓存周期这个是在哪块配置的?
URL: https://github.com/apache/servicecomb-java-chassis/issues/1512
 
 
   

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


With regards,
Apache Git Services

[GitHub] [servicecomb-java-chassis] kqiao commented on issue #1512: CSE的服务端会话缓存是否开启和缓存周期这个是在哪块配置的?

Posted by GitBox <gi...@apache.org>.
kqiao commented on issue #1512: CSE的服务端会话缓存是否开启和缓存周期这个是在哪块配置的?
URL: https://github.com/apache/servicecomb-java-chassis/issues/1512#issuecomment-571982866
 
 
   嗯,没有用session ticket。只是用了session ID缓存,这个是TLS标准协议支持的。在CSE上通过sslEnabled开启后已经验证过了,想确认下这个sessionID缓存在CSE上怎么配置 是否开启 和 缓存时间。

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


With regards,
Apache Git Services

[GitHub] [servicecomb-java-chassis] kqiao commented on issue #1512: CSE的服务端会话缓存是否开启和缓存周期这个是在哪块配置的?

Posted by GitBox <gi...@apache.org>.
kqiao commented on issue #1512: CSE的服务端会话缓存是否开启和缓存周期这个是在哪块配置的?
URL: https://github.com/apache/servicecomb-java-chassis/issues/1512#issuecomment-571857669
 
 
   ![image](https://user-images.githubusercontent.com/1992470/71944150-d5b33580-31fd-11ea-8ee6-9566d0f87f31.png)

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


With regards,
Apache Git Services

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1512: CSE的服务端会话缓存是否开启和缓存周期这个是在哪块配置的?

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #1512: CSE的服务端会话缓存是否开启和缓存周期这个是在哪块配置的?
URL: https://github.com/apache/servicecomb-java-chassis/issues/1512#issuecomment-571925243
 
 
   JDK 13之前的版本不支持session ticket. 你可以采用OpenSSL替换JDK的实现。这个特性在TLS1.3协议里面已经废弃,采用了其他机制替换。详细信息可以检索下其他网络资料。 

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


With regards,
Apache Git Services

[GitHub] [servicecomb-java-chassis] kqiao removed a comment on issue #1512: CSE的服务端会话缓存是否开启和缓存周期这个是在哪块配置的?

Posted by GitBox <gi...@apache.org>.
kqiao removed a comment on issue #1512: CSE的服务端会话缓存是否开启和缓存周期这个是在哪块配置的?
URL: https://github.com/apache/servicecomb-java-chassis/issues/1512#issuecomment-571857669
 
 
   ![image](https://user-images.githubusercontent.com/1992470/71944150-d5b33580-31fd-11ea-8ee6-9566d0f87f31.png)

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


With regards,
Apache Git Services