MyBB Community Forums

Full Version: SSL Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Issue with SSL install
Website: https://www.ragnarok-rp.com/forums
MyBB Version: 1.8.24
PHP Version: 7.3.26

I altered the settings to be https:// instead of http:// in config -> site details

I have added the two lines of code in .htaccess


I went through the templates to ensure they all have https:// instead of http:// 

But my still appears incorrectly. I recently got SSL from letsencrypt.
You made your certificate for ragnarok-rp.com, not for subdomain www.ragnarok-rp.com. Add this subdomain to your certificate and it might be ok.
Crazycat is right - you better need to create a certificate for ALL subdomains within this domain.
Likely you have set up an auto-redirect from HTTP to HTTPS . So a certificate change is mandatory!

[ExiTuS]