
Originally Posted by
wfweaver
Actually, I'd still like to see a complete answer as requested. I'm having this issue as well. Just saw the "All servers" workaround which I'm trying now, but I'm still confused as to what certs to use for intermediate and root. Wiki says to download gd_class2-root.crt for root and to use gd_bundle.crt for intermediate. Is that correct? Or do I use some other magic combination? I do have the 4 files as I did a Tomcat request.
No, that's not what worked for me. You have four files in your Tomcat archive:
Code:
gd_bundle.crt -- This is your root cert
gd_cross_intermediate.crt -- This should be the first intermediate cert you load
gd_intermediate.crt -- This is a second intermediate which should be added to a line after the first intermediate
yourserver.crt -- this, obviously, is your own certificate
Using "All servers" and these four finally did the job for me.
Of course, then I found out that Verizon Mobile Web doesn't accept GoDaddy as one of its trusted root certification authorities, which was what started the whole exercise for me. . .