Hi guys,
I’m trying to develop a reverse proxy that just redirect my API backend as target endpoint to the Apigee Proxy.
I’m going to describe what I need to do, for example:
1 - User send a request to the https://mydomain.io =>
2 - DNS catch a user request and redirect to the =>
3 - Apigee Proxy =>
4 - User receive a response from Apigeee Proxy as “https://mydomain.io”.
It’s simple, but I have to chance my TLS “How?”. Actually I read a lot of documentation on Apigee docs, but in practice no one works. I already added a TLS key store and trust store, but again it didn’t work.
Someone can help? I really need to solve that.