[google-appengine] Re: Google App Engine Flexible Cron Tasks Fail with SSL Redirection

2018-09-26 Thread Chad Paulson
Thank you both for the heads up! I completely forgot about the application-level redirect I put in place and was able to solve this quite easily by adding exceptions. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Re: Google App Engine Flexible Cron Tasks Fail with SSL Redirection

2018-09-24 Thread 'Amit (Google Cloud Support)' via Google App Engine
Hi Chad I went through a couple of posts that could related to this error. I believe this is the cause of the issue - cron accesses target URLs over http, and so when the handler tries to redirect to https it's throwing the 301 'Moved permanently' response. It seems like cron jobs are