How to test on site that is not secure

I am testing on Mac using Chrome. I want to use the “Record Web” feature to record my tests on a test site that is not secure. Here’s what happens when I try:

  1. In Katalon, I select “Record Web”
  2. In the Web Recorder popup I enter the HTTP URL
  3. I click Run to start recording.
  4. In Chrome browser that opens, I navigate to the site
  5. I manually bypass the security issue and get to the site (in the browser)

Results:

  1. Katalon Web Recorder has not recorded my steps.
  2. The bottom part of the web recorder window shows this in the Logs tab:

2020-06-01 10:46:47.551 INFO c.k.k.core.main.WSVerificationExecutor - --------------------
2020-06-01 10:46:47.553 INFO c.k.k.core.main.WSVerificationExecutor - START Verification
2020-06-01 10:46:47.822 DEBUG testcase. - 1: return null
2020-06-01 10:46:47.826 INFO c.k.k.core.main.WSVerificationExecutor - END Verification

What I’ve tried:

  1. Navigating to Project>Settings>Network and ensuring “Bypass certificate validation” is selected.
  2. Searched through the forums here.

Any help to be able to record a test on a site that is not secure would be appreciated. Thank you!