“TLS requested but server does not support TLS” error with Google Cloud SQL (2nd generation) from Google App Engine?

前端 未结 1 864
野趣味
野趣味 2020-12-22 07:08

I\'m running into an issue in re-using my connection string (resolved here ... Cannot connect to Google Cloud SQL using SSL + Golang from Google App Engine ...) from connect

相关标签:
1条回答
  • 2020-12-22 07:59

    MySQL level SSL is not currently supported between App Engine Standard Environment and Cloud SQL Second Generation instances.

    Communication between App Engine Standard Environment and Cloud SQL is already encrypted so using MySQL level SSL does not add a lot of value, though I can understand that doing application level SSL can add some peace of mind since what happens between Cloud SQL and App Engine is opaque.

    I'll try to see if this is something we can change.

    0 讨论(0)
提交回复
热议问题