You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Arulazi Dhesiaseelan (JIRA)" <ji...@apache.org> on 2008/07/23 21:41:32 UTC

[jira] Created: (CXF-1718) Unable to configure SSL on the CXF Server (JaxWsServerFactoryBean) using CXF Java APIs

Unable to configure SSL on the CXF Server (JaxWsServerFactoryBean) using CXF Java APIs
--------------------------------------------------------------------------------------

                 Key: CXF-1718
                 URL: https://issues.apache.org/jira/browse/CXF-1718
             Project: CXF
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.1.1
            Reporter: Arulazi Dhesiaseelan


Configuring SSL on the CXF service using Java APIs does not seem to work.

Please refer the discussion thread for more details.
http://www.nabble.com/CXF-ssl-sample-using-CXF-APIs-tt18570914.html

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


[jira] Commented: (CXF-1718) Unable to configure SSL on the CXF Server (JaxWsServerFactoryBean) using CXF Java APIs

Posted by "Arulazi Dhesiaseelan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616497#action_12616497 ] 

Arulazi Dhesiaseelan commented on CXF-1718:
-------------------------------------------

I was able to find the cause of the problem.  The APIs are working as designed. It was related to how the JettyHTTPServerEngineFactory has been configured. Some example would have been more beneficial. After digging into the system tests, I was able to knock this down. I never give up with CXF. Its all there somewhere.

Probably, I can submit an example for configuring SSL on java_first web service using embedded Jetty server, if needed. 

Can this issue be closed?

> Unable to configure SSL on the CXF Server (JaxWsServerFactoryBean) using CXF Java APIs
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-1718
>                 URL: https://issues.apache.org/jira/browse/CXF-1718
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.1
>            Reporter: Arulazi Dhesiaseelan
>
> Configuring SSL on the CXF service using Java APIs does not seem to work.
> Please refer the discussion thread for more details.
> http://www.nabble.com/CXF-ssl-sample-using-CXF-APIs-tt18570914.html

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


[jira] Closed: (CXF-1718) Unable to configure SSL on the CXF Server (JaxWsServerFactoryBean) using CXF Java APIs

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza closed CXF-1718.
---------------------------

    Resolution: Invalid

Good to know it's working for you.  I'm closing it now, but it would be nice if you could quickly give us a short sample of the API code, attach it as a text document to this bug, and grant ASF rights to the document (there's a checkbox for you to do that), either we can update our docs with this sample or just refer others to it here should others run into a need to do SSL configuration via Java APIs.

Glen


> Unable to configure SSL on the CXF Server (JaxWsServerFactoryBean) using CXF Java APIs
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-1718
>                 URL: https://issues.apache.org/jira/browse/CXF-1718
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.1
>            Reporter: Arulazi Dhesiaseelan
>
> Configuring SSL on the CXF service using Java APIs does not seem to work.
> Please refer the discussion thread for more details.
> http://www.nabble.com/CXF-ssl-sample-using-CXF-APIs-tt18570914.html

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


[jira] Commented: (CXF-1718) Unable to configure SSL on the CXF Server (JaxWsServerFactoryBean) using CXF Java APIs

Posted by "Arulazi Dhesiaseelan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617209#action_12617209 ] 

Arulazi Dhesiaseelan commented on CXF-1718:
-------------------------------------------

Added a recent blog entry on this sample. http://aruld.info/programming-ssl-for-jetty-based-cxf-services/



> Unable to configure SSL on the CXF Server (JaxWsServerFactoryBean) using CXF Java APIs
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-1718
>                 URL: https://issues.apache.org/jira/browse/CXF-1718
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.1
>            Reporter: Arulazi Dhesiaseelan
>         Attachments: SSL_sample_with_CXF_API.txt
>
>
> Configuring SSL on the CXF service using Java APIs does not seem to work.
> Please refer the discussion thread for more details.
> http://www.nabble.com/CXF-ssl-sample-using-CXF-APIs-tt18570914.html

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


[jira] Updated: (CXF-1718) Unable to configure SSL on the CXF Server (JaxWsServerFactoryBean) using CXF Java APIs

Posted by "Arulazi Dhesiaseelan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arulazi Dhesiaseelan updated CXF-1718:
--------------------------------------

    Attachment: SSL_sample_with_CXF_API.txt

Attaching the piece of code which configures SSL on the server and the client using CXF Java APIs. This sample uses the certificates from wsdl_first_https sample from CXF 2.1.1 distribution. Hope this helps. Let me know if you need more information.

> Unable to configure SSL on the CXF Server (JaxWsServerFactoryBean) using CXF Java APIs
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-1718
>                 URL: https://issues.apache.org/jira/browse/CXF-1718
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.1
>            Reporter: Arulazi Dhesiaseelan
>         Attachments: SSL_sample_with_CXF_API.txt
>
>
> Configuring SSL on the CXF service using Java APIs does not seem to work.
> Please refer the discussion thread for more details.
> http://www.nabble.com/CXF-ssl-sample-using-CXF-APIs-tt18570914.html

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