cancel
Showing results for 
Search instead for 
Did you mean: 

SSL

Former Member
0 Kudos

Hi

what is SSL ? Is it secure socket layer or sth ?? what is its importance in xi ?? Can you explain in simple words ??

thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Secure Sockets Layer(SSL), a protocol developed by Netscape for transmitting private documents via the Internet. SSL uses a cryptographic system that uses two keys to encrypt data − a public key known to everyone and a private or secret key known only to the recipient of the message. Both Netscape Navigator and Internet Explorer support SSL, and many Web sites use the protocol to obtain confidential user information, such as credit card numbers.By convention, URLs that require an SSL connection start with https: instead of http:.

Another protocol for transmitting data securely over the World Wide Web is Secure HTTP (S-HTTP) or HTTPS . Whereas SSL creates a secure connection between a client and a server, over which any amount of data can be sent securely, S-HTTP is designed to transmit individual messages securely. SSL and S-HTTP, therefore, can be seen as complementary rather than competing technologies. Both protocols have been approved by the Internet Engineering Task Force (IETF) as a standard.

Go through this link for more explanations

http://searchsoftwarequality.techtarget.com/sDefinition/0,,sid92_gci214006,00.html

Regards,

Srikanth

Former Member
0 Kudos

Hi srikanth! That is a very nice overview. which adapter of XI supports SSL ? If XI won't support and still if we want to use SSL what should we do ?? If I am not wrong HTTPS will be supported by XI in case of SOAP adapter.

thanks

kumar

Former Member
0 Kudos

Hi,

In XI i think we cannot send data using SSL.

In our project we are using third party adapter AS2 for this.

Regards

Hemant

Former Member
0 Kudos

Kumar,

You can do this with FTP adapter. Check this help:

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm

---Satish

Former Member
0 Kudos

Hello Kumar,

In Soap adapter, in case of Transport Protocol we can give either HTTP or SMTP according to the requirent but in MESSAGE PROTOCOL we have only one option called SOAP1.1 which takes care about SECURITY.for DATA SECURTIY XI is the best when compared to other MIDDLE WARES.

Regards,

Srikanth

Answers (1)

Answers (1)

Former Member
0 Kudos

Kumar,

If you want to send some files to Bank then most of the Banks in US expect to send them secured. So they dont give permission to normal FTP server. They ask us to send either by PGP or HTTPS or FTPS. To enable XI for HTTPS or FTPS then you have to enable the SSL in J2EE.

Check these documents for how to enable this:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/23894238-0701-0010-40b0-a0a6d5c4...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/197e6aec-0701-0010-4cbe-ad5ff670...

---Satish

Former Member
0 Kudos

Hi Satish,

Its perfect ! This is what actually I am looking for. Will go through the documents that you have suggested and will revert if I have any further queries.

thanks for your reply

thanks

kumar

Former Member
0 Kudos

Hey

you might also wanna have a look at the how to guide

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2e7020d-0d01-0010-269c-a98...

thanx

ahmad