Skip to content

Commit 1d3cbde

Browse files
committed
set skipVerify to true for EPP
1 parent 5de8bf6 commit 1d3cbde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/gateway/commands.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,8 @@ func createSleepCommand() *cobra.Command {
767767
}
768768

769769
func createEndpointPickerCommand() *cobra.Command {
770-
var endpointPickerDisableTLS, endpointPickerTLSSkipVerifyFlag bool
770+
var endpointPickerDisableTLS bool
771+
endpointPickerTLSSkipVerifyFlag := true
771772
cmd := &cobra.Command{
772773
Use: "endpoint-picker",
773774
Short: "Shim server for communication between NGINX and the Gateway API Inference Extension Endpoint Picker",

0 commit comments

Comments
 (0)