1

We have Rest web services on a glassfish4 (payara) server Our rest client is based on httpClient Lib As Authentication we use certificate and basic auth. The client work well getting and posting infos to WS But when we send a multipart post with file bigger than few bytes, parsing the request hang until a timeout

If we disable the certification auth, all is working

user2946593
  • 63
  • 2
  • 11
  • If you don't get an answer in reasonable time, try creating an issue on Payara tracker: https://github.com/payara/Payara/issues – OndroMih Mar 09 '17 at 00:40

1 Answers1

1

Thanks to payara blog, we address the problem: we needed to change a configuration in payara, "Max Save Post Size" in Network Config->Network Listener -> http-listener-2 (the one using ssl) - http tab

user2946593
  • 63
  • 2
  • 11