Hi, people
I inherited a nexus repository server and I am trying to install an SSL certificate. I followed the configuration process creating the certificate, the keytsore and setting up nexus.default-properties(application-port-ssl and nexus-args) and jetty-https.xml like this:
/keystore.jks
password
password
/keystore.jks
password
TLSv1.2
Now the problem is that I cant access the UI using the url https://MYNEXUS:8443. The server restarts fine but I don’t get SSL support/access. The startup logs shows no errors. The nexus log shows some SSL data, it seems to be correct:
2023-10-11 17:18:13,828+0000 INFO [jetty-main-1] *SYSTEM org.eclipse.jetty.util.ssl.SslContextFactory - x509=X509@2e667e43(jetty,h=[lnv-pi1016dnex],a=[],w=[]) for Server@43eb25cc[provider=null,keyStore=file:///srv/nexus/nexus-3.61.0-02/etc/ssl/keystore.jks,trustStore=file:///srv/nexus/nexus-3.61.0-02/etc/ssl/keystore.jks]
2023-10-11 17:18:13,878+0000 INFO [jetty-main-1] *SYSTEM org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@34fe3f15{SSL, (ssl, http/1.1)}{172.31.1.16:8443}
2023-10-11 17:18:13,878+0000 INFO [jetty-main-1] *SYSTEM org.eclipse.jetty.server.Server - Started @25797ms
2023-10-11 17:18:13,879+0000 INFO [jetty-main-1] *SYSTEM org.sonatype.nexus.bootstrap.jetty.JettyServer -
Any ideas?
Thanks
Herlit