-
|
I want to be able to use this library with a local IdP for testing purpose (like Keycloak). I want to use self-signed certificates so I need to disable TLS verifications in that case. MSAL already offers that as a parameter for |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
|
If you are referring to the Please let me know by either clarifying the parameter or a thumbs-up and/or closing this issue. |
Beta Was this translation helpful? Give feedback.
-
|
I am sorry I wasn't more specific: I was referring to the verify argument. |
Beta Was this translation helpful? Give feedback.
-
|
I haven't tried it but, assuming you are also using the |
Beta Was this translation helpful? Give feedback.
-
|
It does not seem to work with self-signed certificate 😕 |
Beta Was this translation helpful? Give feedback.
-
|
Hmm, there were some slightly different workarounds mentioned that Q&A. What I meant was this one, |
Beta Was this translation helpful? Give feedback.
-
|
I did set |
Beta Was this translation helpful? Give feedback.
-
I don't know what is inside your "keycloak self-signed certificate". Given that the |
Beta Was this translation helpful? Give feedback.
-
|
My certificate was faulty, I missed I am sorry for the false alert, |
Beta Was this translation helpful? Give feedback.
I don't know what is inside your "keycloak self-signed certificate". Given that the
REQUESTS_CA_BUNDLEapproach is a documented feature ofrequests, it is supposed to work. Perhaps, you can double check by using these detailed steps of how to compose that ca bundle file. Someone even came up with a script for that process.