I have gone through the steps of setting up ssl using a self signed
certificate as described in this walkthrough -
http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html . After going through
all the steps, creating the .keylogger, and configuring the ports as
follows:

<Server port="8015" shutdown="SHUTDOWN">

    <Service name="Catalina">
        <Connector port="8081" protocol="HTTP/1.1" connectionTimeout="20000"
redirectPort="8443" URIEncoding="UTF-8" />

        
        <Connector protocol ="org.apache.coyote.http11.Http11Protocol"
           port="8443" maxThreads="200" 
           scheme="https" secure="true" SSLEnabled="true"
           keystoreFile="c:/keystore/.keystore" keystorePass="password"
           clientAuth="false" sslProtocol="TLS" />

        
        <Connector port="8019" protocol="AJP/1.3" redirectPort="8443"/>

        <Engine name="Catalina" defaultHost="localhost">
            <Host name="localhost" appBase="webapps"/>
        </Engine>

    </Service>
</Service>


I am still unable to access the page https://localhost:8443/. If I choose
http://localhost:8081/, it opens.
I have created the .keystore file multiple times to ensure that everything
was input correctly, but still get nothing. The 8443 port is up and
listening, but I get nothing when trying to access. Any help would be
appreciated.



--
View this message in context: 
http://forums.jfrog.org/Configuring-SSL-with-Self-Signed-Certificate-tp7578892.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to