ssl

ssl on android strange issue

Hi all, I am trying to upload a file to some url using ssl. I use this code to set trust manager - public static void trustAll () { TrustManage[] trustEverythingTrustManager = new TrustManager[] { new X509TrustManager() { public void checkClientTrusted(X509Certificate[] chain, String authType) throw...

what is ssl and how can i use to make my website secure?

Can anyone tell me about SSL and how it can be used to secure a website? ...

SSL encrpytion, SHA1 and SHA2

Hello, I am trying to implement SHA2 encryption instead SHA1. For this, I know that bit number between these two hash algorithms are different and it confuses me. How can this be achieved and at what parts do I need to make required changes. I can use any open source library from Java, Python and any other major programming language....

Apache Httpget with https url - Host is unresolved error

Using HttpGet httpget = new HttpGet(urlToGet); I get an intermittent error that results in a forced closure of the app. The error is always Host is unresolved: www..com:443 How can I stop this from happening? ...

How we can implement SSL in Drupal pages?

How we can implement SSL in Drupal pages? I mean secure pages. ...

Single certificate to talk to 5 third party boxes

All, I have a web application that uses CURL to talk to 5 boxes that are running third party SDKs. All 6 boxes use HTTPS. Is it fine if we have one certificate and specify CURL to use that certificate to talk to the 5 boxes or do I need to have 5 different certificates? Thanks ...

(Secure) alternative to TLS / SSLv3 ?

Toying with an idea for a F2F networked application I've just been reading up on secure communication. I quickly settled with the idea of using TLS / SSL as the basis for any communication since it employs Public Key encryption at the protocol level and thus is perfect for my needs. However I was surprised to read (on wikipedia) that the...

Emailing an excel sheet with SSL in Python

Hi...this is my first post so let me know if there are any common courtesies I should know about. I just started programming 8 months ago, so I am fairly new. I have been doing some projects to get better. A project I'm working on now creates an Excel sheet from inputted data. It's in Python, which I just started learning a couple of ...

establishing strong web security

I have seen many sites who claim to have bank grade security encryption. if their web sites have been built with php what other forms of security can exist aside from using mysql_real_escape_string and a 128bit ssl encryption? ...

Microsoft IIS 7.5 ftp ssl problem

Hello! I have configured IIS 7.5 ftp service to use SSL. I have two environments (one for testing purposes, without ssl). When we activate SSL users can logon and list and get files maybe one time if there lucky, then the host (service?) becomes unreachable for some reason. I have no idea what happens or why the FTP "locks" it self. Wh...

Is there a C# secure socket other than SSLStream?

.NET 2.0 provides only the System.Net.Security.SslStream class for secure sockets in .NET 2.0 and higher, but this uses the Stream interface, which provides the blocking Read/Write members and asynchronous Begin{Read,Write} members. I'm looking for a class that provides functionality similar to System.Net.Sockets.Socket. Specifically, s...

How to Send File over secure FTP SSL Protocol

I appreciate any help that can be offered on the subject. At the end of an online enrollment, I am taking customer data (several fields), putting them in a CSV file and trying to submit to another client over SSL protocol but have no idea how this is done. I am also storing the information on a local database and am hoping the process is...

SSL and Tomcat using Java

Hello all, I'm new to SSL connections so here goes my question. I have a desktop Java program in a JAR file. This JAR sends sensitive information over the internet to a remote Tomcat server. Of course I need to encrypt the data. If I purchase an SSL cerfiticate say from Verisign, will the data sent over SSL be automatically encrypte...

ip based ssl certificate

I have two domain names pointing to the same ip, I am currently not using virtual host in my apache configuration. I simply use /var/www/html/ as root of the app. do I need to buy 2 godaddy certificates, one for each domain? It seems that godaddy certificate is tied to a domain, not ip, can someone clarify? ...

Fake ssl cetificate for development

Hi, I am using asp.net 3.5 with c#, I want to develop website with SSL transaction. But before Developing the site I want to work with SSL to learn more from it. Please let me know from where I can get the dummy SSL or Fake SSL so that I could do the development work. Thanks in advance ...

ColdFusion Consuming SSL Webservice with Multi Domain SSL

Hi there, I'm trying to use a Webservice which is SSL secured with ColdFusion. Now the following Error is occuring: Name in certificate test.xyz.de' does not match host nameservice.xyz.de' I've installed the SSL cert in ColdFusion using the keytool. How could I get this work? Thx. ...

SSL and WSGI apps - Python

Hi folks, I have a WSGI app that I would like to place behind SSL. My WSGI server is gevent. What would a good way to serve the app through SSL in this case be? ...

Client authentication with RubyLDAP ldap

Hello all, I'm trying to implement a feature that uses LDAP over SSL (SSL, not TLS), it needs to connect to a SSL-enabled LDAP server (i.e OpenLDAP), bind and then do any additional queries. It also needs to support client-authentication, and this is where things get tricky: The client is a web application written in Ruby, and we are us...

httpclient ssl certificate on android

Hi all I have some troubles with ssl using httpclient on android i am trying to access self signed certificate in details i want my app to trust all certificates ( i will use ssl only for data encryption). First i tried using this guide http://hc.apache.org/httpclient-3.x/sslguide.html on Desktop is working fine but on android i still g...

SSL connection using Java standalone app

I have created a standalone executable JAR program that needs to send private information over a SSL connection. I was not able to establish the SSL connection using certificates. Was getting this: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path `building failed: sun.security.provider.certpath.S...