I\'m currently having a self signed certificate for my HTTPS webserver. In my java program there is a SSLSocketFactory that will create a socket to the webserver. The default implementation of sun bl
I\'m investigating a feature to allow users to point their own domain names at our service to provide a more complete white-lable offering.So, I end up with multiple domains hitting the same IP开发者_
I started to write a provider for APNs in .Net today, and it seems 开发者_Python百科I\'ve hit a brick wall...
Besides simply redirecting from HTTP to HTTPS, the RequireHttps attribute also changes my URL\'s question mark ? to %3F.Unsurprisingly, that breaks things.
(Approximately) how many more bits of data must be transferred over the network during an encrypted connection compared to an unencrypted connection?
Our V开发者_Python百科B6 application uses a 3rd party control (PowerTCP from Dart) for SSL3 connectivity. However, this doesn\'t seem to work on Windows 7 - and I have not found any useful information
I have a secure form (attribute action=\"https://...\") in an unsecured (http) page.The purpose is to transmit data securely while avoiding mixe开发者_开发问答d content warnings (\"some items are unse
All, It is possible to use IIS (or similar) to开发者_JS百科 handle the ssl side of https communications. Is there something similar that can handle the ssl side of a TCP/IP message?
I implemented my custom FTP class to work with a hosted server that I\'m paying for. I use the FTP for backup, restore and update of my application.
I\'m trying to get secure 开发者_开发问答web service connectivity on the iPhone over https via SOAP. Currently have http working with NSMutableURLRequest but it doesn\'t appear to support https. Any i