Hi,
My current secure vhost looks like this.
$ curl -X GET [http://host:8080/v1/o/xxx/environments/stage-pvt/virtualhosts/secure](http://host:8080/v1/o/xxx/environments/stage-pvt/virtualhosts/secure)
{
"hostAliases" :[ "stage-pvt-apigateway.xxx.com" ],
"interfaces" :[ ],
"name" :"secure",
"port" :"8443",
"sSLInfo" : {
"ciphers" : [ ],
"clientAuthEnabled" : "false",
"enabled" : "true",
"ignoreValidationErrors" : false,
"keyAlias" : " apigateway.xxx.comKey",
"keyStore" : "stageKeystore",
"protocols" : [ ]
}
}
I am wondering what the protocols supported in APIGEE. Also if i don’t define any protocols in the vHost what is the default protocol supported in the endpoint?