quarkus-quickstarts icon indicating copy to clipboard operation
quarkus-quickstarts copied to clipboard

fixing ssl/certificate configuration

Open vinicius-martinez opened this issue 4 years ago • 1 comments

Check list:

Your pull request:

  • [ ] targets the development branch
  • [ ] uses the 999-SNAPSHOT version of Quarkus
  • [ ] has tests (mvn clean test)
  • [ ] works in native (mvn clean package -Pnative)
  • [ ] has native tests (mvn clean verify -Pnative)
  • [ ] makes sure the associated guide must not be updated
  • [ ] links the guide update pull request (if needed)
  • [ ] updates or creates the README.md file (with build and run instructions)
  • [ ] for new quickstart, is located in the directory component-quickstart
  • [ ] for new quickstart, is added to the root pom.xml and README.md

vinicius-martinez avatar Nov 12 '20 14:11 vinicius-martinez

I believe the proper fix is to add support for reading the trust store from classpath. But it requires changes in Quarkus. I added a comment to the issue and an issue in the Quarkus project.

michalszynkiewicz avatar Nov 16 '20 09:11 michalszynkiewicz