Developers

A forum for collaboration, Q&A, and knowledge sharing on SAS and open source integration
BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
DCL
Obsidian | Level 7 DCL
Obsidian | Level 7

Hi,

 

While trying to call a stored process from JBOSS server, we are getting following error:

None of the requested encryption algorithms are supported by both peers: AES

 

SAS server has FIPS encryption level and we are not sure on how to make use of the same algorithm at the JBOSS end. Any insights on this matter would be highly appreciated.

 

We get following errors while trying different encryption algorithms:

encryption algorithm aesfailed... None of the requested encryption algorithms are supported by both peers: AES

encryption algorithm desfailed... None of the requested encryption algorithms are supported by both peers: DES

encryption algorithm rc2failed... None of the requested encryption algorithms are supported by both peers: RC2

encryption algorithm rc4failed... None of the requested encryption algorithms are supported by both peers: RC4

encryption algorithm sasproprietaryfailed... None of the requested encryption algorithms are supported by both peers: SASPROPRIETARY

encryption algorithm tripledesfailed... None of the requested encryption algorithms are supported by both peers: TRIPLEDES

encryption algorithm nullfailed... None of the requested encryption algorithms are supported by both peers: AES

 

If you need further details, please let me know.

 

Thanks in advance!

 

P.S- I also get issues while trying to call a Java webservice from SAS. Maybe it is linked to the same issue

ERROR: The SSL provider is not in FIPS 140-2 mode.

ERROR: Unable to load extension: (tkessl)

ERROR: An SSL cipher handle could not be created.

ERROR: TK extension TKEAM could not be loaded. Most likely secure communications are not available on this system.

ERROR: Unable to establish an SSL connection.

 

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisHemedinger
Community Manager

What version of SAS?  9.2 or 9.3?  Sounds like you might be missing SAS/SECURE on one end of the connection -- or one of its components is not installed.

 

Some troublshooting tips (mostly involving logging) are here.  You might need to work with SAS Tech Support on this.

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!

View solution in original post

3 REPLIES 3
ChrisHemedinger
Community Manager

What version of SAS?  9.2 or 9.3?  Sounds like you might be missing SAS/SECURE on one end of the connection -- or one of its components is not installed.

 

Some troublshooting tips (mostly involving logging) are here.  You might need to work with SAS Tech Support on this.

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!
DCL
Obsidian | Level 7 DCL
Obsidian | Level 7

Hi Chris,

 

We are working on SAS9.4 version in server side, but the jar files in the client are old 9.3 version.

We are about to include the 9.4 jars there and retry the tests. Fingers crossed...

 

Thanks!

DCL
Obsidian | Level 7 DCL
Obsidian | Level 7
Hi Chris,

Connection worked when the 9.4 jars were used..

Regarding the failure I mentioned earlier while trying to call webservice from SAS was due to a missing server-client certificate.

Thanks once again!
Dilip

sas-innovate-white.png

Join us for our biggest event of the year!

Four days of inspiring keynotes, product reveals, hands-on learning opportunities, deep-dive demos, and peer-led breakouts. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 3322 views
  • 2 likes
  • 2 in conversation