Hi, I did a new fclone of the bsd repo today. When running the build I get the following error: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
I tried to download the zip file using wget and get the following error: --2009-11-22 23:53:14-- https://jaxp.dev.java.net/files/documents/913/144160/jdk7-jaxp-m5.zip Resolving jaxp.dev.java.net... 204.16.104.198 Connecting to jaxp.dev.java.net|204.16.104.198|:443... connected. ERROR: cannot verify jaxp.dev.java.net's certificate, issued by `/C=US/O=Equifax/OU=Equifax Secure Certificate Authority': Unable to locally verify the issuer's authority. To connect to jaxp.dev.java.net insecurely, use `--no-check-certificate'. Unable to establish SSL connection. Is anyone else having problems downloading? Michael