JavaFX.MediaPlayer over HTTPS?
问题 I tried to use MediaPlayer to play back a resource defined an HTTPS url, and it says protocol not supported. In the API reference they state FILE/HTTP/JAR are supported protocols (HTTPS not mentioned). Is it possible to somehow use urls via HTTPS? This seems quite a big drawback in my opinion... 回答1: This was fixed for Java 9, and later backported to Java 8. Java 8 update 91 and later should therefore be working with HTTPS URLs without an issue. If you're using an old version of Java that