Wish SSL Socket Library

aaronk

Well-Known Member
Licensed User
Longtime User
We need to have a SSL Socket Library for B4i.

At the minute there is a non-SSL socket library that lets you send ASCII messages (which is not using SSL) but when sending secure ASCII messages I want to be able to send the messages using SSL.

No one wants to send secure messages without it being encrypted over the internet.

Would need to support TSL 1.0 and above.
 

aaronk

Well-Known Member
Licensed User
Longtime User
Note that the network library allows you to send any data you like, not just ascii messages.
Does it let you connect to a device that only accepts SSL connections ?

I am wanting to connect to a product that only accepts SSL sockets. If I use a normal socket to connect to it, it will connect but as soon as I send a string it disconnects as it's not a valid SSL socket connection.
 
Top