Hi ,
cat /etc/httpd/conf.d/ipa-pki-proxy.conf | grep secret
    ProxyPassMatch ajp://localhost:8009 
secret=9YiPRrt1izX7zjQ2PLQwyIkLdEKMwArNdEEuyPHiHVCG
    ProxyPassMatch ajp://localhost:8009 
secret=9YiPRrt1izX7zjQ2PLQwyIkLdEKMwArNdEEuyPHiHVCG
    ProxyPassMatch ajp://localhost:8009 
secret=9YiPRrt1izX7zjQ2PLQwyIkLdEKMwArNdEEuyPHiHVCG
    ProxyPassMatch ajp://localhost:8009 
secret=9YiPRrt1izX7zjQ2PLQwyIkLdEKMwArNdEEuyPHiHVCG

cat /etc/pki/pki-tomcat/server.xml | grep 8009
    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" 
address="127.0.0.1" 
requiredSecret="9YiPRrt1izX7zjQ2PLQwyIkLdEKMwArNdEEuyPHiHVCG" 
name="Connector1"/>
    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" address="::1" 
requiredSecret="9YiPRrt1izX7zjQ2PLQwyIkLdEKMwArNdEEuyPHiHVCG" 
name="Connector2"/>

value is matched
_______________________________________________
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to