I saw this in the setup script wildfly_exec "data-source add --name=ejbcads --driver-name=\"mariadb-java-client.jar\" --connection-url=\"jdbc:mysql://${database_host}:3306/${database_name}\" --jndi-name=\"java:/EjbcaDS\" --use-ccm=true --driver-class=\"org.mariadb.jdbc.Driver\" --user-name=\"${database_username}\" --password=\"${database_passw> Is this just meaning that any change I make on database_host isn't been passed to the driver hence the plaintext transactions I see? Anyway after install...
Thank you again. I'm still not having much luck. Tried with a new deployment (again using the setup script and both ways above don't seem to work) When deploying ejbca no tables get created in the database. Whereas they do if using plaintext. MariaDB [(none)]> show tables in ejbcatest; Empty set (0.000 sec) If I run tcpdump on the server it looks like I'm seeing db drivers etc in cleartext come through so I'm not convinced it's actually trying to do a TLS handshake? Since I'm not using a FQDN for...
Thanks. I'll give it a go. And where does it call the client certs from? The mariaDB client or somewhere in Jboss? Is there a way to change the database url post install? Do I just change the database.properties and do an ant deployear
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm; font-size:11.0pt; font-family:"Calibri",sans-serif;} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;}...
PHP Server Monitor for the most part is working great for me. For some reason the...