Quantcast
Channel: Active questions tagged https - Stack Overflow
Viewing all articles
Browse latest Browse all 1486

HTTP Status 404 – Not Found error ,while running on https on artifactory version 7.69.11 but it is working fine in http port 8082

$
0
0

I am using artifactory community edition which runs artifactory on tomcat and artifactory version is 7.63.11

First when I hit url http://myhost:8081/artifactory it redirects to http://myhost:8082/ui/ and display the login page (working on http)

I am trying to configure to https for this artifactory the page is loading when I hit url https ://myhost:8443/artifactory the page loads with image artifactory is starting and it redirects to https://myhost:8443/ui/ and display error "HTTP Status 404 – Not Found" , I see certifacte looks good and no error in catalina.log

Log shows nothing

Here is the system.yaml I used

shared:    extraJavaOpts: -Xmx4g -Xss256k    database:        type: derby        driver: org.apache.derby.jdbc.EmbeddedDriver        url: jdbc:derby:/opt/app/artifactory-oss-7.63.11/var/data/artifactory/derby;create=trueartifactory:    port: 8081    tomcat:        connector:            maxThreads: 200            sendReasonPhrase: true            relaxedPathChars: '"[]"'            relaxedQueryChars: '"[]"'        httpsConnector:            enabled: true            port: 8443            certificateFile: "/opt/artifactory-oss-7.63.11/var/etc/artifactory/security/ssl/server.crt"            certificateKeyFile: "/opt/artifactory-oss-7.63.11/var/etc/artifactory/security/ssl/server.key"            extraConfig: 'SSLProtocol="TLSv1.2"'access:    http:        port: 8040    tomcat:        connector:            maxThreads: 50            sendReasonPhrase: true

when I stop and restart artifactory , it says artifactory system.yaml file is success then it loads the page on https 8443 redirects to 8443/ui like I mentioned above

I need a solution were it should run on https with port 8443 and display login page


Viewing all articles
Browse latest Browse all 1486

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>