[flex] Is there a way to call the HTTPS URL in cron?
22 views
Skip to first unread message
Paul Kim
unread,
Nov 14, 2018, 1:23:33 PM11/14/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Is there a way to call the HTTPS URL in cron? Cron seems to call the HTTP URL and I have a redirect to force HTTPS on my app. Is there a way to force cron to call to the HTTPS URL?
I am on flex php.
I can make an exception in my redirect code for the tasks that cron will run but the preferred solution would be to have all URLs secured by HTTPS.
George (Cloud Platform Support)
unread,
Nov 14, 2018, 4:32:02 PM11/14/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello Paul,
At the moment, there is no way to force cron to call to the HTTPS URL. There is already a feature request with similar contents in the Public Issue Tracker, called "cron.yaml - no option for https only". It offers some insight in the context of your request. You can follow this feature request for developments and eventual implementation.