[jira] [Commented] (CONNECTORS-1659) Enable SSL/TLS in Jetty server

2020-11-23 Thread Michael Cizmar (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17237830#comment-17237830
 ] 

Michael Cizmar commented on CONNECTORS-1659:


If the Jetty server are starting up without SSL then that is not a code issue 
and most likely related to your configuration.  The guide that I have used is 
no longer on the web but can be found on archive.org:

[https://web.archive.org/web/20200924221213/https://www.eclipse.org/jetty/documentation/current/configuring-ssl.html]

Besides not having SSL, what errors or exceptions do you see in the logs?

> Enable SSL/TLS in Jetty server
> --
>
> Key: CONNECTORS-1659
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1659
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Framework core
>Affects Versions: ManifoldCF 2.16
>Reporter: Jegan Baskaran
>Priority: Minor
>
> Could you please give some idea how to incorporate the SSL/TLS in jettey 
> server. Currently Jetty server is not accepting SSL details.  I had added 
> some SSL details as per the 
> [https://wiki.eclipse.org/Jetty/Howto/Configure_SSL] 
> but it does not work as expected and do we need to change the code in 
> ManifoldCFJettyRunner.java? could you please help on this issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CONNECTORS-1659) Enable SSL/TLS in Jetty server

2020-11-23 Thread Jegan Baskaran (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17237494#comment-17237494
 ] 

Jegan Baskaran commented on CONNECTORS-1659:


Hi Karl Wright, Thanks for your response.

When we start the manifold, webUI (jetty server) start without SSL. 

i referred the code jetty,xml ( class="org.eclipse.jetty.server.Server") use to 
initiate the server to start and stop. However, in jetty 
(jetty-ssl-context.xml) 
[https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/jetty-server/src/main/config/etc/jetty-ssl-context.xml]
 you could see all the ssl settings which we can incorporate the SSL to the 
whole manifold application level. Am trying to incorporate the changes however 
facing some issues. 

Could you please share if you have any other thoughts on that.

> Enable SSL/TLS in Jetty server
> --
>
> Key: CONNECTORS-1659
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1659
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Framework core
>Affects Versions: ManifoldCF 2.16
>Reporter: Jegan Baskaran
>Priority: Minor
>
> Could you please give some idea how to incorporate the SSL/TLS in jettey 
> server. Currently Jetty server is not accepting SSL details.  I had added 
> some SSL details as per the 
> [https://wiki.eclipse.org/Jetty/Howto/Configure_SSL] 
> but it does not work as expected and do we need to change the code in 
> ManifoldCFJettyRunner.java? could you please help on this issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CONNECTORS-1659) Enable SSL/TLS in Jetty server

2020-11-23 Thread Karl Wright (Jira)


[ 
https://issues.apache.org/jira/browse/CONNECTORS-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17237463#comment-17237463
 ] 

Karl Wright commented on CONNECTORS-1659:
-

JettyRunner has nothing to do with this.
Please describe the exact steps you have taken to enable TLS/SSL for Jetty.


> Enable SSL/TLS in Jetty server
> --
>
> Key: CONNECTORS-1659
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1659
> Project: ManifoldCF
>  Issue Type: Bug
>  Components: Framework core
>Affects Versions: ManifoldCF 2.16
>Reporter: Jegan Baskaran
>Priority: Minor
>
> Could you please give some idea how to incorporate the SSL/TLS in jettey 
> server. Currently Jetty server is not accepting SSL details.  I had added 
> some SSL details as per the 
> [https://wiki.eclipse.org/Jetty/Howto/Configure_SSL] 
> but it does not work as expected and do we need to change the code in 
> ManifoldCFJettyRunner.java? could you please help on this issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)