I have a scenario where an asp.net page is using the SSRS reportviewer control to display a report. we recently updated the IIS server to use an SSL certificate and now the same application has a HTTP
I\'m using YUI on my site.It works fine with no errors when you access over HTTP.However, when IE users access the site over HTTPS they get the dreaded \"this page contains secure and nonsecure items\
I have an administrative website on our intranet that currently uses Integrated Windows Authentication through IIS. We would like to move this application to a public website and secure it with SSL so
I\'m trying to access an aspx webpage using curl but it returns 500 internal server err开发者_运维技巧or. It doesn\'t require any credentials or POST variables I know of, but I think I\'m missing some
In our flex/air application we are calling a web service over https.The web service is java based and has, at the moment, an untrusted certificate.
Here\'s the page in question: www.mchenry.edu/parentorientation. My question is: why does our Backend DB person开发者_StackOverflow handle the SSL this way, as a redirect? Isn\'t there a cleaner way t
Does SSL provide any type of security other than simply encrypting the content of the HTTP request for we开发者_如何学JAVAb applications?SSL does 2 things:
I\'m trying to use libpq, the client library for PostgreSQL in a Cocoa app. First thing, adding the header files: I tried adding the path to the PostgreSQL header files under User Header Search Path
this is mostly a deployement than a programming question. If I we开发者_C百科re to buy an SSL certificate from a CA, would I be able to use it to sign other applications (such as symbian, android, iph
What is the most secure way of registering new users? I know SSL is a good pick. But can I have SSL on user registration only?