fix: authz ct failed
This commit is contained in:
parent
c7cc2e85b2
commit
91000eb342
|
@ -78,6 +78,7 @@ set_special_configs(_App) ->
|
||||||
<<"enable">> => true,
|
<<"enable">> => true,
|
||||||
<<"url">> => <<"https://example.com:443/a/b?c=d">>,
|
<<"url">> => <<"https://example.com:443/a/b?c=d">>,
|
||||||
<<"headers">> => #{},
|
<<"headers">> => #{},
|
||||||
|
<<"ssl">> => #{<<"enable">> => true},
|
||||||
<<"method">> => <<"get">>,
|
<<"method">> => <<"get">>,
|
||||||
<<"request_timeout">> => 5000
|
<<"request_timeout">> => 5000
|
||||||
}).
|
}).
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
<<"type">> => <<"http">>,
|
<<"type">> => <<"http">>,
|
||||||
<<"enable">> => true,
|
<<"enable">> => true,
|
||||||
<<"url">> => <<"https://fake.com:443/acl?username=", ?PH_USERNAME/binary>>,
|
<<"url">> => <<"https://fake.com:443/acl?username=", ?PH_USERNAME/binary>>,
|
||||||
|
<<"ssl">> => #{<<"enable">> => true},
|
||||||
<<"headers">> => #{},
|
<<"headers">> => #{},
|
||||||
<<"method">> => <<"get">>,
|
<<"method">> => <<"get">>,
|
||||||
<<"request_timeout">> => <<"5s">>
|
<<"request_timeout">> => <<"5s">>
|
||||||
|
|
Loading…
Reference in New Issue