certificate

Java web service over https - How to add a self-signed certificate into a client api?

I have a "Hello World" web service created with axis2. I would like to write a client api which could use this service over https with a self-signed certificate. I have a self-signed certificate myCertificate.cer and a keystore containing it. Here is my client api : public class MyApi{ public Object callMyService(){ Axis2TestStub stu...

Help to understand the issue with protected method

I'm reading Sybex Complete Java 2 Certification Study Guide April 2005 (ISBN0782144195). This book is for java developers who wants to pass java certification. After a chapter about access modifiers (along with other modifiers) I found the following question (#17): True or false: If class Y extends class X, the two classes are in ...

iPhone web service calls to WCF Service with Certificate Authentication

We are a .Net shop that has standardized on WCF Services. We are in the processs of developing an iPhone application that needs to make secure web services calls to obtain data for the app. To ensure secure communiations we have enabled SSL on our web servers. But this does not ensure the service can only be consumed by authorized apps. ...

Conditionally choosing OSCP responders in Apache/mod nss

I'm using apache to validate the certificate revocation on multiple client certificates. Many of the certificates are under different CA hierarchies. Normally this is situation is handled by the oscp aia location. However, One of the contraints is that some of the certs do not have ocsp aia locations in their extensions. Therefore in ap...

Where to start Microsoft certification with focus on ASP.Net?

I'm totally new to the microsoft certificate thing. Nevertheless I'd like to collect some certificates about Asp.net programming. Is there such certificate I can begin with, or do they all have prerequisites and are built on top of each other? What is the first achievable ASP.Net certificate? (I hope this question is correctly placed ...

What Microsoft exam should I take? Studying Materials?

Hi I a student in my final term of my Computer Science Bachelor Degree. I really like doing web programming especially with ASP.NET. For the last 2 years I been programming on and off in .Net. Since I am usually taking about 7 courses a semester and not much time to play around with .Net. Every time I had a break like summer break I de...

Asp .net web app hosted on IIS 7.0 will not use self signed client certificate for certificate authentication for a wcf service?

I have a wcf service hosted on a remote machine (IIS 7.0, Windows Server 2008) and an asp .net web application hosted on my local machine (IIS 7.0, Vista Ultimate 32bit).The wcf service uses a certificate authentication based on a self-signed certificate for development. When I try to connect to the service with my client asp .net appli...

Debugging with iPhone How?

I have an iPhone & necessary certificates also, But don't know how to debug an application using xCode to iPhone. EDIT I have all these. I have mac mini & iPhone 3g. The question is - I don't know how to use all these certificates? I want to debug an application - having shake handling code. That I can't debug on simulator. So I just wa...

Signed Assembly Key - "Object already exists"

Hey, I have a project that produces a signed assembly. In the past it worked without a flaw. Now my windows user account has been deleted a new one (with the same name) was created. When I try to open the project, VS 2008 asks me again for the password for the keyfile. After entering the correct PW, VS tells me the error "Object already...

Where have Mac Certificate trust settings gone ?

Greetings, I am responsible for a Java Applet that needs to work on a wide range of Macs. This applet needs access to the file system and thus needs to be signed. On a Mac, even if the applet is signed and the certificate is valid, by default the applet will still not work. You need to open the certificate and put under the trust settin...

What causes "Neither PUB key nor PRIV key:: nested asn1 error" when building a public key in ruby?

When building a public key using the OpenSSL::PKey::RSA module by passing it a .pem file, what is the cause for a response: OpenSSL::PKey::RSAError: Neither PUB key nor PRIV key:: nested asn1 error from /Users/Matt/projects/placepop/lib/apn.rb:48:in `initialize' from /Users/Matt/projects/placepop/lib/apn.rb:48:in `new' from /Users/Matt/...

WCF, self signed Certificates for Encryption

I want to create WCF services using aspnet membership to authorize the user. However, if I just need the certificate for encryption purposes only, does it matter if it is a self signed certificate or do you need to buy a certificate from a vendor? ...

Internet Explorer blocks self-signed ActiveX

I have create a self-signed certificate and signed my ActiveX. I followed the steps in this topic. (http://stackoverflow.com/questions/84847/how-do-i-create-a-self-signed-certificate-for-code-signing-on-windows) One difference is that my executable files come in MSI package. So I used signtool to sign the MSI file and all other DLLs/Exe...

Can an iphone app transparently connect to an https site, using a DER certificate shipped with the app?

Hello, I would like my app to connect to an https site, without user input required. So, I would like to send the app a certificate that the app will install in the keychain, and allow it to connect to the https site without the user getting involved. How can I do this? Thanks! ...

iPhone: install certificate for SSL connection

I would like my app to install an SSL certificate on the device, giving it access to my https site. Any advice would be greatly appreciated. Thanks!! ...

App Store .app bundle issue - how do I solve it?

Hey guys, I created my app and it's ready to go, but when I try to upload it to the App Store, it says there are some certificates missing. Now that I remember, I don't think I got Distribution Certificates beforehand...my own fault, I know. But what I'm asking is that does this mean that the app I've already built can't be used or can ...

Automatically sign powershell script using Get-PfxCertificate

I have to sign remote scripts with a certificate from the remote machine from which I have a .pfx file. I would like to automate the scripting by supplying the password to the Get-PfxCertificate programmatically. So the question is: Is it possible to somehow supply programmatically the required password to Get-PfxCertificate? ...

What's the correct procedure for replacing an expired developer's certificate on an iPhone xCode project?

My iPhone developer certificate expired. I got a new one (developer_idendity.cer) but I'm not sure how to make my xcode project and my iPhone use it. I keep getting the Code Sign error: a valid provisioning profile matching the applications Identifier 'com.example.foo' could not be found. What's the procedure to follow when your devel...

Certificate problem with a new machine - credentials supplied to package not recognized

I am installing a windows service on a new machine. The service does various operations over SslStream over TCP, which uses the certificate in problem. The service has been operating fine with the same code and same certificate on other 2 windows 2003 machines. But, this new machine is Windows 2003 with 64 bit processor too. I am runni...

What certificate do I need for code signing?

I'm trying to sign a ClickOnce .NET Application. I have a SSL cert that I use on a website, but I'm thinking that it is not up to the job. When I select the cert in Visual Studio I get an messsage box saying 'The selected certificate is not valid for code signing. Choose another certificate file'. The cert details look like this: whe...