Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
7 views

How to validate PFX certificate in each of SOAP API call using Jakartha soapConnection.call() in Java

I need to validate a SOAP API call with PFX certificate using jakartha API - SOAPConnection class call() I have tried to add the below by converting pfx fiel to jks using keytool -importkeystore -...
Manjunath B's user avatar
-1 votes
0 answers
26 views

Import Snowflake Certificate into Java

I am working with JDBC and Snowflake. The connection throws an 'No trusted certificate found', so I want to import the Snowflake certificate into Java. I went in Snowflake console, I clicked the ...
DbSchema's user avatar
  • 399
-1 votes
0 answers
32 views

Android TLS 1.3 connection - Problem with PKCS12 keystore [duplicate]

I want to establish a authenticated tls1.3 socket-connection from an android client to a kotlin server. I am stuck for days by importing a .p12 file in the android client. The android target version: ...
mad_mosel's user avatar
-1 votes
1 answer
28 views

Do gradle daemons persist cacerts?

I'm working with a Java code base that uses Gradle with Groovy for build automation. Our build logic has pluginMangement decleration with repositories nested inside. Initially, the build logic was ...
Shawn Armstrong's user avatar
0 votes
0 answers
12 views

How to find server certificate details after sun.security.provider.certpath.SunCertPathBuilderException [duplicate]

I have a JavaFX application that packaged as desktop app using javapackager. This application invokes a REST API to fetch data. Depending on where the tool is run, it may require connecting to the ...
shan_shine's user avatar
0 votes
0 answers
93 views

Spring Boot Error: PKIX Path Building Failed - Unable to Find Valid Certification Path to Requested Target

this certificate is new to me in Spring Boot. I have Postman, and it successfully gets a response after I manually added the sample.key and sample.pem in the client certificate section. First, I ...
RedBlue's user avatar
  • 123
0 votes
1 answer
35 views

Configuring Gradle (Java Project) to use KeyStore/TrustStore for only one maven repository (Sonatype Nexus Repository 3)

I have successfully set up Sonatype Nexus Repository 3 on my server with SSL configured using KeyStore/TrustStore. I developed some Java libraries (using Gradle) to test the publication to the ...
Mehrer Compression GmbH - IT's user avatar
0 votes
1 answer
18 views

Cannot connect to node with jconsole after enabling SSL on JMX

I am using Cassandra 4 and have enabled SSL. To connect to JMX, I added the following options in the cassandra-env.sh and started Cassandra JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.ssl=...
trendy innovative's user avatar
2 votes
2 answers
123 views

Mutual TLS connection from OpenLiberty with custom keystore

I'm trying to use configured host-specific outbound SSL configuration in OpenLiberty to make an https connection to a remote system (Apple Pay, in this case, but I don't think relevant). I know the ...
dbreaux's user avatar
  • 5,060
1 vote
1 answer
53 views

Disable spring ssl bundle configuration

I am using spring boot 3.2. In my application.yml, I have the following property spring: ssl: bundle: jks: server: keystore: location: ...
Nero's user avatar
  • 562
0 votes
0 answers
21 views

Multiple keystore certificates in JBoss EAP 7 configuration

I have a request to use one more Keystore certificate in JBoss EAP 7 standalone.xml. At the moment i have <system-properties> <property name="javax.net.ssl.keyStore" value="...
Re Viki's user avatar
0 votes
0 answers
65 views

ORA-29532: Java call terminated by uncaught Java exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

I am getting ORA-29532: Java call terminated by uncaught Java exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure exception when I try to run java class from PL SQL....
jarda dasek's user avatar
1 vote
1 answer
40 views

Memory leaks while authenticating user with oauth2 and keycloak (SSO)

We have recently migrated app from Vaadin 14 to Vaadin 24 (Spring boot, Vaadin-flow, java 17). We are using keycloak+oauth2 login with SSO as we did before. This works very simple: user opens URL www....
Mari's user avatar
  • 213
-1 votes
0 answers
19 views

How to use LDAP Service Discovery with JNDI and SSL?

I'm trying to connect a third-party software to Active Directory via LDAP(S). Because our domain is covered by a bunch of domain controllers and some are not accessible by the entire domain, service ...
Namoshek's user avatar
  • 6,472
-1 votes
0 answers
62 views

Apache Camel https connection through Burp Suite proxy gives SSLException: Unsupported or unrecognized SSL message

I want to send my camel connections through Burp Suite Proxy. I have imported my Burp Suite certificate to cacerts. So the following example does work, the request appears in Burp Suite and program ...
u4963840's user avatar
  • 129

15 30 50 per page
1
2 3 4 5
509