[ 
https://issues.apache.org/jira/browse/TOMEE-3814?focusedWorklogId=728467&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-728467
 ]

ASF GitHub Bot logged work on TOMEE-3814:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Feb/22 19:35
            Start Date: 16/Feb/22 19:35
    Worklog Time Spent: 10m 
      Work Description: cesarhernandezgt closed pull request #815:
URL: https://github.com/apache/tomee/pull/815


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 728467)
    Remaining Estimate: 0h
            Time Spent: 10m

> Commented SSL Connector fix for tomee server.xml 
> -------------------------------------------------
>
>                 Key: TOMEE-3814
>                 URL: https://issues.apache.org/jira/browse/TOMEE-3814
>             Project: TomEE
>          Issue Type: Documentation
>    Affects Versions: 8.0.8
>            Reporter: Cesar Hernandez
>            Assignee: Cesar Hernandez
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Current server.xml contains the following commented out SSL connector:
>  
> {code:java}
>     <!--
>     <Connector port="8443" 
> protocol="org.apache.coyote.http11.Http11NioProtocol"
>                maxThreads="150" SSLEnabled="true">
>         <SSLHostConfig>
>             <Certificate certificateKeystoreFile="conf/localhost-rsa.jks"
>                          type="RSA" xpoweredBy="false" server="Apache TomEE" 
> />
>         </SSLHostConfig>
>     </Connector>
>     -->
> {code}
>  
>  
> The configuration for 
> {code:java}
> xpoweredBy="false" server="Apache TomEE{code}
>  is misleading since for this to work needs to be set in the "Connector" tag:
>  
>  
> {code:java}
>  <!-- <Connector port="8443" 
> protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="150" 
> SSLEnabled="true" xpoweredBy="false" server="Apache TomEE"> <SSLHostConfig> 
> <Certificate certificateKeystoreFile="conf/localhost-rsa.jks" type="RSA"/> 
> </SSLHostConfig> </Connector> 
> -->
> {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to