Connection reset, connect lapse 0 ms., Authentication lapse 0 ms
IO Error: Connection reset, connect lapse 0 ms., Authentication lapse 0 ms.
If you are trying to connect to a database engine (oracle) and an error like the above is seen, you might need to make sure your configurations are setup with SSL/TLS.
Make sure the certs are in the trust store of the JDK and the JDBC URL has the PROTOCOL = TCPS set.
jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCPS)(HOST = host_server )(PORT = port_number))(CONNECT_DATA = (SERVICE_NAME = server)))