Skip to content
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

[ZoneTelechargementBridge] Fix SSL errors #2426

Merged
merged 3 commits into from
Feb 12, 2022
Merged

Conversation

sysadminstory
Copy link
Contributor

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 #2419)

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 unprotected URLs uses the old link protection tool that is broken.
The links are rewritten to use the new link protection tool !
@em92 em92 linked an issue Jan 30, 2022 that may be closed by this pull request
@em92
Copy link
Contributor

em92 commented Jan 30, 2022

Switch back to some existing unprotected URL instead of an URL using an
expired domain !
@sysadminstory
Copy link
Contributor Author

cUrl error: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure (35) Do you reproduce it on your side? https://feed.eugenemolotov.ru/pr2426/?action=display&bridge=ZoneTelechargement&context=Suivre+la+publication+des+%C3%A9pisodes+d%27une+s%C3%A9rie+en+cours+de+diffusion&url=telecharger-series%2F31079-halt-and-catch-fire-saison-4-french-hd720p.html&filter=both&format=Html

Yes, I reproduced it on my side too. I should not use this solution to bypass the SSL issue : using an expired domain to access a website using an HTTPS connection would have fail soon or later.

I switched back to simple solution using a domain which is not protected (as for now !)

@em92 em92 merged commit 3c18784 into RSS-Bridge:master Feb 12, 2022
@em92
Copy link
Contributor

em92 commented Feb 12, 2022

gj!

@sysadminstory sysadminstory deleted the zt-fix branch March 1, 2022 18:36
Kwbmm pushed a commit to Kwbmm/rss-bridge that referenced this pull request Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zone Telechargement shows an SSL error on every Feed
2 participants