We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An implementation of x509 ssl auth would be pretty nice. It is currently the only way to make an ELB with authentication: http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-create-https-ssl-load-balancer.html
See: http://stackoverflow.com/questions/27423678/mutual-authentication-using-a-usb-token-slot-with-a-x-509-certificate https://msdn.microsoft.com/en-US/library/system.net.httpwebrequest.clientcertificates(v=vs.80).aspx
Also being able to ignore invalid SSL certificates during development would be pretty nice too: http://stackoverflow.com/a/526730
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An implementation of x509 ssl auth would be pretty nice.
It is currently the only way to make an ELB with authentication:
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-create-https-ssl-load-balancer.html
See:
http://stackoverflow.com/questions/27423678/mutual-authentication-using-a-usb-token-slot-with-a-x-509-certificate
https://msdn.microsoft.com/en-US/library/system.net.httpwebrequest.clientcertificates(v=vs.80).aspx
Also being able to ignore invalid SSL certificates during development would be pretty nice too:
http://stackoverflow.com/a/526730
The text was updated successfully, but these errors were encountered: