Question Dhivakar Karimuth · Aug 30, 2023 Error #988: SSL connection failed. SSL/TLS error in SSL_read(), SSL_ERROR_SYSCALL: I/O error (54) I am trying to connect the external application. Authenticating via Two SSL, I have the Client Cert, Private key and the Root Certificate The connection is successful from local (both via terminal and as well via Postman) But when trying from IRIS application by configuring the certificates in the SSL configuration, i am not able to successfully verify the SSl connections When test from the ssl configuration with the endpoint and port its gives the error Error #988: SSL connection failed. SSL/TLS error in SSL_read(), SSL_ERROR_SYSCALL: I/O error (54) #API #SSL #InterSystems IRIS 0 7 0 888
Question Dhivakar Karimuth · Feb 7, 2023 $ZDATETIME. Unix epoch Milliseconds I am trying get the Unix time stamp in milliseconds set epochSecond= $ZDATETIME($ZTIMESTAMP,-2)*1000 but the result is not accurate as $ZDATETIME ignoring /truncating the fraction of the seconds and the milliseconds calculation is not accurate with fraction seconds for example set epochSecond= $ZDATETIME($ZTIMESTAMP,-2) 1675830682 when its converts to the milliseconds it became 1675830682000. not the accurate fractional seconds. My target system looking for the milliseconds time stamp to authenticate. #InterSystems IRIS 0 3 0 413