Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 5788b92

Browse files
committed
Working on getting rid of verify_ssl
1 parent a94fbdc commit 5788b92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/oidcrp/oauth2/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ def __init__(self, state_db, client_authn_factory=None,
7777
do_add_ons(config['add_ons'], self.service)
7878

7979
self.service_context.service = self.service
80-
self.verify_ssl = verify_ssl
80+
# just ignore verify_ssl until it goes away
81+
self.verify_ssl = httpc_params["verify"]
8182

8283
def do_request(self, request_type, response_body_type="", request_args=None,
8384
**kwargs):

0 commit comments

Comments
 (0)