authentication - HTTPS test server that checks client certificates -


i have written web service client uses ssl client certificates authenticate remote server. since actual web service not yet available me, i'm looking public test server accepts client certificate authentication, can test ssl part of client correct implementation , configuration.

i have tried https://requestb.in replies http status 403 (forbidden) when use client certificate. , https://httpbin.org/ accepts request doesn't give indication if certificate usable.

is there similar service checks ssl client certificate?

you can use following urls test ssl client authentication:

they both use same configuration: accept client certificate , upon success display content of various webserver variables certificate used , ciphersuite selected. if authentication fails, error displayed.

i hope useful.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

android - CoordinatorLayout, FAB and container layout conflict -