I'm using Bootstrap in my application from MAXCDN but sometimes it fails to load and gives me two reasons which I can't figure out why.
(failed) net::ERR_CONNECTION_RESET // min.css
(failed) net::ERR_SSL_VERSION_INTERFERENCE // min.js
I'm using the CDN urls with the integrity and source from the bootstrap cdn
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>`
If I open this this url it works fine. This is happening on local and on a staging https
environment.