Start a Conversation

Unsolved

This post is more than 5 years old

993

January 23rd, 2014 09:00

Encrypting connections in non-FIPS 140 mode with Perl API

Hi to all,

we are using remote client PERL API, and when I apply Security "Encrypting connections in non-FIPS 140 mode", when I try establish connection with the IonixServer 9.2 show me the next errors in the output console:

[January 23, 2014 9:35:47 AM GMT-04:30 +847ms] t@5368

CI-E-???-???

  . p1: SM_IS("negotiateCrypto")

  . p2:

  . p3:

  . p4:

  . p5:

  . p6:

  .

CI-???-???

  . p1: CI_FlowBufferedHead_U [Client Buffered Head] HEAD|BUFFERED @0x014a2940

  . ???4D415254532D7072 6F746F636F6C2D<0A ^|320D0A3130303030 3030203030343030

  . ???[^782D534D41525453 2D70726F746F636F 6C2D64656D617263 6174696F6E2D7374

  . ->CI_FlowTCP_U IN_FLOW|PHYSICAL @0x014ae478

  . 10.31.30.166:49270 KS N/A, KR N/A

  . Open fd=2416, conn January 23, 2014 9:35:48 AM GMT-04:30, disc January 23, 2

014 9:35:48 AM GMT-04:30,

  . 10.31.11.107:65142 -> 10.31.30.166:49270, tmo January 23, 2014 9:36:18 AM GM

T-04:30 N/S 1/2

  . p2:

  . p3:

  . p4:

  . p5:

  . p6:

  .

CI-???-???

  . p1: CLEARTEXT

  . p2: AES_CBC_MD5

  . p3:

  . p4:

  . p5:

  . p6:


To enable Encrypting connections I setting runcmd_env.sh with the following value in the server and client

SM_INCOMING_PROTOCOL=1,1

What configuration I need add to my Perl scrip to support this encryption type ?

17 Posts

January 28th, 2014 00:00

The Perl API does not support encryption. You would need to include level 0 incoming to support connections from Perl API.

No Events found!

Top