The Server should have a configurable "scheme" attribute, that is used for the proxy request. If there is no "scheme" attribute in the config, normal behaviour should apply (ie. request scheme is used to connect to server).
Usecase 1:
You want to reverse proxy https requests to a server that is only able to provide http request.
Usecase 2:
You want to reverse proxy unencrypted requests to a server that is only reachable via https.
I attached a patch file that adds exactly this feature.
Regards,
Manfred
Patch for the server scheme feature
Great, this is exactly what I was missing as some of my target sites have https url's!
Could this patch be incorporated in the next release of jEasy?
Thanks!