mage / mage-sdk-unity

MAGE client SDK for Unity
MIT License
2 stars 13 forks source link

HTTPS x509 authentication #28

Open christopherobin opened 8 years ago

christopherobin commented 8 years ago

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