File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ class MTLS < Bearer
7
7
def initialize ( attributes = { } )
8
8
super
9
9
self . token_type = :bearer
10
- httpclient . ssl_config . client_key = private_key
11
- httpclient . ssl_config . client_cert = certificate
10
+ httpclient . ssl . client_key = private_key
11
+ httpclient . ssl . client_cert = certificate
12
12
end
13
13
end
14
14
end
Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ def authenticated_context_from(*args)
172
172
params . merge! (
173
173
client_id : identifier
174
174
)
175
- http_client . ssl_config . client_key = private_key
176
- http_client . ssl_config . client_cert = certificate
175
+ http_client . ssl . client_key = private_key
176
+ http_client . ssl . client_cert = certificate
177
177
else
178
178
params . merge! (
179
179
client_id : identifier ,
You can’t perform that action at this time.
0 commit comments