Add a test for HTTPS proxy #581
Labels
backend
Issues related to the platform backend.
good first issue
Good for newcomers.
low priority
Low priority issues to be done eventually.
t-platform
Issues with this label are in the ownership of the platform team.
validated
Issues that are resolved and their solutions fulfill the acceptance criteria.
We recently added a new option
ignoreProxyCertificate
. We should add tests covering it.How to do it (roughly):
Hello world
.proxy-chain
server that would point to the HTTPS endpoint created in 2.proxy-chain
proxy.ignoreProxyCertificate
is set totrue
, you should getHello world
, otherwise you'll get a SSL error about being unable to verify the leaf signature.The text was updated successfully, but these errors were encountered: