Sending pfx certificate request through apigee

prasadwalke
Participant II

Hi,

I want to send .pfx certificate with apigee reques. I added this .pfx certificate with password to apigee key store and I provided reference to this key store.

Following target endpoint configuration I have used for SSL info but I am getting error

<HTTPTargetConnection>
	<Properties />
	<SSLInfo>
		<Protocols>
			<Protocol>TLSv1.2</Protocol>
		</Protocols>
		<Enabled>true</Enabled>
		<ClientAuthEnabled>false</ClientAuthEnabled>
		<TrustStore>ApiKeystore_hunter</TrustStore>
	</SSLInfo>
	<LoadBalancer>
		<Server name="CrossCore" />
	</LoadBalancer>
	<Path>/OnlineMatching/OnlineMatching.asmx</Path>
</HTTPTargetConnection>

Error response:

{
    "fault": {
        "faultstring": "The Service is temporarily unavailable",
        "detail": {
            "errorcode": "messaging.adaptors.http.flow.NoActiveTargets"
        }
    }
}


Any help would be appreciated.

0 1 311
1 REPLY 1

ylesyuk
Participant V

Hi Prasad,

> this .pfx certificate with password to apigee key store

You refer to a certificate but use password. what's inside your pkcs12 container? public key or private key?

Are you trying to setup 1 way TLS or mTLS to your backend?

Have you used successfully a Test button when you configured your Truststore/Keystore?

Are you a cloud or OPDK?