We strongly recommend using an SSL certificate on your WordPress website. Memberful signs WordPress users into your WordPress website, and if you’re not using SSL, that information is not secure. This is true even if you aren’t using Memberful. All our recommended WordPress hosting providers support easy SSL certificate installation. If you’re looking for a free high-quality SSL certificate we recommend Let’s Encrypt. In this help article, we’ll cover the steps you need to take to enable SSL on your WordPress website after you’ve installed an SSL certificate.Documentation Index
Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
WordPress SSL settings
Important note about installation: You must have a valid SSL certificate installed before following these instructions. If you force SSL without a valid SSL certificate, you will be locked out of your WordPress dashboard.
- Set your WordPress Address (URL) and Site Address (URL) in your WordPress settings (Settings → General) to start with
httpsand disconnect/reconnect the Memberful WordPress plugin. - Force SSL logins by adding
define('FORCE_SSL_ADMIN', true);to yourwp-config.phpfile. - Confirm all
httptraffic is being redirected tohttps. Your hosting provider can help with this.