Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSLVerifyClient didn't work #42

Open
GoogleCodeExporter opened this issue Apr 15, 2015 · 1 comment
Open

SSLVerifyClient didn't work #42

GoogleCodeExporter opened this issue Apr 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

SSLVerifyClient didn't work with mod_spdy enabled.

The same configuration, except mod_dpdy, works as expected.


...
SSLVerifyClient require
SSLVerifyDepth  5
SSLOptions +StdEnvVars +ExportCertData +FakeBasicAuth +OptRenegotiate
SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
    and %{SSL_CLIENT_I_DN_CN} eq "XXXXXXXXXXXXX" \
    and %{SSL_CLIENT_S_DN_Email} in {"XXXXXXXXXXXXX", "XXXXXXXXXXXXX"} \
    and %{SSL_CLIENT_S_DN_D} in {"XXXXXXXXXXXXX", "XXXXXXXXXXXXX"} \
)
...

Original issue reported on code.google.com by hilbr...@gmail.com on 13 May 2012 at 6:00

@GoogleCodeExporter
Copy link
Author

Original comment by mdste...@google.com on 7 Jun 2012 at 2:47

  • Added labels: SSL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant