The SSL certificate provided could not be inserted
1,693 views
Skip to first unread message
Feng Zhou
unread,
Mar 28, 2016, 4:14:07 PM3/28/16
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
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.
Nicholas (Google Cloud Support)
unread,
Mar 29, 2016, 12:16:08 PM3/29/16
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
Thanks for posting your issue here.
Can you provide a screenshot of this error?
Do you get a different error message when pasting the contents of the files directly in their respective text boxes?
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
Thanks for providing the solution here publicly. Would you mind mentioning what you were doing differently before so that others may better understand the solution your found?
On Monday, March 28, 2016 at 4:14:07 PM UTC-4, Feng Zhou wrote:
Feng Zhou
unread,
Mar 29, 2016, 12:55:34 PM3/29/16
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
Before I run these two command, I upload .crt and .key file. But actually these two files need format change to .pem file although they looks same in editor before/after format change.
Aleksey Popryadukhin
unread,
May 4, 2016, 4:46:37 AM5/4/16
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
I faced with the same issue. I converted the private key to rsa using this command:
openssl rsa -in private.key -out private.key.pem And tried this command: