javascript - How do I troubleshoot "GET https://cdn.sublimevideo.net/js/a94k1e4g.js net::ERR_SSL_PROTOCOL_ERROR"? -


hello new troubleshooting ssl errors, have spent on hour searching on no luck. i'm using personal macbook pro @ work ios , osx testing on secured wifi connection, whenever try test dev page uses sublimevideo player page errs out & these errors described below continue elude me. don't know begin. tried looking bad certificates or related certificates in keychain saw apple related certs there. clearing cache , resetting browser did not help, nor did turning off extensions. google has not been either unfortunately.

i have charles installed don't see jumps out @ me when test reload open...

update: tried load file in new browser window , didn't load there. i've tried loading domain see if kind of response , did not. there less secure guest wifi, tried loading js file on also, , did fine i'm doubtful it's on own computer. starting think firewall blocking connections white-list of sorts, best guess.

what ways can find source of problem?

chrome:

>get https://cdn.sublimevideo.net/is/a94k1e4g.js net::err_ssl_protocol_error                                    sublime_video_widget.js:63 >get https://cdn.sublimevideo.net/is/a94k1e4g.js net::err_ssl_protocol_error                                    sublime_video_widget.js:63 >uncaught referenceerror: sublime not defined                                                    sublime_video_widget.js:194 

safari:

referenceerror: can’t find variable: sublime failed load resource: ssl error has occurred , secure connection server cannot made.            https://cdn.sublimevideo.net/js/a94k1e4g.js failed load resource:  there problem communicating secure web proxy server (https).               https://cdn.sublimevideo.net/js/a94k1e4g.js 

mobile safari:

failed load resource: ssl error has occurred , secure connection server cannot made.                https://cdn.sublimevideo.net/js/a94k1e4g.js failed load resource:  there problem communicating secure web proxy server (https).               https://cdn.sublimevideo.net/js/a94k1e4g.js referenceerror: can’t find variable: sublime                                                sublime_video_widget.js:63 


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -