thinkst / opencanary

Modular and decentralised honeypot
http://opencanary.org
BSD 3-Clause "New" or "Revised" License
2.27k stars 355 forks source link

Missing quotes to "verify": False ? #246

Closed alopezme closed 1 year ago

alopezme commented 1 year ago

I think you forgot to add quotes to the False keyword. Shouldn't be "False" ?

Disable SSL verification json "verify": False

HybridAU commented 1 year ago

That's a good point, I don't think it needs to be in quotes, but I think it should be lowercase.

I started looking at the docs, and went down a bit of a rabbit hole because it looks like there are a few pages with the extension .rst but they are markdown rather than reStructuredText. This results in some headings and things like syntax highlighting being broken.

I'll try to do a PR to address that tomorrow.

alopezme commented 1 year ago

Thanks. FYI I connected opencanary to a webhook https://pypi.org/project/Webhook-Listener/ listener succesfully using http. But for security reasons I want to do with https, thats why I noticed that. I am still waiting for the certificate to be generated to try it ;-)