Nexus UI is not accessible over HTTPS

Hi team,
After configuring inbound SSL connection with Eclipse Jetty.
The nexus repositary has been started but the unable to access UI over https it is still.
Nexus.properties file

Jetty section

application-port=8081
application-host=0.0.0.0
nexus-args=${jetty.etc}/jetty.xml,${jetty.etc}/jetty-http.xml,${jetty.etc}/jetty-https.xml,${jetty.etc}/jetty-requestlog.xml
nexus-context-path=/

ssl.etc=${karaf.data}/etc/ssl
application-port-ssl=8443

Nexus section

nexus-edition=nexus-pro-edition
nexus-features=
nexus-pro-feature

nexus.datastore.clustered.enabled = true
#nexus.clustered=true

nexus.licenseFile is only necessary for the first run

replace /path/to/your/sonatype-license.lic with the path to your license, and ensure the user running Nexus Repository manager can read it

nexus.licenseFile=some/dir/nexus-data/license/sonatype-repository-manager-trial.lic

This is the result of the keystore
$keytool -list -v -keystore keystore.jks

Enter keystore password:
Keystore type: PKCS12
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: 1
Creation date: Apr 28, 2023
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=*.acqueonlab.com, O=Acqueon Technologies Inc., ST=Texas, C=US
Issuer: CN=Sectigo RSA Organization Validation Secure Server CA, O=Sectigo Limited, L=Salford, ST=Greater Manchester, C=GB
Serial number: ef30b7400e48475d934435ed5db06fef
Valid from: Tue Jan 10 00:00:00 UTC 2023 until: Sat Feb 10 23:59:59 UTC 2024
Certificate fingerprints:

other content of the certificate was ommitted

I am getting connection refuse error when trying to access it over https
Please help me understand the problem.

Hi Hanish,
I’m the technical writer for Sonatype Nexus Repository, so not the most technical Sonatype team member, but I wanted to check if you’d seen this troubleshooting article:

Hi Lisa,
I’ve already seen this article and used the methods mentioned in the article but it didn’t solved the problem.