Best unofficial Apache Server developers community |
|
We are talking to a remote server for authenticating a user. The web server uses a SSL certificate signed by Verisign. The data is exchanged over HTTPs and we have configured our
Recently, the web server updated their SSL certificates and this has caused our application to break. What can we do to avoid this problem? Please help.
posted via StackOverflow
|
|
 
|
There is nothing you can really do to "avoid" the problem because it isn't really a problem, it is a core "feature" of SSL certificates and authority trust. This is a pretty broad question, more detail could help pinpoint the exact problem, but here are the first 2 things to check.
http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/keytool.html
|