can I use AsyncMiddleManServlet as a proxy for request content modification for HTTPS ...
15 views
Skip to first unread message
Ashok Mishra
unread,
Aug 7, 2019, 4:15:39 PM8/7/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dropwizard-dev
Hi,
I have a usecase where we need to implement a sort of gateway that needs to take the requests coming from client add some more data to request pay load sign the request using cavage signing scheme then pass on t the backend server over https/tsl protocol. When I am using tryying to use, I am getting 502 bad gateway AsyncMiddleManServlet for HTTPS sites. Even I am not successful using AsyncProxyServlet by overriding methods createHttpClient, getting same 502 error always. Any reference implementation is greatly appreciated.