Skip to content

Commit

Permalink
testing without https
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Jan 4, 2025
1 parent e48be4c commit 9522170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/OpenSearchHttpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { sleep } from './helpers'
import { Logger } from './Logger'
import { aws4Interceptor } from 'aws4-axios'

const DEFAULT_URL = 'https://localhost:9200'
const DEFAULT_URL = 'http://localhost:9200'
const DEFAULT_USER = 'admin'
const DEFAULT_INSECURE = false

Expand Down

0 comments on commit 9522170

Please sign in to comment.