this is an updated question: I am trying to include a picture on an external server. PROBLEM HERE: my home website is using https:// and the picture on the external server is just http. The picture i
I\'ve been battling with this issue for over 2 weeks now and have gotten nowhere. First the environment: Windows 2003 R2 SP2 / SharePoint 2007 SP1 / .NET 3.5.
I haven\'t done lot of research on HTTPS yet so I have a question about it. Is data integrity preserved using HTTPS or only confidentiality? For example on fil开发者_StackOverflowe upload, does HTTPS
I\'m using wireshark and then opening gmail and hotmail to see if I can see the HTML text sent from server to client, but I couldn\'t find it! Is it encrypted? I knew HTTPS encrypts client packets --
I\'m trying to find a good library to deal with large number of concurrent connections and I came across Libevent and Libev. But neither o开发者_JS百科f them has built-in ssl/https support. I\'m wonde
I am working on a vulnerability scanner in Java to check for websites that allow connections using weak cipher suites. So I would, for example, try to connect using 56 bits \"SSL_DHE_RSA_WITH_DES_CBC_
I\'m working on 开发者_JAVA百科a shopping cart website and I would like to redirect the user to a HTTPS page when he\'s entering his billing details and maintain the HTTPS connection for the next page
I have a page served over https that in some instances can display images pulled from rackspace over http.
Is it possible to use the offline featur开发者_运维技巧es of HTML 5 to securely cache and access resources served over HTTPS when offline? Is the local cache encrypted/secure? Are there any gotchas th
dim xHttp: Set xHttp = createobject(\"microsoft.xmlhttp\") dim bStrm: Set bStrm = createobject(\"Adodb.Stream\")