-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zone Telechargement shows an SSL error on every Feed #2419
Comments
https://decoder.link/sslchecker/zone-telechargement.stream/443 I believe they are missing a third cert in their cert chain. Might be related to prior issues with expiration of letsencrypt root ca. Some solutions here: #2397 |
I had something similar in Anidex and did the following in #1693:
rss-bridge/bridges/AnidexBridge.php Lines 139 to 142 in 37cb409
This is essentially the same thing as @dvikan mentioned above.
rss-bridge/bridges/AnidexBridge.php Line 6 in 37cb409
You may manually change back to HTTPS dynamically by adding something like |
Hello ! Thanks for your help :) I was offline for a several days, so I did not have time to search a solution ! Those old URLs are missing some intermediate certificate, and therefore cURL is complaining about the SSL chain being incomplete (and I think, they won't be fixed, because no one should us them anymore !). I think I found a solution without bypassing SSL verification, but I must do additional testing, and maybe I could do only one HTTP request, instead of two ! Stay tuned ! |
It's even better if you can fix it without bypassing 👍 |
The streaming unprotected URI had some SSL issue because the domain is now hosting a parking website. This URL is the only known URL that allows to show streaming links without being protected by Cloudflare DDoS protection. This URL still works if you ask Cloudflare for the content. Therefore, to load this URL, this bridge kindly ask cURL to connect to the same IP as the unproteced DDL URI to get the Streaming URI content, by using the CURLOPT_RESOLVE option. So we are still able to get streamingg links ! (fix for RSS-Bridge#2419)
The PR #2426 should fix this issue :) |
Describe the bug
Zone Telechargement bridge does not work because of an SSL error :
Young Sheldon - Saison 5 Qualité WEB-DL 720p | VOSTFR - Zone Telechargement was unable to receive or process the remote website's content!
Error message:
Unexpected response from upstream. cUrl error: SSL certificate problem: unable to get local issuer certificate (60) PHP error:
Query string:
action=display&bridge=ZoneTelechargement&context=Suivre+la+publication+des+%C3%A9pisodes+d%27une+s%C3%A9rie+en+cours+de+diffusion&url=telecharger-serie%2F82405-telecharger-young-sheldon-saison-5-saison-5-web-dl-720p-vostfr.html&filter=both&format=Atom
Version:
dev.2021-04-25
To Reproduce
Steps to reproduce the behavior:
Create any Feed with Zone Telechargement bridge
Expected behavior
Shows the feed content
Screenshots
Additional context
I'll try to fix this issue in the next days !
The text was updated successfully, but these errors were encountered: