Skip to content

Always says it’s down if site uses self-signed certificate / (and also mismatching hostname) #57

Answered by AnandChowdhary
SJang1 asked this question in Q&A
Discussion options

You must be logged in to vote

This is now fixed, you can use the __dangerous__insecure configuration key in your sites:

sites:
  method: GET
  url: https://desktop.sjang.dev:2364
  __dangerous__insecure: true

Setting the __dangerous__insecure option sets SSL_VERIFYPEER as false. I've added the __dangerous__ prefix to this key to remind people that they should only be setting this as true if they're sure about it!

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AnandChowdhary
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #57 on December 16, 2020 14:47.