Skip to content

Commit

Permalink
fix: allow all https request to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Aug 7, 2024
1 parent be3b2cb commit 96475dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
quarkus.rest-client.trustd_yaml.url=${TRUSTIFY_URL:http://localhost:8080}
quarkus.rest-client.trustd_yaml.scope=jakarta.inject.Singleton
quarkus.rest-client.trustd_yaml.verify-host=false
quarkus.tls.trust-all=true

0 comments on commit 96475dc

Please sign in to comment.