#1306 closed defect (fixed)
App can't connect to blog using self-signed SSL cert
| Reported by: | mrroundhill | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 3.3 |
| Component: | Other | Version: | |
| Keywords: | Cc: |
Change History (2)
comment:1 Changed 7 months ago by koke
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 months ago by koke
- Milestone changed from Future Release to 3.3
Note: See
TracTickets for help on using
tickets.

(In [3700]) Add support for self-signed certificates
Instead of just throwing a generic error, we give the option to continue connecting.
I think the current API for iOS doesn't allow us to store trust permanently, so the alert will show again when the app relaunches.
It's not ideal but at least sites with self-signed or invalid certificates can be used if the user wants to.
fixes #1306