[java-identity-provider] branch master updated: IDP-1609 - Issues using certificates with multple SANs

Scott Cantor cantor.2 at osu.edu
Thu May 21 14:25:22 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=14a75d6c1ef6aec5d469c6fc53145b1e53cac806

The following commit(s) were added to refs/heads/master by this push:
       new  14a75d6c1 IDP-1609 - Issues using certificates with multple SANs
14a75d6c1 is described below

commit 14a75d6c1ef6aec5d469c6fc53145b1e53cac806
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 21 10:24:30 2020 -0400

    IDP-1609 - Issues using certificates with multple SANs
    
    https://issues.shibboleth.net/jira/browse/IDP-1609
    
    Explicit creation of SslContextFactory needs update.
---
 .../net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java b/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java
index 21d1589c6..a83d3ccd7 100644
--- a/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java
+++ b/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/proxy/impl/HttpClientProxyValidatorTest.java
@@ -129,7 +129,7 @@ public class HttpClientProxyValidatorTest extends AbstractFlowActionTest {
     private Server startServer(final String keyStorePath, final Handler handler) {
         final Server server = new Server();
 
-        final SslContextFactory sslContextFactory = new SslContextFactory();
+        final SslContextFactory sslContextFactory = new SslContextFactory.Server();
         sslContextFactory.setKeyStoreType("PKCS12");
         sslContextFactory.setKeyStorePath(keyStorePath);
         sslContextFactory.setKeyStorePassword("changeit");

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list