https://bz.apache.org/bugzilla/show_bug.cgi?id=62023

--- Comment #3 from joe.fletc...@sscinc.com ---
The  full connector config block is thus:

    <Connector port="8443"
protocol="org.apache.coyote.http11.Http11AprProtocol"
                maxThreads="150"
                scheme="https"
                secure="true"
                SSLEnabled="true"
                protocols="+TLSv1"
                >
        <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
        <SSLHostConfig>
            <Certificate
certificateKeyFile="/home/tomcat/conf/certs2/wild.wherever.com.key"
                        
certificateFile="/home/tomcat/conf/certs2/wild.wherever.com.crt"
                        
certificateChainFile="/home/tomcat/conf/certs2/intermediate.crt"
                         type="RSA" />
        </SSLHostConfig>
    </Connector>


Note that in this instance I've tried the "protocols" attribute since
apparently SSLProtocol isn't correct for this style of connector.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to