packp3d proxy [Solved]

Hello,

I am trying to use packp3d, but I think it got issue because I got a proxy.
Is there any configuration to give as parameter the proxy adress?

:downloader: [00EC6900] Timeout connecting to runtime.panda3d.org:443 for https:
//runtime.panda3d.org/contents.xml?1329302575.
Error getting URL https://runtime.panda3d.org/contents.xml?1329302575
:downloader: [00ECA450] Timeout connecting to runtime.panda3d.org:443 for https:
//runtime.panda3d.org/contents.xml?1329302575.

Can you access runtime.panda3d.org in your browser? Also, is your browser configured to use a HTTP proxy?

yes it can, but my browser is configuring to use http proxy…

You can add the http-proxy line to your Config.prc file. In the case of packp3d (and other .p3d files), the Config.prc file you need to edit is the one you create in the Panda3D/prc directory (e.g. C:/Users//AppData/Local/Panda3D/prc on Windows, or ~/.panda3d/prc on Linux). Create a file in this directory called Config.prc, and add the following line:

http-proxy http://your-proxy.com:8080

or whatever your proxy spec actually is.

David

Thanks it works