Sublime Text SFTP plugin with proxy port setting -
Sublime Text SFTP plugin with proxy port setting -
i'm using sublime text 3. sftp plugin installed bundle manager fails find host computer behind proxy server.
assume proxy server 192.168.0.2 , it's running on port 6588.
now how tell sftp plugin create connection using proxy server.
error : host not found.it helpful me , lot of peoples if suggests solution.
open preferences > bundle settings > bundle command > settings – default
ctrl+f find "http_proxy"
add proxy setting like:
"http_proxy": "your.proxy:port", "https_proxy": "your.proxy:port"
and restart it.
if doesn't work, seek add together above at:
preferences > bundle settings > bundle command > settings – user
if still did not work, seek next steps:
open net explorer tools →internet options→ advanced tag→ security → cancel "check server certificate revocation" checkbox restart sublime text.hope can help you.
proxy port sftp sublimetext3 sublime-text-plugin
Comments
Post a Comment