Bypassing HTTPS error? #4001
-
I'm trying to fire of a POST locally, but Hurl simply won't let me. I'm running Caddy locally and Firefox accesses the site just fine. The TLD is .localhost Hurl returns the following error:
How do I bypass this error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Could you be able to run the same request with curl? With Also can you give us the result of Finally, you have |
Beta Was this translation helpful? Give feedback.
Hi @superDuperCyberTechno
Could you be able to run the same request with curl? With
hurl --verbose
option, you'll be able to see in the Hurl logs the curl command to run. After you've run your command, copy past here the result of the command.Also can you give us the result of
hurl --version
?Finally, you have
--insecure
option that disables SSL checks. You can try to run your Hurl command with this option.