https://github.com/kameshsampath/insecure-https-demo
A Camel demo project that uses custom insecure https component
https://github.com/kameshsampath/insecure-https-demo
camel demo-app https jboss-fuse
Last synced: 4 months ago
JSON representation
A Camel demo project that uses custom insecure https component
- Host: GitHub
- URL: https://github.com/kameshsampath/insecure-https-demo
- Owner: kameshsampath
- License: apache-2.0
- Created: 2017-05-31T16:40:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T16:40:31.000Z (over 8 years ago)
- Last Synced: 2025-07-22T08:53:34.989Z (5 months ago)
- Topics: camel, demo-app, https, jboss-fuse
- Language: Shell
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Insecure HTTPS4 Demo
This project uses https://github.com/kameshsampath/camel-insecurehttps4[camel-insecurehttps4] custom https4 component
== Running
Clone the project locally and run using `./mvnw clean install camel:run`
== Dependencies
To use the project as is requires a https service running on port *8443*,
you can use this https://github.com/kameshsampath/secured-calculator[secured-calculator] or
https://docs.nodejitsu.com/articles/HTTP/servers/how-to-create-a-HTTPS-server/
== License
Copyright 2017 Kamesh Sampath
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.