[jboss-jira] [JBoss JIRA] (WFCORE-1802) Ensure OpenSSL Registration is first.
Darran Lofthouse (JIRA)
issues at jboss.org
Thu Jun 1 13:37:00 EDT 2017
[ https://issues.jboss.org/browse/WFCORE-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415163#comment-13415163 ]
Darran Lofthouse commented on WFCORE-1802:
------------------------------------------
Reopening as we are now seeing a failure in the test case 'org.jboss.as.test.integration.web.security.tg.TransportGuaranteeTestCase' and are temporarily reverting under the following PR https://github.com/wildfly/wildfly-core/pull/2492.
> Ensure OpenSSL Registration is first.
> -------------------------------------
>
> Key: WFCORE-1802
> URL: https://issues.jboss.org/browse/WFCORE-1802
> Project: WildFly Core
> Issue Type: Task
> Components: Security
> Reporter: Stuart Douglas
> Assignee: Darran Lofthouse
> Priority: Blocker
> Fix For: 3.0.0.Beta24
>
>
> The following in SecurityRealmResourceDefinition registers the provider: -
> {code}
> static {
> //register the Openssl Provider, if possible
> //not really sure if this is the best place for it
> try {
> OpenSSLProvider.register();
> DomainManagementLogger.ROOT_LOGGER.registeredOpenSSLProvider();
> } catch (Throwable t){
> DomainManagementLogger.ROOT_LOGGER.debugf(t, "Failed to register OpenSSL provider");
> }
> }
> {code}
> It would be good to remove this however for now we can't guarantee Elytron is enabled so register it globally.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list