We were able to get all working well after we added this. We had been getting a null response header and the 404 exception which has been well reported by others.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Https FAQ fails to mention that in order to get it working you must set a java system property.
-Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol
We were able to get all working well after we added this. We had been getting a null response header and the 404 exception which has been well reported by others.
Can someone point me to where you set java system properties from within ant?