areina / elfeed-cljsrn

A mobile client for Elfeed built with React Native and written in ClojureScript.
Apache License 2.0
111 stars 5 forks source link

No https? #6

Closed Necronian closed 7 years ago

Necronian commented 7 years ago

When I enter the url to my elfeed server, it complains that the url must begin with http:// I'm running elfeed behind nginx and all http traffic is automatically sent to https. Is https really not supported or is the url checker just too simplistic?

areina commented 7 years ago

Sorry! My fault, I introduced url validation recently and I'm checking for http://. Will try to fix it as soon as possible.

areina commented 7 years ago

Hi, should be fixed now. I already pushed the update to Google Play and it will probably available tomorrow for upgrade, and it's already available in GH releases. Sorry for the inconvenience

Necronian commented 7 years ago

Thanks, now I can give it a proper demo.