Server maintenance

Wait, you’re saying that the latest buildbot release of the runtime also gives the “self-signed certificate” error?

I’m starting to think I’ve been downloading from the wrong place… I installed this one

panda3d.org/buildbot/builds … 2-1028.dmg

Seems a bit old :unamused:

Hmm, no, that’s supposed to work. Ugh, I don’t like this at all.

Is there any way I can force the download to use http instead of https?

Hmm, try this:

panda3d -u http://runtime.panda3d.org/ /Developer/Tools/Panda3D/packp3d -h

Sadly no:

AppRunner: Total Panda3D disk space used: 129 MB
:AppRunner: Configured max usage is: 2048 MB
:downloader: [0x20dee00] begin GET [ http://runtime.panda3d.org/images/images.xml ]
:AppRunner: Freshening https://runtime.panda3d.org/panda3d/cmu_1.8/osx_i386/panda3d.cmu_1.8.osx_i386.import.xml
:downloader: [0x4e57800] begin GET [ https://runtime.panda3d.org/panda3d/cmu_1.8/osx_i386/panda3d.cmu_1.8.osx_i386.import.xml ]
:downloader: [0x4e57800] Self-signed certificate from runtime.panda3d.org:443
<stacktrace truncated - same as before>

I suppose that’s because the p3d file itself is still compiled against the https runtime. Try also adding the -M option set to runtime.panda3d.org/ which will tell the runtime to override the host URL for dependent packages as well.

That worked :smiley: Now I just have some issues with packp3d itself, but I’ll start a separate thread for that.