derbeneviv commented on issue #33894:
URL: https://github.com/apache/airflow/issues/33894#issuecomment-1699092379

   [Taragolis](https://github.com/Taragolis)
   well, i didn't, and it seems to work
   ```
   {"endpoint_url": "https://mu_url";, "verify": false}
   ```
   
   however, that's extremely un-intuitive and unclear from documentation, as it 
states:
   ```
   verify: Whether or not to verify SSL certificates.
   ```
   
   so:
   * `"verify": false` works, but it's not a JSON
   * `"verify": "false"` and `"verify": "False"`returns obscure un-googlable 
error
   * `"verify": False` doesn't work and, well, warn you it's not a JSON
   
   I definately see a room to improve here, at least in terms of error handling 
or documetnation


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to