You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2017/03/24 16:55:42 UTC

[jira] [Created] (CXF-7299) No way to configure TLS for the JettyHTTPServerEngineFactory in code

Colm O hEigeartaigh created CXF-7299:
----------------------------------------

             Summary: No way to configure TLS for the JettyHTTPServerEngineFactory in code
                 Key: CXF-7299
                 URL: https://issues.apache.org/jira/browse/CXF-7299
             Project: CXF
          Issue Type: Bug
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: 3.2.0, 3.1.11


Currently there is no way to configure TLS for the JettyHTTPServerEngineFactory in code. "createJettyHTTPServerEngine" passes "null" through to "getOrCreate" for the TLSServerParameters object and an exception will then be thrown when comparing the protocol of the engine to "https".

The fix is to add an argument which indexes in to the tlsParametersMap. If found then this will be used to configure TLS.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)