chutney-testing/chutney-kotlin-dsl-legacy

๐Ÿ› | Scenario synchronization not working behind https proxy

Closed this issue ยท 0 comments

What happened?

I have an chutney instance behind https proxy and got this exception when synchronizing scenarios :
Exception in thread "main" org.apache.hc.core5.http.NoHttpResponseException

Steps to reproduce

Have a Chutney instance behind a HTTPS proxy.

Relevant logs and/or screenshots/GIFs

No response

Possible fixes

By default, Apache http5 library retries idempotent request. As POST is not idempotent, those requests are not retried but if it is forced the synchronization works.

Version

2.3.0

What OS did you use?

No response