From: John Stone (johns_at_ks.uiuc.edu)
Date: Tue Mar 01 2016 - 10:22:15 CST

Hi,
  Proxies are configured via the Tcl http package. You should be able
to configure your proxy in your VMD .vmdrc file with commands similar
to these:
  package require http
  ::http::config -proxyhost yourproxy.yourdomain.com
  ::http::config -proxyport 80

Read more about using "::http::config" for proxies here:
  http://www.tcl.tk/man/tcl8.5/TclCmd/http.htm#M6

Cheers,
  John Stone
  vmd_at_ks.uiuc.edu

On Tue, Mar 01, 2016 at 11:59:03AM +0000, Greipel.Joachim_at_mh-hannover.de wrote:
> Hi,
>
>
>
> we have VMD 1.9.2 installed on a couple of Linux workstations (SLES 11.3,
> CentOS 7.1). Loading PDB structures from the Web does not work, presumably
> because of our http proxy. Where do I configure a proxy in VMD?
>
>
>
> Error Message when trying to load, e.g. 4PTI:
>
>
>
> "Error loading PDB: couldn't open socket: connection timed out
>
> ERROR) Could not read file 4PTI"
>
>
>
> Regards,
>
> Joachim
>
>

-- 
NIH Center for Macromolecular Modeling and Bioinformatics
Beckman Institute for Advanced Science and Technology
University of Illinois, 405 N. Mathews Ave, Urbana, IL 61801
http://www.ks.uiuc.edu/~johns/           Phone: 217-244-3349
http://www.ks.uiuc.edu/Research/vmd/