liangyuanpeng commented on issue #5348: Load tls file fail on Windows
URL: https://github.com/apache/pulsar/issues/5348#issuecomment-541754848
 
 
   Update, I confirm that my problem is on configuring TLS transport
   
   and can i not use proxy?
   
   Actually, I tried to start proxy,but i just got error
   
   ```
   23:40:17.052 [main] INFO  
org.apache.pulsar.broker.authorization.AuthorizationService - Authorization is 
disabled
   2019-10-14 11:40:17,127 [sun.misc.Launcher$AppClassLoader@58d25a40] error 
Uncaught exception in thread main: Failed to bind Pulsar Proxy on port 6650
   ```
   
   and my ``proxy.conf``
   
   ```
   # The ZooKeeper quorum connection string (as a comma-separated list)
   zookeeperServers=192.168.1.11
   
   # Configuration store connection string (as a comma-separated list)
   configurationStoreServers=192.168.1.11
   
   # if Service Discovery is Disabled this url should point to the discovery 
service provider.
   brokerServiceURL=pulsar://192.168.1.11:6650
   brokerServiceURLTLS=
   
   # These settings are unnecessary if `zookeeperServers` is specified
   brokerWebServiceURL=http://192.168.1.11:8080
   brokerWebServiceURLTLS=
   ```
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to