BajrangDubeyPersistent commented on issue #17987:
URL: https://github.com/apache/pulsar/issues/17987#issuecomment-1280338476

   @michaeljmarshall - I am quite sure this is not a VPN issue as same code is 
running smoothly with Python, but for similar Java code, this 
TLSV1_ALERT_INTERNAL_ERROR pops up. 
   
   I tried following commands to clear docker cache :
   ```
   alias docker_clean_images='docker rmi $(docker images -a 
--filter=dangling=true -q)'
   alias docker_clean_ps='docker rm $(docker ps --filter=status=exited 
--filter=status=created -q)'
   ```
   I also restarted all the containers but the issue still persists.
   
![image](https://user-images.githubusercontent.com/77954674/196093603-253df8b5-37a2-4b0f-814f-901143c31c71.png)
   
   At the same time, Python script is not showing any connection issue, it's 
working well.
   <img width="950" alt="image" 
src="https://user-images.githubusercontent.com/77954674/196101788-9cdb1291-1f5c-4f4d-b238-c53d4a42365d.png";>
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to