Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Index of Chilkat Blog Posts

October 19, 2007

SSL with Client Certificate: The SetSslClientCert method

Chilkat supports SSL with all of its Internet components: SMTP, POP3, IMAP, FTP, and HTTP.

Each component includes a method named SetSslClientCert which has one argument — a Chilkat certificate object. You’ll need to use a certificate where you have a private key. There are many ways to instantiate and load a certificate into a Chilkat certificate object. It may be loaded directly from a .pfx (or .p12) file. It may be loaded from a certificate that has already been installed into the local machine’s (registry-based) certificate store, or the current-user certificate store. It may be loaded from a pair of PEM or DER encoded files (one file for the ceritifcate, and one for the corresponding private key). Browse through the examples at example-code.com for various examples (in the Digital Certificates section of each programming language).

Here are examples that show how to do an HTTP upload over SSL using a client certificate:

ASP: HTTPS Upload with Client SSL Certificate
SQL Server: HTTPS Upload with Client SSL Certificate
C#: HTTPS Upload with Client SSL Certificate
C++: HTTPS Upload with Client SSL Certificate
Delphi: HTTPS Upload with Client SSL Certificate
Visual FoxPro: HTTPS Upload with Client SSL Certificate
Java: HTTPS Upload with Client SSL Certificate
Perl: HTTPS Upload with Client SSL Certificate
Python: HTTPS Upload with Client SSL Certificate
Ruby: HTTPS Upload with Client SSL Certificate
VB.NET: HTTPS Upload with Client SSL Certificate
Visual Basic: HTTPS Upload with Client SSL Certificate
VBScript: HTTPS Upload with Client SSL Certificate


Privacy Statement. Copyright 2000-2011 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, Windows 7, and Windows 95/98/NT4.