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

Justin Bertram commented on ARTEMIS-3155:
-----------------------------------------

This fix changes the meaning of the {{keyStoreProvider}} and 
{{trustStoreProvider}} connector/acceptor URL parameters. They no longer define 
the "type" of store (e.g. JKS, JCEKS, PKCS12, etc.). They now define the actual 
provider (e.g. SunJCE, SUN, SunJSSE, etc.). The *new* {{keyStoreType}} and 
{{trustStoreType}} parameters define the type of store. This change **will 
break** any existing client that is setting either {{keyStoreProvider}} or 
{{trustStoreProvider}} upon upgrade. Client URLs should be updated to use 
{{keyStoreType}} and {{trustStoreType}} instead of {{keyStoreProvider}} or 
{{trustStoreProvider}} respectively. 

It's worth noting that neither {{keyStoreProvider}} and {{trustStoreProvider}} 
are actually documented and therefore not likely to be widely used. 
Furthermore, use-cases for configuring these parameters are rare which also 
limits the impact of this breakage.

> Differentiate SSL store type and provider
> -----------------------------------------
>
>                 Key: ARTEMIS-3155
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3155
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Blocker
>             Fix For: 2.18.0
>
>
> The _provider_ of an SSL key/trust store is different from that store's 
> _type_. However, the broker currently doesn't differentiate these and uses 
> the provider for both.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to