I have set up Managed SSL for my app engine project. I have also configured my app.yaml like this:
- url: /.*
secure: always
A strange thing is happening: some of my pages are https secured but some are not:

My DNS records look like this:


And finally, here is my custom domain config:

Thank you for your assistance and guidance.