Skip to content

Commit 8185d2e

Browse files
committed
feat(proxy): only tls intercept required hostname
1 parent 2f85ac8 commit 8185d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/proxy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ export async function initializeProxy() {
1616
https: {
1717
keyPath: ENV.CA_KEY_PATH,
1818
certPath: ENV.CA_CERT_PATH,
19-
tlsPassthrough: [
19+
tlsInterceptOnly: [
2020
{
21-
hostname: 'broker.actions.githubusercontent.com',
21+
hostname: 'results-receiver.actions.githubusercontent.com',
2222
},
2323
],
2424
},

0 commit comments

Comments
 (0)