Error:Cannot download 'https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css': Remote host terminated the handshake #38782
-
Discussed in https://github.com/orgs/twbs/discussions/38732Originally posted by mina20088 June 9, 2023 according the the issue number #38764 i tried to take the cdn from the bootstrap website and i still have the same issue here there is something wrong with the cdn provider please check with the provider i cant access or download the lib through cdn |
Beta Was this translation helpful? Give feedback.
Replies: 14 comments 2 replies
-
Please open the file in a browser and show the HTTP headers and contents you get |
Beta Was this translation helpful? Give feedback.
-
@jimaek you mean the html file that i am using the cdn |
Beta Was this translation helpful? Give feedback.
-
@jimaek this is the inspection -> console tap from browser |
Beta Was this translation helpful? Give feedback.
-
I mean show this https://dl.dropboxusercontent.com/s/w4cebanxhrb2ti0/chrome_2023-06-17_20-21-31.png |
Beta Was this translation helpful? Give feedback.
-
@jimaek here it is |
Beta Was this translation helpful? Give feedback.
-
Including the HTTP headers and IP address please |
Beta Was this translation helpful? Give feedback.
-
here but Firefox dose not show ip address |
Beta Was this translation helpful? Give feedback.
-
@jimaek if this whould not help i will install chrome on my linux |
Beta Was this translation helpful? Give feedback.
-
just ping cdn.jsdelivr.net using the command line on Windows |
Beta Was this translation helpful? Give feedback.
-
@jimaek here is the result of the ping |
Beta Was this translation helpful? Give feedback.
-
Are you based in Egypt? |
Beta Was this translation helpful? Give feedback.
-
@jimaek yes |
Beta Was this translation helpful? Give feedback.
-
Its not an issue on the jsDelivr side, some Egyptian ISPs are blocking the cdn.jsdelivr.net domain for some reason. |
Beta Was this translation helpful? Give feedback.
-
All developers in egypt found that cdn.jsdelivr.net is blocked and not working from Egypt Our ISP Provider is Blocked it, and we don't now why !! But i found this and work perfectly, may it help anyone cdn.jsdelivr.xyz LIKE: // load any project hosted on npm https://cdn.jsdelivr.xyz/npm/package@version/file // load any project hosted on npm https://cdn.jsdelivr.xyz/npm/package@version/file // load jQuery v3.6.4 https://cdn.jsdelivr.xyz/npm/[email protected]/dist/jquery.min.js // use a version range instead of a specific version https://cdn.jsdelivr.xyz/npm/[email protected]/dist/jquery.min.js https://cdn.jsdelivr.xyz/npm/jquery@3/dist/jquery.min.js // omit the version completely to get the latest one // you should NOT use this in production https://cdn.jsdelivr.xyz/npm/jquery/dist/jquery.min.js // add ".min" to any JS/CSS file to get a minified version // if one doesn't exist, we'll generate it for you https://cdn.jsdelivr.xyz/npm/[email protected]/src/core.min.js // omit the file path to get the default file https://cdn.jsdelivr.xyz/npm/[email protected] // add / at the end to get a directory listing |
Beta Was this translation helpful? Give feedback.
Its not an issue on the jsDelivr side, some Egyptian ISPs are blocking the cdn.jsdelivr.net domain for some reason.
Try to contact your ISP provider to ask them to unblock it.
Additionally you can use a VPN or switch the hostname to fastly.jsdelivr.net