What are the protocols supported in APIGEE

Hi,

My current secure vhost looks like this.

$ curl -X GET 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?

Solved Solved
0 1 1,599
1 ACCEPTED SOLUTION

Hi Krish,

You can refer to the following link section "Virtual host configuration parameters"

http://docs.apigee.com/api-services/content/creating-virtual-host

As per above doc if no protocol is specified then all protocols available for the JVM will be permitted.

View solution in original post

1 REPLY 1

Hi Krish,

You can refer to the following link section "Virtual host configuration parameters"

http://docs.apigee.com/api-services/content/creating-virtual-host

As per above doc if no protocol is specified then all protocols available for the JVM will be permitted.