- Backups at site
- Finished acquiring and building the new PKI Certificate for the production server. I tested that it works by using it to connect to the authentication server and retrieve some user credentials. I deployed it to the production web server but it did not fix the connectivity problem.
- Phil gave me his port checker program and I tested connectivity with the production server. As expected the server responds as listening on port 443 whether or not the webserver is up. This pretty much confirms there is a proxy issue.
- Back at the mill reading about GWT security and user authentication. Here are some useful articles:
- Security for GWT Applications
- GWT Login Security FAQ
- Basics of GWT Authentication
- Authentication using servlet filters (general method I used for flex auto-login)
- GWT and Spring Security
