Secure socket with openssl?

Hello,

I have tried to connect to the secured port at an digi connect me modul, but it failed.
I used the ssl_connect call of the open_ssl lib. Is there an example somewhere how to connect successful with this lib to the modul?

Thanks in advance.

Thomas Jäckel

Solution:
Important to select the right SSL method: “TLSv1”.
With the no problem to connect to the secure port.

Greetings

Thomas Jäckel