Ryan
Ryan
Hi Tom, Thanks for getting back to me. The webhook at the minute is saving the 'code' request argument/query string to a variable, and then using that variable in the...
Sorry for the delay Tom, please find code snippets below. I'm using Flask as the webframe work which is handling the callback url and extracting the code. Class for my...
Thanks Tom, I've downgraded the module and it's working fine now. Many thanks, Ryan
Have implemented this in pull request #13. Best, Ryan
Having the same issue also
Thanks for posting this. I was looking through the docs on how to do this. I would certainly be a helpful addition!
Hi @chambaz. Thanks for sending that, it's sorted the issue for me
In the meantime, this monkey-patch has gotten around the issue with using SSLPSK with Python 3.8+: ``` import sys import sslpsk # Monkey patch for SSLPSK def _sslobj(sock): if (3,...
Works perfectly on Zabbix 5, thanks for sharing.
Hey @rct, I created a PR for this feature, however it was rejected because repairs/issues need to be actionable. Unfortunately a database corruption is not easily fixable so it would...