Hi, Just trying to make a new Flex SDK RC and we’re getting every source forge download failing :-(
Curl with same URLs works as does the URL in a browser so it seems to be an ant / java issue. For instance: download-osmf-swc: [get] Getting: https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw [get] To: /Users/justinmclean/Documents/ApacheFlex4.16/in/osmf.swc [get] Error getting https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw to /Users/justinmclean/Documents/ApacheFlex4.16/in/osmf.swc But this works fine: curl https://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs/OSMF2_0.swc?format=raw > /Users/justinmclean/Documents/ApacheFlex4.16/in/osmf.swc It looks like https is broken as if you remove ignoreerrors=“true” from the ant call you get: /Users/justinmclean/Documents/ApacheFlex4.16/frameworks/downloads.xml:113: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure It may be possible to fix this error by added the source forge certificate to the certificate store but this adds complexity in building / validating the RC. Any other ideas? Thanks, Justin