How to deal with net::ERR_SSL_PROTOCOL_ERROR?
This is not a javascript problem, it’s an ssl probem. You can’t get a file through an insecure connection (http) from a html page served through a secure connection (https). If you’re going to use https (and you SHOULD!) then you need to get the script through a secure connection. To get the file, you … Read more