Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

configure 2way ssl on apigee edge

Not applicable

Hi

I m trying to evaluate apigee, one of existing service has 2way ssl-auth so would like evaluate if we can port it as-is until we use some other security features.

I tried below for my test proxy, however getting schema validation failed error for SSLinfo, am i missing anything or doing wrong?

Error Saving Revision 1 Error occurred while validation of bean default.xml. Reason: - Schema validation failed. Cause : unexpected element (uri:"", local:"SSLInfo"). Expected elements are (none). Line number : 18. Column number : 22. File name : default.xml..

Line 18 is <SSLInfo>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ProxyEndpoint name="default"> <Description/> <FaultRules/> <PreFlow name="PreFlow"> <Request/> <Response/> </PreFlow> <PostFlow name="PostFlow"> <Request/> <Response/> </PostFlow> <Flows/> <HTTPProxyConnection> <BasePath>/clientauth</BasePath> <Properties/> <VirtualHost name="secure"> <SSLInfo> <ClientAuthEnabled>true</ClientAuthEnabled> <Enabled>true</Enabled> <IgnoreValidationErrors>false</IgnoreValidationErrors> <KeyAlias>apigee-poc</KeyAlias> <KeyStore>myKStore</KeyStore> <TrustStore>myTruststore</TrustStore> </SSLInfo> </VirtualHost> </HTTPProxyConnection> <RouteRule name="default"> <TargetEndpoint>default</TargetEndpoint> </RouteRule> </ProxyEndpoint>

1 3 1,013
3 REPLIES 3