cf api https://api.[REPLACE-WITH-YOUR-HAPROXY-IP].xip.io --skip-ssl-validationcf auth [YOUR CF ADMIN USERNAME] [YOUR CF ADMIN PASSWORD]- Create
sg.jsonfile with the following contents:
[
{
"protocol": "all",
"destination": "10.244.4.0-10.254.0.0"
}
]
cf create-security-group cf-mysql sg.jsoncf bind-running-security-group cf-mysql