Posted by: Roger Simon Mar 8 2010, 12:48 PM
Hello
I am trying to setup a connexion with ssl with a partner and when I sent a file I have the following message in CFTLOG
Cannot find SSL security profil <IDTU=A00000001 PART=mypart IDF=myidf IDT=C0810544 PROTOCOL=MYPROTO>
Any idea about what I am missing
thanks
Posted by: Slim Mar 9 2010, 11:32 AM
QUOTE (Roger Simon @ Mar 8 2010, 01:48 PM)

Hello
I am trying to setup a connexion with ssl with a partner and when I sent a file I have the following message in CFTLOG
Cannot find SSL security profil <IDTU=A00000001 PART=mypart IDF=myidf IDT=C0810544 PROTOCOL=MYPROTO>
Any idea about what I am missing
thanks
Hello,
You need to create a ssl profil with the CFT ssl command, one for 'SERVER' (SSLPROT1) and another one for 'CLIENT' (SSLPROT2), you need to associate the CFTPROT command with your 'SERVER' SSL profil SSLPROT1.
Example :
CFTPROT id= xxxx
ssl= SSLPROT1,
.....
You must also associate the 'CLIENT' ssl profil with the CFTPART command
Example :
CFTPART
id=mypart,
ssl=SSLPROT2,
.....
Hope this helps....