You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement flag --ssl-no-revoke in Office 365 connector.
I work in a organization that intercept ssl connections, then this not works:
curl.exe -H "Content-Type:application/json" -d "{'text':'Hello World'}" WEBHOOK_URL
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - La función de revocación no puede comprobar la revocación para el certificado.
But this yes!:
curl.exe -H "Content-Type:application/json" --ssl-no-revoke -d "{'text':'Hello World'}" WEBHOOK_URL
Office 365 Connector dont work for me, because use ssl certificates. Would it be possible to implement this?
Upstream changes
No response
The text was updated successfully, but these errors were encountered:
I recommend you try to prepare PR with the fix so you can test the solution before it gets merged. I don't have idea how to solve your problem and probably won't be able to test it
What feature do you want to see added?
Implement flag --ssl-no-revoke in Office 365 connector.
I work in a organization that intercept ssl connections, then this not works:
curl.exe -H "Content-Type:application/json" -d "{'text':'Hello World'}" WEBHOOK_URL
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - La función de revocación no puede comprobar la revocación para el certificado.
But this yes!:
curl.exe -H "Content-Type:application/json" --ssl-no-revoke -d "{'text':'Hello World'}" WEBHOOK_URL
Office 365 Connector dont work for me, because use ssl certificates. Would it be possible to implement this?
Upstream changes
No response
The text was updated successfully, but these errors were encountered: