Setup remote development with PyCharm

I am trying to setup remote development with PyCharm, but I fail during downloading IDE and Connect. After downloading approx. 50% it shows some errors including “unable to establish SSL connection”. How can i fix this?

The SSH tunnel i am using is working (I think). I have acces to the file system on the server when selecting the project. With datagrip I can access databases on the server as well, with the same login data.

I checked all the URLs and they are reachable from the server. There is more than enough disk space (more than 50GB) available. Java is up to date. 

Thank you for your help.

0
Please check your proxy configuration if you use one. By default, the backend IDE is downloaded directly to the server, so you should have access to the following JetBrains resources to accomplish that:

https://code-with-me.jetbrains.com
https://download.jetbrains.com
https://download-cf.jetbrains.com
https://download-cdn.jetbrains.com
https://cache-redirector.jetbrains.com

Also, you can manually upload the IDE from your local machine. Please use the Installation Options button at the Choose IDE and Project step.

Here are some additional links that you may find helpful:
https://www.jetbrains.com/help/idea/remote-development-troubleshooting.html
https://www.jetbrains.com/help/idea/fully-offline-mode.html
0

请先登录再写评论。