prof18 / RSS-Parser

A Kotlin Multiplatform library to parse a RSS Feed
Apache License 2.0
524 stars 128 forks source link

Crash with Mashable RSS Feed #99

Closed JarmoKukkola closed 2 years ago

JarmoKukkola commented 2 years ago

Describe the bug getChannel(url) causes exception javax.net.ssl.SSLHandshakeException: connection closed

The link of the RSS Feed http://feeds.mashable.com/Mashable

prof18 commented 2 years ago

Closing because It's not an issue of the library. The feed is with http only. If you want to use that you need to change the network security policy. If you force it to https it doesn't work.