Getting following error on running script on local

WARN[0002] Request Failed error=“Get “https://test.k6.io”: http: server gave HTTP
response to HTTPS client”

import http from ‘k6/http’;
import { sleep } from ‘k6’;

export default function () {
http.request(‘GET’,‘https://test.k6.io’);
sleep(1);
}

Hi @kalyanipawar

I can see this was already reported in Getting following error while running script on k6 - #3 by eyeveebee. Are you still seeing the issue? Were you executing on Grafana Cloud? Sharing the command and some context will help us.

Cheers!