I have been trying skip TLS verify in K6 scripts.
tried passing “insecureSkipTLSVerify: true” in options
passed as flag (–insecure-skip-tls-verify)
After applying above solutions However still getting below error:
msg=“Failed to send the time series data to the endpoint” error=“HTTP POST request failed: Post "[https://.../api/v1/push](https://.../api/v1/push/)”: tls: failed to verify certificate: x509: certificate signed by unknown authority" output=“Prometheus remote write”
TLS handshake is happening still
Any help/pointers are appreciated.
Thanks in advance