Hi, i can access pages annotated with @Secure like: https://localhost:8443/login but I can't access plain connection in the same app: http://localhost:8080 if I set tapestry.secure-page to true and access https://localhost:8443 and all other pages it works. anything I need to adjust? following is my pom's jetty part:
<connector implementation="org.mortbay.jetty.security.SslSocketConnector"> <port>8443</port> <maxIdleTime>30000</maxIdleTime> <keystore>/etc/keystore</keystore> <password>pwd123</password> <keyPassword>pwd123</keyPassword> <truststore>/etc/keystore</truststore> <trustPassword>pwd123</trustPassword> </connector> thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-Secure-and-jetty-tp3352684p3352684.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org