Skip to main content
Filter by
Sorted by
Tagged with
2 votes
0 answers
77 views

I have a Springboot server with two ssl self signed certificates configured for different hostnames. One certificate assigned to hostname localhost. Another assigned as fallback, so any hostname other ...
naveejr's user avatar
  • 755
0 votes
1 answer
53 views

I'm using Kotlin coroutines to manage a TLS socket connection. In my minimal version of sendMessageToServerTest, I call connectTest() when the socket is not connected, then log the result. However, ...
A.M.'s user avatar
  • 223
0 votes
0 answers
339 views

When connecting to an internal device with a JDK17 with TLS v1.2, the handshake fails with this error: No supported CertificateVerify signature algorithm for EC key My key uses the EC "secp256r1&...
Jérémie B's user avatar
0 votes
1 answer
187 views

Recently, our organisation migrated one of our Java application codes from Java 8 to Java 11. Now, we are facing one unique issue with our application. Our tomcat server is running into a strange ...
Brinal's user avatar
  • 302
3 votes
1 answer
253 views

So I have a web application and ear want to deploy that code but first cannot get past the SSL error at startup for the Websphere server. It puts the websphere server in an invalid state. Starting ...
Berlin Brown's user avatar
  • 11.8k
0 votes
1 answer
499 views

We are using AwsCrypto aws java sdk for encryption and decryption. We follow the pattern mentioned in this aws doc for using the same with data-key cache enabled. For a few requests I am seeing ...
YK S's user avatar
  • 3,470
2 votes
1 answer
2k views

I have a very simple reserve proxy pointing to custom webflow url. A blog is configured on a custom webflow url [https://webflow.example.com] and it is working fine in browser. There is no ssl error. ...
Ashwini's user avatar
  • 168
2 votes
0 answers
646 views

I need to log as much as possible information about SSL Handshake using .NET for mTLS. This is possible in Java by using System.setProperty("javax.net.debug", "ssl:handshake"); Is ...
Anas's user avatar
  • 180
1 vote
0 answers
698 views

I'm trying to call a web service over HTTPS from a Windows 7 32bit system using a dot-net 4.6 and/or a self-contained single-file dot-net 7 application. But I'm getting the following exceptions: ...
DDDN's user avatar
  • 11
2 votes
1 answer
992 views

Overview I am using the below version of Okhttp com.squareup.okhttp3:okhttp:4.9.3 I need to execute multiple HttpRequests at one go when a transaction happens. I have taken Singleton OkHttpClient to ...
KK_07k11A0585's user avatar
1 vote
1 answer
3k views

An app.zeplin.io:443 connection error is occurring in the vpn environment. In the same vpn environment, access to github.com:443 or stackoverflow.com:443 is normal. I'm a little lacking in background ...
jihoon yoo's user avatar
1 vote
0 answers
175 views

I live in Iran, which is a dictatorship with a lot of internet censorship. My problem is TLS Handshake error that occurs with certain internet operators (Like MTN Irancell). In certain GNU/Linux ...
Behzad's user avatar
  • 33
0 votes
1 answer
432 views

I'm trying to implement an SSL handshake in C++ x64 unicode in Windows using winsock, schannel, security etc. Example host is google.com. I created a SOCKET and could connect via WSAConnectByNameW. I'...
0x38's user avatar
  • 21
1 vote
0 answers
760 views

I installed kubernetes (1 controller node and 4 worker nodes). O.S. Ubuntu 22.04.1 kubernetes v1.26.1 Calico v3.25.0 From a POD I need to get authenticate to an external server. The request works ...
Pentolone's user avatar
1 vote
1 answer
245 views

I have spring boot appilcation containing rest APIs running on embedded jetty. I am trying to hit it by another java application which runs on TLSv1 but is getting below error: fatal: engine already ...
Sahil's user avatar
  • 53
0 votes
1 answer
666 views

I wrote a routine for the programmatic retrieval of certificates for SSL connections (to be used for example with restTemplate) and the programmatic import of these certificates to import them into ...
Francesco Durante's user avatar