AFAICT cljsbuild doesn’t do anything special with the :foreign-libs key and passes it straight to the compiler. Can you reproduce this issue against the bare ClojureScript compiler?
On Tue, Jun 14, 2016 at 4:58 AM Elric Erkose <elric.erk...@gmail.com> wrote: > Recently I switched my local cdn from http to https with letsencrypt. I > had to provide a trust store ( :jvm-opts ["-Djavax.net.ssl.trustStore=...) > because java won't support letsencrypt until "JDK 8u102 is scheduled to be > released in July 2016". After changing the protocol from "http" to "https" > and adding the "jvm-opts" to my project.clj, lein cljsbuild auto hangs. I > verified it fetches the foreign-libs. Also, if I change the foreign-libs > protocol to "file" everything works. Has anyone experienced this? > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- — Daniel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.