ssl

SSLSockets and problem with Cipher Specs

Hi I'm trying to get my java client to communicate with a C server using SSL. The problem is - I don't have any server sources and I'm getting a handshake failure error: Exception in thread "main" javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure at com.sun.net.ssl.internal.ssl.Alerts.getSSLException...

How to generate WSDL client stub in eclipse over HTTPS

I have an Oracle Weblogic server set up using a mutual authentication SSL configuration. I'm trying to create a client stub in eclipse from a wsdl under the https protocol. Problem is, when I copy in the URL to the service definition, eclipse complains that the service definition is invalid. My guess is that eclipse isn't passing its cer...

Is there a way to verify the integrity of javascript files at the client?

I'm working on what aims to be a secure method of user registration and authentication using php and javascript but not ssl/tls. I realise this may well be considered an impossible task that's been tried 1000 times before but I'm going to give it a go anyway. Every example I see online that claims to do it seems to have some huge fatal ...

HTTPS URL server certificate in Ruby

How to get https server certificate using Net::HTTP or HTTPClient Ruby lib? ...

How does one set SSL ciphers when using CFSocket/CFStream in Cocoa?

I recently needed to configure CocoaHttpServer, which we're using in our application with success, to handle HTTPS connections coming from a client application (running on Android devices). This is fine - there is copious sample code which allows for this, and we were able to enable the secure server without issue. In practice we were s...

Monitoring secure traffic from a Yahoo widget

I'm trying to log all traffic from a Yahoo widget that uses a secure connection. Right now I'm using Fiddler with both "Capture HTTPS CONNECTs" and "Decrypt HTTPS traffic" enabled. Now, when I do this with a normal web page, I can see the SSL auths as well as all the web traffic. With this Yahoo widget though, all I see are the CONN...

Images not showing up with https

Suddenly, my images are not showing up on my site when accessing https pages. No change in my code. My host did have to recompile their ftp service with SSL support after my request (so I could ftpes my site). Can't thing of anything else that would affect my SSL cert. Same thing happens on FF and IE and on different computers. ...

OpenSSL enabled but not working

I am running Apache 2.2.13 and PHP 5.2.12. Just installed PHP 5.2.12 manually (to have access to all extensions) and enabled OpenSSL. phpinfo() indicates OpenSSL is enabled and running OpenSSL 0.9.8k 25 Mar 2009. I'm getting this error: PHP Fatal error: Call to undefined function ftp_ssl_connect(). I've seen where the PHP manual sugges...

HTTPS & Digest Authentication

How to implement HTTPS with Digest Authentication in C#.Net? as per msdn, credential class has no support for SSL.. so how can we implement authentication? my code works with basic authentication but gives error with digest.. ...

How do I test SSL on a developer machine?

Hi, I don't want to buy an SSL certificate yet, but still want to test SSL on my development server. Is there a way to generate a temporary certificate, for testing purposes, albeit with warnings from browsers upon page load? ...

verisign certificate into jboss server SSL

Hi all, i'm trying to enable jboss to uses ssl protocol using a previously generated certificate from verisign, i imported both certificate, server certificate and ca certificate into the keytore file, and i configured the server.xml to use that keystore and activate ssl protocol, then when i run the jboss, I got this error "certificate ...

how to use ldap_sasl_bind_s() with SSL, DN, password (no client cert)

I have ldap_sasl_bind_s() working fine with SSL and client cert (without DN and password) from 'C' windows program. When I call ldap_sasl_bind_s() using SSL, DN and password (no client cert) it throws null pointer exception. Should this work or should I be using another api call? ...

Implementing poor man's ssl

want to implement poor man's ssl only to encrypt certain fields of only one form using RSA. Is JS better or should I go for Applet ? ...

SSL problem on iPhone

I've added an SSL certificate (from godaddy, but also tried rapidssl) to a website. Safari, and IE can both browse to https:// and report that the certificate is valid, with no warnings. If, however, I try to browse to the same address from an iPhone I get an invalid certificate error. I'm using heroku as a host for the website in que...

Why do I have both HTTPS and HTTP links on site, need them all secure!

I am getting the security alert: "You are about to be directed to a connection that is not secure. the information you are sending to the current site might be transmitted to a non-secure site. Do you wish to continue?" when I try to login as a customer on my clients oscommerce website. I noticed the link in the status bar goes from a ht...

HTTPWebRequest, SSL end point validation and

Hi, I'm writing an client application that has to query a URL and confirm the user is authorized to be used the client. Think of it as a very rudimentary licensing mechanism. The page on the server writes out a plain text string including some information about the user which serves as the validation. All this is done over SSL. However...

SSL certificate setup for SslStream

I have a situation where I need to generate SSL certificates for clients using SslStream as a server. I know how to do that (makecert.exe), but I run into a problem when trying to ensure that both sides of the connection are authenticated. Basically, if I use self signed cert, I need to add it to the trusted roots to get mutual authent...

buildbot: connect to IRC server using SSL

How can I use buildbot's IRC bot to connect to an IRC server that wants SSL connections? ...

Testing if a client certificat is installed in the client browser...

Hi, I was wondering if any of you know if it is possible in javascript or php to test if a client has a specific client certificate installed in the browser. The thing is that we have a server certificate installed but to be recognized by the clients, they need 2 client certificates that make them recognize the authority of the issuer ...

PHP SOAP cannot connect to an SSL WSDL source

Trying to make Soap connection to a https:// WSDL source via PHP/Win32, but keep getting the error: Warning: SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed to load external entity "https://... If I try to save the WSDL locally and access it then, the SoapFault->faultstring property has the message "SSL support i...