https://github.com/ricardozanini/camel-http4-proxyandssl
Simple example of how to configure camel-http4 proxy connection to access endpoints that requires TLS. Proxy could be tough in certain environments.
https://github.com/ricardozanini/camel-http4-proxyandssl
camel camel-http4 proxy spring-boot ssl tls
Last synced: 7 months ago
JSON representation
Simple example of how to configure camel-http4 proxy connection to access endpoints that requires TLS. Proxy could be tough in certain environments.
- Host: GitHub
- URL: https://github.com/ricardozanini/camel-http4-proxyandssl
- Owner: ricardozanini
- License: apache-2.0
- Created: 2018-09-03T18:33:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T19:50:05.000Z (about 7 years ago)
- Last Synced: 2025-02-01T21:41:22.140Z (8 months ago)
- Topics: camel, camel-http4, proxy, spring-boot, ssl, tls
- Language: Java
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple example of how to add Proxy capabilities to a Camel route using [camel-http4](https://github.com/apache/camel/blob/master/components/camel-http4/src/main/docs/http4-component.adoc).
# How to use
1. Replace your `URL` the `application.properties` file or set the `HTTP4_URL` environment variable (nice with OpenShift)
2. [Install](https://tinyproxy.github.io/) and start the Tinyproxy service: `systemctl start tinyproxy.service`
3. Run the Spring Boot application: `mvn spring-boot:run`
4. Access the URL at: [http://localhost:8080/camel/http4]() and your going to see the response