Skip to main content

All Questions

Tagged with
0 votes
0 answers
29 views

Migrated from Tomcat 8.0 to Tomcat 10.1

We are currently migrating our system from Elastic Beanstalk Platform(Corretto 8 & Tomcat 8.1) to (Corretto 17 & Tomcat 10.1). I am getting HTTP Status 400 from an HTTP request sent by a host ...
needHelpInTomcatAndSpring's user avatar
0 votes
1 answer
36 views

Import and use already existing SSL certificates with new Tomcat instance

I had to completely to re-install Tomcat server using new hardware but I have certificates from Certificate Authority which was used in previous installation: Sectigo RSA Domain Validation Secure ...
kov_george's user avatar
1 vote
0 answers
57 views

Unable to use Artifactory HTTPS

I am now forced to use HTTPS on the page, but I am unable to access it through HTTPS I don't want to access through reverse proxy After consulting the official documentation and adding configurations ...
Viewer's user avatar
  • 11
-2 votes
0 answers
27 views

Let's encrypt and tomcat 10 is it possible?

I've trying for a week to use letsencrypt to generate ssl certificates for my domain. I am using tomcat 10. The steps I followed were I followed several tutorials, including this one tutorial uses jks ...
Diego Alves's user avatar
  • 2,607
1 vote
0 answers
67 views

Cannot get Client certification authentication working with Tomcat 9

I am trying to enable client-authentication on a Tomcat 9.0.90 instance (running on Windows). I was able to easily get server-authenticated/1-way SSL working, but I have been struggling to get the ...
user555303's user avatar
  • 1,236
0 votes
0 answers
9 views

Tomcat on Openshift: KeyManagerFactory instance not obtained

I try to create KeyManagerFactory.getInstance using SunX509 or PKCS12. Both cases it says that Error initializing key manager factory (algorithm not supported). in order to connect to another ...
user25152312's user avatar
0 votes
1 answer
44 views

How to deploy Spring boot 3 https project

I've successfully setup https on project using springboot 3 on localhost. this is my application.yaml : spring: config: activate: on-profile: development application: name: ...
fajar setiawan's user avatar
0 votes
0 answers
41 views

Spring boot embedded Tomcat; how to set CertificateKeystoreFile

We are using Spring Boot 3.2.3 with embedded Tomcat 10.1.19. We set SSL Bundle configuration https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.ssl.jks server.ssl.bundle=...
user1717259's user avatar
  • 2,845
0 votes
0 answers
42 views

java.lang.UnsatisfiedLinkError: org.apache.tomcat.jni.SSL.renegotiatePending(J)I

2024-03-27 10:01:21.370 ERROR 13660 --- [nio-443-exec-10] org.apache.tomcat.util.net.NioEndpoint : Error running socket processor java.lang.UnsatisfiedLinkError: org.apache.tomcat.jni.SSL....
Athena Cykes's user avatar
0 votes
0 answers
30 views

api call from angular app from browser to an ssl spring or flask service , api calls fails with ERR_BAD_SSL_CLIENT_AUTH_CERT during preflight?

The api calls fails only from browser. When making the api calls from service to service using .crt and .key file the services responds with the content for the calls (flask to spring and vice versa) ...
siva_A's user avatar
  • 1
0 votes
0 answers
414 views

SSL issues after upgrading to Spring Boot 3 and JDK21 when using RestTemplate

After upgrading from JDK 11 to 21 and Spring Boot 2 to Spring Boot 3.2.2 the service cannot contact another service using Spring's RestTemplate and fails with org.springframework.web.client....
Marian Klühspies's user avatar
0 votes
1 answer
288 views

Encrypting KeyStore Password in tomcat in server.xml in a secure way

Did anyone try encrypting keystore passord to be used in server.xml of tomcat? I tried a solution (custom encryption) mentioned in stackoverflow : Encrypt tomcat keystore password and it works, but ...
MarcosInAction's user avatar
0 votes
1 answer
155 views

Setting up SSL certificate: APR tomcat-native Library installed, but APR Connector does not initialize

I'm trying to setup HTTPS with the certificate, certificateKey and certificateChain files that I got from my CA. I've been trying to install them on an Apache 8.5 server, and, as per Apache's docs, I ...
Everton Colombo's user avatar
0 votes
0 answers
217 views

How to Enable TLS_FALLBACK_SCSV support in Tomcat 8.5.x.Help me to get it Done

I am using Tomcat 8.5.91. When scanning with SSL Labs, it indicates that TLS_FALLBACK_SCSV is not supported, which may leave the server vulnerable to SSL downgrade attacks. Although my SSL/TLS ...
test engine's user avatar
1 vote
1 answer
300 views

How to load a Java KeyStore certificate into a Tomcat server without using files [duplicate]

I have imported a certificate from Azure Key Vault and loaded it into a Java KeyStore object. I am supposed import this object programmatically into a Tomcat server, that is without using files. Is ...
speaker's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
80