You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Cesar Hernandez (Jira)" <ji...@apache.org> on 2022/02/16 19:39:00 UTC

[jira] [Comment Edited] (TOMEE-3814) Commented SSL Connector fix for tomee server.xml

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

Cesar Hernandez edited comment on TOMEE-3814 at 2/16/22, 7:38 PM:
------------------------------------------------------------------

I closed [https://github.com/apache/tomee/pull/815] since the root cause of the error in the commented configuration is fixed here: [https://github.com/apache/tomee/pull/816]

 

The attached screenshot shows the end result server.xml get from PR 816 once the boom generation takes place

Screen Shot 2022-02-16 at 13.27.14

 

 


was (Author: cesarhernandezgt):
I closed [https://github.com/apache/tomee/pull/815] since the root cause of the error in the commented configuration is fixed here: [https://github.com/apache/tomee/pull/816]

 

The attached screenshot shows the end result server.xml get from PR 816 once the boom generation takes place

 

 

> 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
>         Attachments: Screen Shot 2022-02-16 at 13.27.14.png
>
>          Time Spent: 20m
>  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)