Hi! We are running the WP discourse plugin. Great integration btw! Thanks for that.
One small problem pops up: it loads the profile picture as http instead of https. (see: https://www.fit.nl/kijkje-keuken/tom-wanders)
This leads to an incorrect SSL-certificate. Is there a known fix for this?
Do you have the https URL set in the Discourse URL option on WordPress? It is used for converting any relative URLs that are returned from Discourse to Absolute URLs.
The src attribute for the avatars is set by the data that’s returned by Discourse. If you have setup a webhook for syncing comments between Discourse and WordPress, you will be getting comment data that has been cached on WordPress until a new comment is added to a topic. Hopefully that’s the problem. Let us know if this doesn’t get resolved.