Dhivakar Karimuth · Sep 7, 2023 go to post

The issues is not with the certificates.


Got help from WRC.

The problem is that the SSL/TLS test code sends the following request after the handshake:

Set request="GET / HTTP/1.0"

Write request,!,!

Read reply:5

The server responds by closing the connection.

Hence the test was never successful,

The actual Http Request is successful though the ssl test from ssl/tls configurations is failed , misleading issue is with the certificates

Its actual issue solved  now

Thanks

Dhivakar Karimuth · Feb 8, 2023 go to post

Thanks much, Timo. It does work

below exactly help me to achieve the desired output (unix time stamp in mille seconds)

set epochSecond = $extract($ZDATETIME($ZTIMESTAMP,-2)_$piece($ZTIMESTAMP,".",2),1,13)

write epochSecond

1675839924490