Open k-macmillan opened 1 year ago
The lambda currently has verify=False setup due to the way requests sets up TLS. We likely need a refined SSL context to allow intranet -> internet.
verify=False
GIVEN The notify incoming sms lambda triggers WHEN making POST requests to endpoints THEN those POST requests will be secured
POST
Still an issue, keeping.
Value Statement
The lambda currently has
verify=False
setup due to the way requests sets up TLS. We likely need a refined SSL context to allow intranet -> internet.Acceptance Criteria
GIVEN The notify incoming sms lambda triggers WHEN making
POST
requests to endpoints THEN thosePOST
requests will be securedChecklist
Assumptions
Additional Info/Resources