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

Alexey Markevich commented on FEDIZ-241:
----------------------------------------

Hi [~coheigea],
[2] provide sample snippet with 
{quote}protocol="org.apache.coyote.http11.Http11Protocol"{quote}
for Tomcat 9 it should be 
{quote}protocol="org.apache.coyote.http11.Http11NioProtocol"{quote} or like at 
[1] {quote}protocol="HTTP/1.1"{quote}

> Outdated documentation
> ----------------------
>
>                 Key: FEDIZ-241
>                 URL: https://issues.apache.org/jira/browse/FEDIZ-241
>             Project: CXF-Fediz
>          Issue Type: Documentation
>    Affects Versions: 1.5.0
>            Reporter: Alexey Markevich
>            Priority: Major
>
> 1. http://cxf.apache.org/fediz-idp-11.html
> - {code}webapps/fediz-idp-sts/WEB-INF/passwords.xml{code}
> {code}webapps/fediz-idp-sts/WEB-INF/userClaims.xml{code}
> to
> {code}webapps/fediz-idp-sts/WEB-INF/data/passwords.xml{code}
> {code}webapps/fediz-idp-sts/WEB-INF/data/userClaims.xml{code}
> - {code}keystoreFile="idp-ssl-server.jks"{code}
> to
> {code}keystoreFile="idp-ssl-key.jks"{code}
> - HTTPS configuration should be extended with
> {code}clientAuth="want"  truststoreFile="idp-ssl-trust.jks" 
> truststorePass="ispass"{code}
> 2. http://cxf.apache.org/fediz-tomcat.html
> - {code}<Valve 
> className="org.apache.cxf.fediz.tomcat8.FederationAuthenticator"{code}
> to
> {code}<Valve 
> className="org.apache.cxf.fediz.tomcat.FederationAuthenticator"{code}
> - extend HTTPS configuration for Tomcat 9:
> {code}
> <Connector
>            protocol="org.apache.coyote.http11.Http11NioProtocol"
>            port="8443" maxThreads="200"
>            scheme="https" secure="true" SSLEnabled="true"
>            keystoreFile="rp-ssl-key.jks" keystorePass="tompass"
>            clientAuth="false" sslProtocol="TLS"/>
> {code}
> Values comes from 
> https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html#Edit_the_Tomcat_Configuration_File



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to