SSL "Not Secure" warning on eve.tar.nz due to internal SITE_URL configuration #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue Summary
Chrome displays a "Not Secure" warning when visiting
https://eve.tar.nz, despite a valid SSL certificate being served.Root Cause
The Wiki.js application is still internally configured with the old
SITE_URL(https://eve-wiki.ext.ben.io/). This causes the application to generate metadata and potentially internal links/redirects pointing to the old domain, which no longer has an active proxy host.Technical Details
eve.tar.nz(Let's Encrypt).<meta property="og:url" content="https://eve-wiki.ext.ben.io/">.eve-wiki.ext.ben.ioproxy host has been removed, so any background requests or redirects to the old domain will trigger errors.Recommended Fix
Update the Wiki.js configuration to use
https://eve.tar.nzas the primary Site URL. This is typically found in thesettingstable of the Wiki.js database or via the Administration Area under General Settings.Database Update (if applicable):
Komodo Stack:
The
eve-wikistack onlocal.ben.ioshould be checked for any hardcoded environment variables, though the current compose file does not seem to have one.