ssl

C#: How to connect to Active Directory with SSL enabled?

Hi, The project I am working on will integrate with the customers Active Directory in order to authenticate users. I have been trying to write some code that will retrieve a users password and I understand that Active Directory will only expose the relevant properties over a SSL connection on port 636. The following code connects pro...

how to use ssl with smtp in c++

Hello all im looking for code example or tutorial on what i need to do to code sending email via email client ( that i already have ) that will support ssl authentication i guess using open ssl ...

Slicehost - How do I generate a CSR so that I can purchase a Thawte SSL cert?

I am in the process of purchasing a Thawte SSL cert to be applied to my slice on slicehost which is hosting my new web app. Thawte is looking for a CSR. How do i generate this? Regards, Fiona ...

Is there a way to force svcutil.exe to ignore SSL certificate issues?

I need svcutil.exe to generate a proxy class for me, but the problem is that the web service can be accessed only via HTTPS and the SSL certificate is self signed. How can I force svcutil.exe to ignore this issue? ...

SSL with private key on an HSM

I have a client-server architecture in my application that uses SSL. Currently, the private key is stored in CAPI's key store location. For security reasons, I'd like to store the key in a safer place, ideally a hardware signing module (HSM) that is built for this purpose. Unfortunately, with the private key stored on such a device, I...

How to simulate a Host file for the time of one request

I need to access simultaniously multiple instances of a web services with the following Url. The web services is hosted in IIS and has SSL enabled. https://services.mysite.com/data/data.asmx Usually, when we do this process manually, we go one by one and update the Windows host file (c:\Windows\System32\drivers\etc\hosts) like this : ...

SSL book required

Can someone point me towards the name of a good SSL book? If its on OpenSSL it would be good, but not necessary. ...

Coda SVN with self signed SSL

Seems to be a few Coda users here. Does anyone use SVN with a self-signed cert in Coda? It throws an error that the cert isn't valid, and doesn't give the option to ignore it. Is there any way to get it to work? I've emailed Panic support, and haven't heard back yet. ...

XBAP Application and Remoting - Should I use an SSL Certificate

I am considering deploying an existing WPF application as an XBAP application. It currently uses TCP remoting which i would likely change to HTTP remoting. What is the best way to secure the communication - will using an SSL certificate on the remoting server be sufficient or are further steps necessary in such a scenario? ...

ssl certificate issue

I have dotnetnuke based site. I have enabled SSL option. I am getting two problems, when i type it's url say www.abc.com it goes to http://www.abc.com rather https://www.abc.com until i explicitly mention.. is there any way, it redirects to https://www.abc.om rather http://www.abc.com i get untrusted certificate security warning from...

HttpWebRequest over HTTPS with NTLM not working...

I am trying to make an HttpWebRequest from an ASP.Net page on a server called SV-REQ against another IIS7 server called SV-RES. When I set IIS on SV-RES to use Digest, Basic, or Negotiate and make the change to the credential cache object to use the appropriate method, the code executes fine and I get a valid response from SV-RES confir...

can I have a WCF binding that goes through SSL (using https) with transport security set to none?

Greets. I realize this might be seen as a duplicate question as this but I'm getting a different error. My IIS is setup to use SSL. My service is setup relatively simple. Just a simple log in service. When I try to navigate directly to the svc file on the host machine I get this error Service cannot be activated due to an exception du...

How to have an SSL Certificate installed in an Indy Server and seen as trusted?

Using Delphi 2007, Indy 9 to build a standalone Server working in Secure mode. I used SSLBuddy to generate the certificate request, got a root certificate and a standard certificate from GoDaddy, a MyDomain.crt, (I selected the "other" type as web server). I then used SSLBuddy to generate the key and cert files passed to the TIdServer...

Connecting to Gmail through IMAP with PHP - SSL context failed

I'm trying to connect to Gmail through IMAP with PHP running in Apache. This is on an Ubuntu 9.04 system. I've got some sort of PHP configuration issue that is keeping this from working. First, here's what I did to setup IMAP for PHP: sudo apt-get install libc-client2007b libc-client2007b-dev sudo apt-get install php5-imap sudo /etc/...

php ssl curl : object moved error

Im developing a php script to scrape this website and email me the data to me. It seems to be logging in correctly because when the script runs, it seems to redirect and give me a message saying Object moved Here and the here is linked to the default.aspx page which is what exactly happens when I manually login. Below is my script: ...

How do I verify the host server's certificate in Silverlight?

I am concerned with MITM attacks in the Silverlight application I am writing. The site will be running over SSL. If my site is the victim of a MITM attack, as far as I know, my only defense right now is the warning page the browser displays when the site's certificate is untrusted. Since it is only a browser, the best it can do is simply...

javax.net.ssl.SSLException illegal_parameter bouncycastle related?

I'm trying to upgrade from BouncyCastle bcprov-jdk14-124.jar (oooold) to bcprov-jdk14-143.jar. When I replace the old jar with the new jar and build everything, my software will no longer establish an SSL connection, failing with a javax.net.ssl.SSLException: Received fatal alert: illegal_parameter. Googling for "bouncycastle javax.net...

.NET Remoting SSL requirement

I need to implement a remoting server in .NET C# and have the following requirements/restrictions for various reasons: Use .NET remoting and NOT WCF NOT hosted in IIS There is no restriction on the version of .NET framework though (can be 3.5 if need be). BUT: The server needs to be serving using HTTPS. I know I can do .NET remoting...

How do I send email over SMTP with SSL using Java client?

I need to send email over smtp with ssl using java client. I'm not sure how to do that. If I have my server certificate installed on my Windows machine, how do I use it? If I want it to work on a non-Windows machine, do I need to get the certificates in a different way? BTW: If the SMTP server that I use is using SSL, can I be sure t...

Restrict access using SSL certs

Hello, is there a way to restrict access to a website, running Apache via cPanel, using SSL (like CTLs on IIS/Windows)? I.E, the user has to have an ssl certificate installed/issued to be able to access the site. ...