You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2010/12/01 09:33:11 UTC

[jira] Closed: (VYSPER-255) XMPPServer.setTLSCertificateInfo(File) should be replaced or another overloaded added that takes a InputStream.

     [ https://issues.apache.org/jira/browse/VYSPER-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed VYSPER-255.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.6)
                   0.7
         Assignee: Niklas Gustavsson

Fixed in rev 1040889

> XMPPServer.setTLSCertificateInfo(File) should be replaced or another overloaded added that takes a InputStream.
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: VYSPER-255
>                 URL: https://issues.apache.org/jira/browse/VYSPER-255
>             Project: VYSPER
>          Issue Type: Improvement
>         Environment: n/a
>            Reporter: Miroslav Pokorny
>            Assignee: Niklas Gustavsson
>             Fix For: 0.7
>
>
> When setting up a server it is required to set the tls cert but the only way to supply the cert is via a File which is limiting. I would like to suggest that an extra overload setTLSConnectionInfo(InputStream cert, String password) be created, with perhaps the File version removed at the very least.
>         final XMPPServer server = new XMPPServer(HOST.address());
>         ...
>         final File certificate = this.fileWithCertification();
>         server.setTLSCertificateInfo(certificate, "boguspw");

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