Hi Skip, Actually, if UPS connectivity is the only problem then you may enable TLS 1.2 in Java 7. Find target 'start-batch' (or whatever you use to start an ofbiz instance) in build.xml and add another <vmarg /> with value -Dhttps.protocols=TLSv1.1,TLSv1.2
On Sat, Dec 9, 2017 at 1:18 AM, Skip <[email protected]> wrote: > I am using Ofbiz version 12. I cannot easily convert to the latest because > I have made thousands of changes to the ofbiz core code and redoing all > that > for version 16 will take a long time. > > Recently, UPS stopped support for TLS 1.0. It now requires 1.2. This is > supported in Java 8. > > Does anyone have any experience using Java 8 with older versions of OFbiz? > > Thanks in Advance > > Skip > > -- Best regards, Oleg Andreyev at Upwork <https://www.upwork.com/freelancers/~017fb1de5d9869d69a>
