prof18 / RSS-Parser

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

Crash with Mashable RSS Feed #99

Closed JarmoKukkola closed 1 year ago

JarmoKukkola commented 1 year 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 1 year 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.