You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Boris Toninski (JIRA)" <ji...@apache.org> on 2009/12/20 11:20:18 UTC

[jira] Created: (FELIX-1955) Possibility to configure keystore type (Currently only JKS is available)

Possibility to configure keystore type (Currently only JKS is available)
------------------------------------------------------------------------

                 Key: FELIX-1955
                 URL: https://issues.apache.org/jira/browse/FELIX-1955
             Project: Felix
          Issue Type: Improvement
          Components: HTTP Service
    Affects Versions: http-2.0.4
            Reporter: Boris Toninski


There should be a way to configure the keystore type to be used for SSL comunication. Currently as I can see "JKS" is used as default in org.mortbay.jetty.security.SslSocketConnector.
The problem with this is that there are classpath implementations that do not support JKS keystore algorithm.  We develop a project which runs on such classpath and this is a real stopper for us.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (FELIX-1955) Possibility to configure keystore type (Currently only JKS is available)

Posted by "Sten Roger Sandvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795905#action_12795905 ] 

Sten Roger Sandvik commented on FELIX-1955:
-------------------------------------------

Will investigate this and find a way to support other keystore's.

> Possibility to configure keystore type (Currently only JKS is available)
> ------------------------------------------------------------------------
>
>                 Key: FELIX-1955
>                 URL: https://issues.apache.org/jira/browse/FELIX-1955
>             Project: Felix
>          Issue Type: Improvement
>          Components: HTTP Service
>    Affects Versions: http-2.0.4
>            Reporter: Boris Toninski
>
> There should be a way to configure the keystore type to be used for SSL comunication. Currently as I can see "JKS" is used as default in org.mortbay.jetty.security.SslSocketConnector.
> The problem with this is that there are classpath implementations that do not support JKS keystore algorithm.  We develop a project which runs on such classpath and this is a real stopper for us.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.