Submitting packages to plone.org/products seems broken

Using zest.releaser or manually uploading packages to plone.org by using...

python2.6 setup.py register -r plone.org sdist upload -r plone.org

...now seems broken. I get:

Upload failed (301): Moved Permanently

Before opening an issue to dev.plone.org I want to be sure that we didn't disabled this, I know there are some plans about replacing the products section with something different.

Use https.

We just switch over to ssl-only.

It is better that you always use https anyways as your creds will get sent over plain text with non-ssl.

Thanks, it works!

PS: IMHO changes like this need some global warning, like a news on plone.org.