Does nginx support SSL-SRP?

Does nginx support SRP (secure remote password) protocol?

I see that the ssl_ciphers directive takes the format used by OpenSSL, but it is not clear if nginx actually supports all ciphers supported by OpenSSL.

I don't see nginx documentation for SRP (for example, how to specify the verifier file), so does this mean SRP is not supported by nginx?

Thanks, Aliza

+3


source to share





All Articles