No Agent URL not working
![Post Post](./styles/vicidial/imageset/icon_post_target.gif)
I have been using the No Agent URL for a while now and it recently stopped working. If I copy and paste the url into the browser it works fine and I have debugged the script about a million times. I have checked the other URL triggers and they work except for no agent for example the DISPO URL works fine. I put the No agent URL into the dispo URL and it wouldn't work either. I figured out that this has to do with us switching to SSL for some reason when we are running with SSL the no agent url is not being hit. Does anyone know what would cause this or where in the code I would go to find it the trigger
EDIT
After doing even more playing with this the issue does not seem to be the SSL for the agent. It seems to be an issue with the dispo url being an "https" or SSL address. For some reason it doesn't seem to be able to call it. For example https://www.sample.com/script.php would not run but http://www.sample.com/script.php would run fine. I have tried this on local and even a remote server
EDIT
After doing even more playing with this the issue does not seem to be the SSL for the agent. It seems to be an issue with the dispo url being an "https" or SSL address. For some reason it doesn't seem to be able to call it. For example https://www.sample.com/script.php would not run but http://www.sample.com/script.php would run fine. I have tried this on local and even a remote server