Replies: 5 comments
-
|
if you guys have any memory or tips or any knowledge of where to look further on this that would be helpful |
Beta Was this translation helpful? Give feedback.
-
|
seems like joomla thinks the connection is plaintext http, and telling the frontend to request things in plaintext instead of https. i run wordpress and need this at the top of my wp-config.php, maybe joomla has something similar: |
Beta Was this translation helpful? Give feedback.
-
|
ah okay, yeah maybe its confused by the live_site being https:// but after anubis proxy it is seeing itself as http:// tho, I run another on my NAS which uses some kind of HTTPS->HTTP proxy pass thing (Synology Webstation) with a similar setup but maybe they do something smart I'll try forcing joomla on the server to give https even if forwarded http somehow |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
just forgot to add, it is important to forward some stuff on the proxy pass, else you still get infinite redirects on main site |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have apache on fedora 42 with let's encrypt, port 80 -> 443, port 443-> proxy pass to anubis (install via
dnf -y install anubis) on port 8923, anubis is told to redirect to port 3000, apache also listens on port 3000 and the joomla php-fpm's website conf that was originally on 80/443 is on port 3000if I open fedora firewall up to allow remote access to port 3000, and hit
http://mysite.com:3000then I can install joomla, and the ajax dashboard items in the admin panel workbut if I access
https://mysite.comthen all of those are failing due to xhr / ajax being blockedfirefox just says mixed block and a red circle with a line through it for the status
I have even set
in the sites .conf file (the VirtualHost *:3000 one) to see if any of that will make it stop complaining / blocking XHR but nope, still problems
how can I make ajax work? and why is there any difference at all between the user putting an address in the URL bar and the loaded page requesting the same address via javascript?
If I remove anubis from the equation it all works normally, and if I open firewall to port 3000 and access http://mysite.com:3000 directly in the browser it all works normally as well
Beta Was this translation helpful? Give feedback.
All reactions