I have a WCF service being hosted over https with a self-signed certificate. I\'m having trouble programatically creating the binding: specifically the portion of the endpoint behavior开发者_StackOver
I have a module up and running in Yii.I can access the module at http://url/module without any problems.I can not get a secure connection to work, however.
So basically I have a basic page that is loaded via http. Inside this application I want to include a remotely hosted JS file. Currently when I load the page I always have the active X warning about
I have writ开发者_运维问答ten a C++ application framework which communicates with a server app, using a RESTful API. The data passed between the client and server is currently using a (32bit long) sim
I would like to have \'intelligent\' detection of https/http for the resources I link within my pages.Basically if the page needs a valid ssl, I can only put https href\'s.
I\'m testing an iOS application and I just want to see when HTTPS traffic is sent.I\'m not interested in the contents of the traffic.How can I configure Wireshark to do this?
I have three files from Entrust: *.csr, *.key and *.crt. So far: I have brought the *.key and *.crt into a PKCS12 keystore using OpenSSL
I am attempting to create a PHP SOAP connection to a .NET Web Service that has a self-signed certificate in order to lock down the service for communication over HTTPS. I continue to get error\'s and
I\'m developing an app开发者_如何学JAVA that uses JQuery Mobile and PhoneGap. My program makes ajax calls using jquery ($.ajax(.....)) to https addresses and also uses the ChildBrowser plugin to displ
I\'m trying to enable HTTPS support in my app before the October deadline, but the JavaScript call FB.getLoginStatus never calls my callback.