It seems that MySQL (5.0.77-log) does not support intermediate, or chained, SSL certificates. Is there a way to do this?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Based on this open feature request, which was opened against 5.1, I'm gonna say no; not directly.

But, there's no reason you couldn't have, say, stunnel do the encryption for you, instead of having MySQL do it, as long as you don't need client certificate authentication - that might be a good workaround.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.