certificate « websphere « Java Enterprise Q&A





1. How to extracts additional info from SSL certificate to allow access to WebService client on WAS    stackoverflow.com

For explaining my situation, I will start with an example. Let's say there are two WS(WebService) clients A & B with trusted certificates. Now in normal excecution when both A & B ...

2. Are SSL certificates bound to the servers ip address?    stackoverflow.com

We have two different ldap providers in two different physical office locations. When I connect my laptop to one location and I 'retrieve from port' (in Websphere 6.1) to import the ...

3. Websphere MQ Authentication and Key Certificates    stackoverflow.com

I would like to authenticate the user against the MQ Series before user places the Queue message in Queue manager. I am using the IBM MQ Series V7. I would like ...

4. SSLException: Received fatal alert: certificate_unknown - what does it mean?    stackoverflow.com

I am getting the "javax.net.ssl.SSLException: Received fatal alert: certificate_unknown" error when attempting to send a HTTPS message. I believe the message is due to the endpoint not recognising the sent certificate ...

5. SSL setup on WebSphere 6.1 for Windows    stackoverflow.com

I'm a bit of a newbie when it comes to SSL security on WebSphere. But basically I am calling a URL from my Java application hosted on WebSphere 6.1. The URL ...

6. Websphere 5.1 add SSL certificate    stackoverflow.com

I have the following instruction: Import ++++ certificate (in order to allow SSL connections) – it is done in Administrative Console for the corresponding WAS profile (Security->SSL certificate and key management->Key ...

7. J2EE Certificate-Based Mutual Authentication    stackoverflow.com

I'm trying to setup “Certificate-Based Mutual Authentication� in my J2EE application. My requirement outline as follows,
Deploying a web application (J2EE on IBM Webshpere) which is pulicly available in www, but ...

8. Connect to SSL certificate secured WebService from WebSphere    stackoverflow.com

we have WAS (Websphere Application Server) 7 web service, that is somekind of proxy to other party SSL secured WebService. When using our WebService (Client) outside WAS (for example using eclipse) ...

9. WebSphere. SSL. Do I need server certificate to have key encipherment KeyUsage enabled?    stackoverflow.com

I'm trying to establish an SSL connection between my client app and WebSphere server. My server certificate supports the following key usages:

Digital Signature, Certificate Signing, Off-line CRL Signing, ...





10. Websphere retrieve signer certificate from localhost    stackoverflow.com

At this link http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=%2Fcom.ibm.websphere.express.doc%2Finfo%2Fexp%2Fae%2Fusec_sslretrievesignercert.html they show you how to retrieve ssl certificate information. I have a portlet running locally on websphere portal server connecting over iiop to an ejb running ...