Adam,

On 6/3/24 04:16, Adam Danischewski wrote:
Using Embedded Tomcat 10 in SpringBoot, trying to manually configure a new
HTTPS/SSL port. I've got the following SSL bundle set in my application
properties (fairly sure this part is working fine):
>
> [snip]

Note: I am new to Tomcat and most of these concepts, also side note if
anyone could chime in to why setCertificateFile

disappeared from SSLHostConfig in the Tomcat API from 9 to 10, it didn't
look like it was deprecated and many

This is an internal API. Those related functions have moved from the SSLHostConfig -> Certificate and you have to know which certificate to check to use it. SSLHostConfig really can't just forward the call to some random Certificate.

This move happened in 8.5, was present in 9.0 and 10.0 and has not been removed in 10.1. It's time to update your code. :)

Perhaps we could have explicitly marked it as deprecated. I can do this for Tomcat 9.0.

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to