0

The problem is as follows:

  • We have a SOAP API running behind TLS1.2 and SNI
  • Our main software is stuck on JDK6 where it is basically impossible to connect to a server using SNI
  • We need to use Axis 1.4 for SOAP calls
  • We have set up a simple Apache Proxy rerouting calls to http://proxyIP/foo to https://mainIP/

The proxy works like a charm when tested manually or in a browser. However, using Axis to do the required SOAP calls fails with an Exception:

Unrecognized SSL message, plaintext connection?

What could cause this and how could we fix this?

Every idea is appreciated.

Dracam
  • 149
  • 2
  • 11
  • Possible duplicate of [Unrecognized SSL message, plaintext connection? Exception](https://stackoverflow.com/questions/6532273/unrecognized-ssl-message-plaintext-connection-exception) – Rafał Czabaj Mar 26 '18 at 13:17
  • @RafałCzabaj I've seen that one and it's a far too general situation, sadly. Simple ports are not the issue here. – Dracam Mar 26 '18 at 13:28
  • Can you also try to communicate on Https -> Https instead Http-> Https ? It might be that there is some cache setting in between, that is not cleared out. – Rafał Czabaj Mar 26 '18 at 13:54

0 Answers0