Now that this thread that includes non-Apache servers has caught the interest of "server type people" -
I have a serious question:
I have a need to support SRP over HTTPS (TLS-SRP) on a web site.
To do that with OpenSSL requires at least version 1.0.1
It can also be done using GNUTLS package (minimum version unknown).
Do any of these non-Apache servers support TLS-SRP authentication?
(My hosting provider does not support a new enough mod-ssl - good 'ol customer service says: "run your own server".)
Since TLS-SRP is only supported by a very limited number of browsers, the client code will be in Javascript
:
http://code.google.com/p/srp-js/