From: Rick K. <kar...@gm...> - 2018-08-28 20:41:41
|
On 08/21/2018 01:10 PM, Heather Brack wrote: > --- "...corrected the $databaseBaseURL variable in > initialize/ini.inc.php Have you done this?" > Had not yet made this correction. Wanted to check in with the listserv > first, per Matthias' recommendation, to see if there was additional > information to consider/ if there were other known variables affected. This is likely your only issue. By default, this directs some queries to http rather than https. Depending on how your server is configured, that won't work. > --- "Are you able to increase the logging level and check your logs?" > Yes, our Server Admin pulled them from when we had the cert enabled. > Happy to share. Let me know if you'd like those shared off-thread. If there is anything useful, feel free to share. But I suspect it may not even be useful if your server isn't listening on port 80 and you're sending some queries there. --Rick |