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.
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.