T
Tim Kuehn
Guest
Yes, I'm using 11.3's SOAP interface, so it looks like I'll need 11.4 to get this working. Wrt "truststore" - this is what I've got in the Tomcat config for loading certs - should I be looking into something else? Connector port="9443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" SSLCertificateFile="D:\tomcat\keystore\openssl\server.crt" SSLCertificateKeyFile="D:\tomcat\keystore\openssl\server.key" SSLVerifyClient="optional" /
Continue reading...
Continue reading...