I had this issue and fixed it by:
* convert private key: openssl rsa -in privkey.pem -inform pem -outform pem 
> gae_private.pem 
* make sure that your key is RSA <=2048 bits, it is bolded here 
https://cloud.google.com/appengine/docs/python/console/using-custom-domains-and-ssl#app_engine_support_for_ssl_certificates

I generated my keys with https://github.com/lukas2511/letsencrypt.sh and it 
is pre-configured to use KEYSIZE=4096.


Dňa pondelok, 28. marca 2016 22:14:07 UTC+2 Feng Zhou napísal(-a):
>
>
> I use google app engine trying to add ssl for custom domain. I use naked 
> domain. After "PEM encoded X.509 public key certificate" and "Unencrypted 
> PEM encoded RSA private key" uploaded. "The SSL certificate provided could 
> not be inserted." is returned. I use https://www.sslchecker.com check 
> private key/ssl match. It matches. What's wrong? I use key size "RSA 2048", 
> nothing wrong ordering the concatenated certificates. Thank you.
>
> Also, I raised spending limit on application setting. doesn't work.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bbcf6be1-0cbc-4159-a70b-4cbf9d682092%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to