my $host = '192.168.10.15'; # Server-IP my $port = 12621; # Server Port my $timer = 2; # Timer for Socket my $sock = IO::Socket::SSL->new("$host:$port",Timeout => $timer); # SSL-Socket