boxingscene
02-03-2017, 08:29 AM
I'm running Vbulletin VB 3.8x
In order to comply with these incoming hassles from Chrome/Firefox, I am converting our Forum to HTTPS.
I have a test forum set up to work out all the issues before we go live.
I thought I was on a roll, almost no issues at all and even have the green SSL lock on both browsers.
However, I just noticed that there is a problem with the execution of cron scripts and they may not be executing.
I received an error message related to a cron script, and the script appears to be executing cron files under an "http" URL when it should be doing it under https.
Script : http://www.website.com/forums-ssl/cron.php?rand=1486115304
Referrer : https://www.website.com/forums-ssl/forumdisplay.php?f=3
I am ONLY making our forum HTTPS at the moment, not our frontend, so on admincp I obviously changed the Forum URL to reflect HTTPS, and left our Homepage URL under HTTP.
I'm not sure if Homepage URL staying under HTTP is connected to this, or is there some hard-coded location where I need to change something to HTTPS for execution of cron scripts.
I'm a bit stumped at the moment and this appears to be the only issue left.
--------------- Added 1486120201 at 1486120201 ---------------
Actually, after reviewing a few things, the cron jobs may actually be executing - although I'm still not sure why the emails are showing an HTTP URL for the script error
In order to comply with these incoming hassles from Chrome/Firefox, I am converting our Forum to HTTPS.
I have a test forum set up to work out all the issues before we go live.
I thought I was on a roll, almost no issues at all and even have the green SSL lock on both browsers.
However, I just noticed that there is a problem with the execution of cron scripts and they may not be executing.
I received an error message related to a cron script, and the script appears to be executing cron files under an "http" URL when it should be doing it under https.
Script : http://www.website.com/forums-ssl/cron.php?rand=1486115304
Referrer : https://www.website.com/forums-ssl/forumdisplay.php?f=3
I am ONLY making our forum HTTPS at the moment, not our frontend, so on admincp I obviously changed the Forum URL to reflect HTTPS, and left our Homepage URL under HTTP.
I'm not sure if Homepage URL staying under HTTP is connected to this, or is there some hard-coded location where I need to change something to HTTPS for execution of cron scripts.
I'm a bit stumped at the moment and this appears to be the only issue left.
--------------- Added 1486120201 at 1486120201 ---------------
Actually, after reviewing a few things, the cron jobs may actually be executing - although I'm still not sure why the emails are showing an HTTP URL for the script error