You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2022/04/21 03:16:00 UTC

[jira] [Commented] (ARTEMIS-3792) ActiveMQ Artemis 2.21.0 -- openssl tls ,I try to set disableSessionTickets=true ,but it is not worke,how to set?

    [ https://issues.apache.org/jira/browse/ARTEMIS-3792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525398#comment-17525398 ] 

Justin Bertram commented on ARTEMIS-3792:
-----------------------------------------

We use Netty to support OpenSSL, and I don't see any place this option can be set in Netty. It may be worth discussing this issue with the Netty community to see if it's possible for them to add support for this and then we can do the same potentially.

> ActiveMQ Artemis 2.21.0 -- openssl tls ,I try to set disableSessionTickets=true ,but it is not worke,how to set?
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3792
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3792
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.21.0
>            Reporter: windy
>            Priority: Major
>
> I try to set  disableSessionTickets=true  ,but it is not work?
> <acceptor name="mqtt+ssl">tcp://0.0.0.0:1883?tcpSendBufferSize=1048576;sslEnabled=true;{color:#de350b}sslProvider=OPENSSL{color};{color:#de350b}disableSessionTickets=true{color};keyStorePath=/data/servers/mqtt_ssl/mqtt_broker.keystore;keyStorePassword=xxxx;trustStorePath=/data/servers/mqtt_ssl/mqtt_broker.truststore;trustStorePassword=xxxxx;needClientAuth=true;tcpReceiveBufferSize=1048576;{color:#de350b}protocols=MQTT{color};useEpoll=true;handshake-timeout=60</acceptor>
>  
> ref: 
>  *[tomcat链接器的SSL配置属性|https://www.cnblogs.com/zh-dream/p/13621251.html]*
>  [57391 – Allow TLS Session Tickets to be disabled (apache.org)|https://bz.apache.org/bugzilla/show_bug.cgi?id=57391]



--
This message was sent by Atlassian Jira
(v8.20.7#820007)