I'd like to see WordPress better support https.
Two particular areas I find WordPress doesn't work well with https are:
- Forcing pages to use https. In particular, when you want to force an individual page to use https (currently there's not even a plugin that will do this).
- Because WordPress doesn't recognise https you end up having to hack plugins to get them to play nicely. So, as one example, when using a contact form plugin I'm required to change all instances of
get_permalinlk()to the full https URL.