You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/06/13 04:04:44 UTC

[GitHub] [servicecomb-java-chassis] solomoni0999 commented on issue #1239: 不确定zuul的依赖和使用https协议报This combination of host and port requires TLS.

solomoni0999 commented on issue #1239: 不确定zuul的依赖和使用https协议报This combination of host and port requires TLS.
URL: https://github.com/apache/servicecomb-java-chassis/issues/1239#issuecomment-501540302
 
 
   使用外置tomcat,并且tomcat已经配置证书了
   <Connector port="29644" protocol="com.huawei.dlf.security.Http11Protocol"
                  maxThreads="200"
                  maxHeaderCount="100"
                  maxParameterCount="10000"
                  maxPostSize="10240"
                  maxHttpHeaderSize="32768"
                  maxKeepAliveRequests="100"
                  connectionTimeout="20000"
                  xpoweredBy="false"
                  URIEncoding="UTF-8"
                  SSLEnabled="true" scheme="https" secure="true" clientAuth="false"
                  sslProtocol="TLS"
                  sslEnabledProtocols="TLSv1.2"
                  keystoreFile="/opt/huawei/Bigdata/adapters/FusionInsight_DLF_V100R002C80SPC200/DLFCommon/conf/keystore.jks"
                  keystorePass="d2NjX2NyeXB0ATQxNDU1MzVGNDM0MjQzOzM3MzUzOTM5MzA0NjMwMzczNDMyNDY0NjM3MzkzODM4MzQzNTQzMzczODMyMzk0MjMwNDE0NDQ1NDQzNzMxNDQ7OzMxMzAzMDMwMzA7MUQxRERDQTkyQTg1M0MxQkQwMDU4MTE5MjBDNjZDRkY7QzI4RkU3QjExRUJBMjYwMDs2NjM1MzgzMzMyNjU2MzMxMkQ2NTYzNjEzODJEMzQzOTM0MzEyRDYxMzkzNzYzMkQzNjM3MzAzOTMzMzczMTYyMzMzMTYyNjI7"
        />
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services