Questions tagged [ssl-handshake]
22 questions
0
votes
0 answers
SSL connection not taking place with RabbitMQ
While working on a issue found that SSL connection are not created when interacting to RabbitMQ. There is following exception that occurs:
Starting application. . . .
RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified…

klohani
- 1
0
votes
0 answers
How do I get root certificate sent along with intermediate and client certificates using HttpClient net-core-3-1
I have the following certificate chain
Client -> Intermediate -> root
I don't have any control over the server, I'm required to sent the full chain but HttpClient is only sending the client and intermediate certificates during mtls handshake.…

Ayo Hashimi
- 11
- 1
0
votes
0 answers
nimbus-jose-jwt - Fetch JWK from endpoint behind mTLS
I am trying to get JWK from a server which works fine on http. Does nimbus-jose-jwt provide any alternative approaches to tackle when the server is behind mTls?
Please find the code that works as expected with http.
public…

rakesh
- 216
- 1
- 7
0
votes
1 answer
JAVA Certificates - Programmatically SSL handshake fails and import fails
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 cacerts of the currently used jre.
What I would…

Francesco Durante
- 11
- 4
0
votes
0 answers
SSL handshake issue for one server
i have an SSL handshake issue on one of my servers. the certificate is CA signed and the server is still showing "not secure"
i got another server using the same root chain and it is secured.
root/intermediate certs and the CA itself are all…

SaifT
- 1
0
votes
0 answers
OpenSSL 1.0.2: Callback for "Server Key Exchange"?
a TLS handshake consists of a series of steps:
Client Hello
Server Hello
Certificate
Server Key Exchange
Server Hello Done
These steps you can check by creating a WireShark trace.
I need to check some info from the server contained in the "Server…

René Heuven
- 197
- 16
0
votes
0 answers
HTTP error 525 when X-Requested-With header is not present
I've a problem regarding Stripe Webhooks (and some other tools). Somehow we receive HTTP 525 errors since a few days. So there seems to be a SSL handshake error. The strange thing is, that only Stripe and a few crawl bots are affected. The website…

Brotzka
- 2,959
- 4
- 35
- 56