HelpWizard Pages Protocols SSL/en
Version vom 18. Februar 2022, 12:21 Uhr von Cg (Diskussion | Beiträge)
Protocols - SSL
An SSL connection is created via the "SSL Socket [Connect]" action from the standard library.
As with the other socket actions, this will provide a socket stream, which can be passed on to any of the stream reading/writing actions (i.e. to read individual characters, lines, strings or binary bytes).
Take a look at the Test/Demo found in this action.