Skip to content

Commit a9fcc6c

Browse files
committed
itest: use insecure connection with oracle harness
Ensures that certificate verification is skipped when constructing a communication channel with the itest oracle harness.
1 parent ea7c0ca commit a9fcc6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

itest/tapd_harness.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ func newTapdHarness(t *testing.T, ht *harnessTest, cfg tapdConfig,
238238
case len(opts.oracleServerAddress) > 0:
239239
tapCfg.Experimental.Rfq.PriceOracleAddress =
240240
opts.oracleServerAddress
241+
tapCfg.Experimental.Rfq.PriceOracleTLSInsecure = true
241242

242243
default:
243244
// Set the experimental config for the RFQ service.

0 commit comments

Comments
 (0)