I\'m requesting a web page using LWP in perl, and I\'d like to be able to access the SSL certificate that the web server presents (I\'m looking for an expiration date in the cert, among other things).
I\'ve got a webserver that has a single domain SSL certificate: https://secure.example.com I also have a couple of subdomains 开发者_运维知识库that point to different servers:
If I set test mode in Authorize.net account on their website, everything is OK. But if I set live mode, I get:
I am trying to access Gmail\'s SMTP service from an ASP.NET MVC site running under Mono 2.4.2.3. But I keep getting this error:
I am trying to send push notification to iphone. By searching on internet i found that register the P12 file on server with winhttpcertcfg. But when I tried with this command
I\'ve mapped \'example.com\' and \'www.example.com\' to the same IP address with my hosting service provider. But because my SSL certificate only works for \'www.example.com\', so what I want is when
I have a WCF web service running in IIS 7 using a self-signed certificate (it\'s a proof of concept to make sure this is the route I want to go). It\'s required to use SSL.
I am trying to access a WCF web service, that is using two way SSL encryption. When I try to call the service I get a
I use SSL to communicate between two components written in Java. I can\'t use a CA, so I have to self-sign everything. Unfortunately, this means that when I try to handshake, I get a SunCertPathBuilde
I have a thrift endpoint that someone created who is not longer with our company.They implemented the authentication via client side certs, but I having a hard time wrapping my head around how it all