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
Currently at least 2 different locations specify that that certificate bundle in fb_ca_chain_bundle is used for SSL verification. This will cause ssl verification errors for developers whose companies use SSL inspection solutions. Recommend to either remove the code setting this entirely, or add an option to allow passing in extra certificates and documentation to back this. The former would be preferred. Currently developers would need to modify the library to add their company certificates.
Currently at least 2 different locations specify that that certificate bundle in fb_ca_chain_bundle is used for SSL verification. This will cause ssl verification errors for developers whose companies use SSL inspection solutions. Recommend to either remove the code setting this entirely, or add an option to allow passing in extra certificates and documentation to back this. The former would be preferred. Currently developers would need to modify the library to add their company certificates.
The two locations:
facebook-python-business-sdk/facebook_business/session.py
Line 48 in 6b8815a
facebook-python-business-sdk/facebook_business/adobjects/serverside/event_request_async.py
Line 78 in 6b8815a
And there is an additional reference set here:
facebook-python-business-sdk/facebook_business/adobjects/serverside/util.py
Line 38 in 6b8815a
The text was updated successfully, but these errors were encountered: