Does Nexj Framework support these protocols? The Rest issue I was having yesterday seems to be due to these protocols. I was able to confirm the same rest call in SOAP UI and when these protocols are NOT there we get the same error that is occurring in the framework. Thoughts?
Yes, these protocols should be supported. It really isn’t a NexJ thing and is more based on your Java runtime. If the policy files for your runtime are configured to allow specific TLS versions, then we will use that. Search the web for something like “TLS 1.2 and java policy”.