[
https://issues.apache.org/jira/browse/TOMEE-3814?focusedWorklogId=742732&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-742732
]
ASF GitHub Bot logged work on TOMEE-3814:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Mar/22 20:01
Start Date: 16/Mar/22 20:01
Worklog Time Spent: 10m
Work Description: cesarhernandezgt commented on pull request #816:
URL: https://github.com/apache/tomee/pull/816#issuecomment-1069561853
Thanks for the review @rzo1.
--
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: 742732)
Time Spent: 50m (was: 40m)
> 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: 50m
> 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)