ssl-certificate

Secure webserver passing credentials in clear text format on the network

Gurus, Kindly help me here. I am a newbie. I have created a Self signed certificate. My browser throws the error as above. Though this is not the problem, i was trying to sniff into packets in my network and i have realized that credentials are being displayed in clear text format for anyone logging on the secure server from the client....

Adding certificate to trusted root authority

Hello, I have moved to Windows Vista Business recently and am facing an issue with installng my networks cetiicate in the trusted root authority. on clicking on install certificate, i select the store where the certificat should be stored, which is Trusted Root Authorities-->Local Computer In XP. but in Vista i am not getting the Option ...

SSL certificates with libcurl and FileZilla

I am trying to use libcurl to talk to a test server (FileZilla) using FTPS. Everything works if I disable the certificate validation, but I would like to understand what the problem is with the certificate validation. I used FileZilla to generate its own certificate, which I assume is self-signed and is not related to any certificate au...

iPhone SSL Website Certificate Warning

I have a few sites that have SSL Certificates installed. When an SSL request is made with my employer's iPhone, this error message is displayed: Accept Website Certificate The certificate for this website is invalid. Tap Accept to connect to this website anyway. I've pulled up the same pages in other browsers, including Safari...

How to add SSL to subdomain that points to a different server?

I don't know much about secure certificates, so please bear with me... I've got a webserver that has a single domain SSL certificate https://secure.mysite.com I also have a couple of subdomains that point to different servers. http://www.mysite.com ( main server) http://subdomain.mysite.com (completely different server) I am ...

Can I test authorize.net module for oscommerce without purchased SSL certificate

If I set test mode in Authorize.net account on their website, everything is OK. But if I set live mode, I get: There has been an error processing your credit card Please try again and if problems persist, please try another payment method. I suspected SSL certificate, shall I have purchased SSL certificate, or I can set self-iss...

Is is feasible to use the single self-signed certificate on multiple machines which are two way ssl communicating.

I have came across a situation where I need to have same certificate on 4 machines which are communicating with each other in a two way ssl. Will it be problematic to have same certificate on client as well as server side for two way ssl communication.? Thanks, Vinds ...

SSL certificate exception problem in Firefox

Hi there, and thanks in advance for your help or any tip that could get me out of here. I work on a JEE app with a JBoss server and an Apache. I'm not really familiar with SSL connections and certificates, I understand the basic, but I have to deal with it. So on my local configuration (localhost) I have my connection certificate config...

C#: Sending emails in a secure way correctly

Experimented sending secure emails using C# and was wondering if I have understood things correctly. I currently have the following program: using System; using System.Net.Mail; using System.Net; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.IO; using System.Net.Security; namesp...

Install a certficate on a Windows Mobile 5 device Silently

I need to install a certificate on a Windows Mobile device. I have tried creating a cab file to do it, but the cab file fails to run. I have a lot of devices that are not all physically near me that I am going to need to put this on, so any manual process is just not feasible (ie, if it needs active sync then it is not going to work). ...

SSL certificate for LAN enviornment

I have made a Silverlight 3.0 application, which communicates with an xml rpc server over https. The whole application will run in a LAN enviornment where server can be installed on different machines and client will on on same machine. I am using Self signed certificate which is generated against ip of server and I need to put in Truste...

UCC Certificate only for related sites?

On a SSL certificate provider I get this message: NOTE: The UCC Certificate is ideal for Communication Server, Exchange Server and other Enterprise Applications, as well as for single companies or entities with many related URLs. This Certificate is not recommended for use with sites completely separate from each other (e.g. a network p...

Inspecting SSL cert returned via LWP request

I'm requesting a web page using LWP in perl, and I'd like to be able to access the SSL certificate that the web server presents (I'm looking for an expiration date in the cert, among other things). The information I want isn't in the three headers that Crypt::SSLeay adds to the request. Is there a way that I'm overlooking with which I ...

Is it possible to have a valid sub-subdomain with a wildcard certificate?

Say I have the following domain: example.com I have a Wildcard SSL certificate for this domain. Subdomains like test.example.com validate properly. However, when I try to use a domain like demo.test.example.com, I get an error message in all major browsers: demo.test.example.com uses an invalid security certificate. The certificate i...

SSL_connect/read from "empty" BIO.

Hi, I have a problem making the link between the underlying socket (in this case, a (lib)ssh2 tunnel channel) and the BIO in order to make a handshake. The reason for all the trouble is: the server I wish to handshake with is not an SSL encrypted server initially, and has to be told to turn on SSL before SSL_connect()'ing/handshaking. ...

What is difference between self signed and certificate generated by certification authority

Hi, I want to know the difference between self signed and certificate generated by certification authority. I can easily create a self signed certificate for domain xyz.com then what is the difference between this certificate and the one generated by CA? Scenario Suppose a site xyz.com is secured with a certificate issued to xyz.com a...

How to import SSL certificate to system?

Hi, how can i add my self signed SSL certificate to thrusted in system? i mean programmaticaly,during the installation process of my program. How should i do that? ...

How do you install a certificate to the Perl certificate store? 401 unauthorized

How do you install a certificate to the Perl certificate store? I am getting the following error: 401 Unauthorized: Peer Certificate not verified. Is there a way to install the certificate the same way I would in Internet Explorer? ...

Need SSL Cert for connecting to secure web service

Hey Guys, I'm new to using SSL Certs and am having trouble getting help from the Service Provider I'm connecting to. I'm using PHP on the backend to handle the connection. The setup is as follows: User enters details into form, ajax sends the details back to Our server Our server then connects using curl to 3rd party service sending ...

Silverlight and SSL Client Certificates

Can anyone point me in the right direction of how I can use SSL client-side certificates with Silverlight to access a restful web service? I can't seem to find anything on how to handle them, or even whether they are supported. Cheers. ...