ssl « websphere « Java Enterprise Q&A





1. Disable SSL on Websphere Application Server    stackoverflow.com

Is there a way to disable SSL on WAS? So you can just log on using a username and password. That isnt tied to disabling the Global Security? Cheers

2. Incorporate an issued .pem into Websphere 6 keystore    stackoverflow.com

I have an application running on IBM Websphere 6.1. This application must use SSL to communicate with other similar applications used by other (external) entities. I believe I am the only ...

3. JAX-WS client in websphere with custom ssl socket factory    stackoverflow.com

I have JAX-WS generate client proxys that need to connect using HTTPS. The certificate handling needs to be custom since we store the certs in a database instead. I have a working ...

4. How do I Get Websphere to Propagate keystore changes from The Deployment manager to the nodes?    stackoverflow.com

I'm a bit stumped on this one. I had a completely working 2 Node cluster, changed the keystore and the truststore to use different files, saved the changes. My assumption was that the ...

5. HTTPClient-java.net.SocketException: Unconnected sockets not implemented thrown    stackoverflow.com

Iam using HTTPClient 4.0 to connect a remote server and transfer file using HTTPS. When i tried to connect i get the exception "java.net.SocketException: Unconnected sockets not implemented". Please look at ...

6. Connecting to a Websphere MQ in Java with SSL/Keystore    stackoverflow.com

I'd like to connect to a Websphere 6.0 MQ via Java. I have already working code for a "normal" queue, but now I need to access a new queue which ...

7. Stop listening to a port    stackoverflow.com

I have a application that accepts SSL connections on a particular port. When I stop the application from the Websphere Administrative Console and then start it again, I get an exception ...

8. Websphere 7 SSL error that never goes away no matter what I do    stackoverflow.com

Ok I install Websphere 7.0 and RAD 7.5. Update WAS to fix pack 11 and update RAD. 7.5.5. lastest updates..etc... I create a server profile. I start the server. I turn on global security ...

9. Consuming ssl-secured web service in web application    stackoverflow.com

I'm building a web application that will run on a WAS using Rational Application Developer. This app consumes web services using https. Using SOAPUI I have no trouble using them but ...





10. Implementing SSL , JAX-WS webservice on IBM Websphere Application server    stackoverflow.com

I am trying to make SSL work on a webservices created by using IBM Websphere JAX-WS runtime for quite a while now but am unable to make it work somehow. Need your ...

11. SPNEGO on IBM WebSphere Portal 6.1 with https    stackoverflow.com

I configured IBM WebSphere Portal 6.1 on WAS7: SPNEGO, ssl with self signed certificate, default http transport (without Web Server) and changed default ports 10039, 10029 to 80, 443. After that SPNEGO works ...

12. j2ee client-auth support in websphere application server 6.1    stackoverflow.com

I am trying to set up web client certificate based authentication. Here is my scenario:- I have websphere application server 6.1. I have internet explorer as web client. I have imported a certificate ...

13. IIS SSL Websphere Webservice    coderanch.com

Hi, We have setup like below IIS (SSL is on IIS) -- Websphere (webservice is deployed on Websphere) All the requests are through IIS. When request is made to Webservice, this request also goes through IIS. So is it ok to import Client certificate in the keystore at IIS level instead Websphere level? Thanks

14. SSL configuration in WEBSPHERE APPLICATION SERVER    coderanch.com

I'm using Eclipse IDE with websphere application server. I want to provide SSL security for my login form through jsp code. How can I use the https protocol. After clicking the submit button in my form i want to redirect to https://localhost:8443/ how can I do so and also many say that we have to configure the server before using the ...

15. Implementing SSL, JAX-WS Webservice IBM websphere JAX-WS runtime    coderanch.com

Hi Guys, I am trying to make SSL work on a webservice created by using IBM Websphere JAX-WS runtime for quite a while now but am unable to make it work somehow. Need your help in resolving the problem. These are the steps I have taken. Its a simple Add Numbers Web service which adds two numbers and returns the output. ...