Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Enabled SSL won't let use custom Domain #23

Closed
dtsantos opened this issue May 20, 2014 · 1 comment
Closed

Enabled SSL won't let use custom Domain #23

dtsantos opened this issue May 20, 2014 · 1 comment

Comments

@dtsantos
Copy link

I have installed the Wordpress starter project and it runs fine under my domain under appspot.com

But I have setup google custom domain for my app and the Wordpress starter project won't run there because it requires ssl. I have tried to disable SSL with
define(‘FORCE_SSL_ADMIN’, false);
but still no luck.

Thanks for the help

@dtsantos
Copy link
Author

I'm sorry for the noobie question, I found the problem:

  • url: /wp-admin/(.+)
    script: wordpress/wp-admin/\1
    secure: always

Just comenting the "secure: always" lines on app.yaml solved it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant