I installed Jenkins and tried to configure SSL with .jks file, it didn’t work for me. Later is found that lower version 2.305 is compatible with this configuration. After installing 2.305, SSL/HTTPS works fine but there are issues with plugins.
Could anyone help with latest stable version which can be configured with SSL.
I don’t have a Windows OS to test, but here are a few things that might help you get more answers from other folks:
double check and confirm the jks file is properly installed in the keystore of the jdk 11 (one mistake I can think ofcould be that you installed it for the jdk8 and forgot to reinstall it for the jdk11).
once you confirmed my first point, give more details to “it didn’t work for me”: what did you do? What do you observe (warning/error message in the logs maybe?).