Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement --ssl-no-revoke (equivalent behaviour in curl client) #301

Open
makiolo opened this issue Jan 31, 2023 · 1 comment
Open

Implement --ssl-no-revoke (equivalent behaviour in curl client) #301

makiolo opened this issue Jan 31, 2023 · 1 comment

Comments

@makiolo
Copy link

makiolo commented Jan 31, 2023

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

@damianszczepanik
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants