Is it possible in GlassFish to instruct the jdbc connection to encrypt the communication with the database?
I have read that the connection string should be something like
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=host)(PORT=5521))(CONNECT_DATA= (SERVICE_NAME=servicename))(Security=(ENCRYPTION_LEVEL=REQUIRED)))
GlassFish 3.1.2 and Oracle RDBMS 19c.