barryf / micropublish

A Micropub client that you can use to create, update, delete and undelete content on your Micropub-enabled website.

Home Page:https://micropublish.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle invalid URLs during auth

aaronpk opened this issue · comments

The app crashes in lib/micropublish/auth.rb in confirm_auth? when trying to make a post to an invalid URL. In my case the SSL cert it was trying to post to was self-signed so it didn't recognize it. Should probably try to handle this error better.