Add external database support for GCP Cloud SQL with SSL verification
Is your feature request related to a problem? Please describe. The current external database support for UAA and CAPI is configured with full SSL verification or none. GCP Cloud SQL databases cannot currently be used because they don't have a hostname, and the certificates are not configurable with a hostname - they require skipping hostname verification.
See an explanation here: https://stackoverflow.com/a/33880741
Describe the solution you'd like This is informational as a known issue.
Describe alternatives you've considered If this functionality is needed, the configuration can be extended to support different SSL modes.
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/173597215
The labels on this github issue will be updated when the story is started.