ssl « Security « Spring Q&A





1. Using WebServiceTemplate with a keystore    stackoverflow.com

Is it possible to configure a WebServiceTemplate with a java keystore? edit
I'm looking for a way to configure the location of the keystore in the spring config

2. Received fatal alert: unknown_ca while mutual authentication    stackoverflow.com

I'm working on a web service client which need to communicate with a server who has mutual authentication enabled. I've done the following steps.

  1. Added the server certificate(self signed) to a trust store ...

3. how to use custom SSLSocketFactory class with org.springframework.mail.javamail.JavaMailSenderImpl    stackoverflow.com

I need to use custom SSLFactory class to avoid problems with selfsigned certificates on mail server. I'm trying to use next configuration and it works just fine for gmail. But if ...

4. Configuring JaxWsPortProxyFactoryBean for SSL    forum.springsource.org

The JaxWsPortProxyFactoryBean works great for calling out to other web services... over http. However, in the real world, most web services require you to send your requests over HTTPS using 2 ...

5. Spring Security with SSL forwarding to 8443    forum.springsource.org

We have a strange problem with redirect. We are using Spring 2.5 together with Spring Security. Here is the scenario: User accesses the app via: https://myapp.org:8080/secured-site Because it's restricted the application ...

6. How does Spring Security determine SSL port    forum.springsource.org

How does Spring Security determine SSL port hi, I have a spring web app that uses Spring Security. I have mapped a certain route (/foo/**) to require SSL by using requires-channel="https". ...

7. Spring WebApp and SSL -> Force with application, or with apache?    forum.springsource.org

Spring WebApp and SSL -> Force with application, or with apache? I just set up my first debian webserver over the past three weeks. It's a development server, which will eventually ...

8. SSL connection for TCP connection factory?    forum.springsource.org

Gary, Thanks for the reply, due to infrastructure constraints we can not use SSH, and I need to get this out the door by next week, but I will raise the ...

9. WebServiceTemplate API with SSL options    forum.springsource.org

Hi I've a requirement to use Spring-WS client api with SSL. How can this be done? How can the trustStore, keyStore be set? is it just fine of they are set ...





10. SSL ports    forum.springsource.org

SSL ports Hi, please excuse my ignorance as i do not know much about app servers. I have successfully configured acegi to use SSL and have found that the port redirect ...

11. MVC and SSL    forum.springsource.org

MVC and SSL Hello, I have enjoyed creating a nice little Spring app utilizing Spring MVC. I really like Spring mvc, it is very clean, however, I have run into one ...

12. AuthenticationSimpleHttpInvokerRequestExecutor terminates SSL connections?    forum.springsource.org

AuthenticationSimpleHttpInvokerRequestExecutor terminates SSL connections? Hi, I am using the Acegi/Spring A&A framework with HTTPS. However, it seems that when using AuthenticationSimpleHttpInvokerRequestExecutor as the client side httpInvokerRequestExecutor, HTTPS connections are always terminated ...

13. images over SSL w/ IE    forum.springsource.org

images over SSL w/ IE I have been working happily w/ Acegi until it came time to test some parts of my web app w/ IE. I have since learned that ...

14. Authentication problem with SSL...    forum.springsource.org

Authentication problem with SSL... Hi, I am using Acegi 1.0.1 with Spring 1.2.8 to implement security in my application. When I try authenticate user I get an error: javax.naming.PartialResultException: Unprocessed Continuation ...

15. SMTP mail with SSL    forum.springsource.org

SMTP mail with SSL Here's some tips on connecting to a SMTP mail server using SSL encryption. First off, you'll need to import the SSL key into a java keystore and ...

16. Regarding SSL    forum.springsource.org

Regarding SSL Hi, Sorry in advance, as this post is not related to anything with spring web mvc. But I could not found any solution of my problem. And my experience ...





17. Ssl    forum.springsource.org

Hey, Is there anything close to http://sslext.sourceforge.net/ for Spring MVC or some form of information about the best way to do something close? I tried searching for SSL Spring with little ...

18. Ssl    forum.springsource.org

What about it ? Do you have something that is not working ? I've made a simple test using RMI over SSL and is working for me...

19. how to configure SSL with acegi?    forum.springsource.org

In my website I have sensitive data and non-sensitive data. So that I need to configure the application in the following way: 1. resources that contains sensitive data must be accessed ...

20. Going POSTAL! JaxRpc, Axis, SSL, Resin    forum.springsource.org

Going POSTAL! JaxRpc, Axis, SSL, Resin I'm going soo crazy with this issue that I'm not even sure where to start... Let's see... Resin app uses Spring/Axis/JaxRpc to call a remote ...

21. Apache SSL frontend    forum.springsource.org

Apache SSL frontend Hi I'm controlling the security of my application using acegi for authentication and I wish also to enable SSL for parts of the application (like login page and ...

22. WebServiceTemplate and SSL    forum.springsource.org

WebServiceTemplate and SSL My question is basically whether or not configuration of an XwsSecurityInterceptor and KeyStoreCallbackHandler is necessary in my situation, and if that could solve the issue I have. I ...

23. Using SSL depending on User Selection    forum.springsource.org

Hi, is there a way to use SSL for some pages depending on the user's input. So i could give the user a checkbox where he could select if he wanted ...

24. Quick on tcp but slow on ssl    forum.springsource.org

Hello, I have a problem with the configuration below in that there is no performance issue over tcp whereas over ssl communications between clients and the server is very slow, for ...

25. SSL Cient Authentication    forum.springsource.org

SSL Cient Authentication Hello! I'm trying to create a web service that would use certificate authentication. As far as I understood from Spring-WS and Acegi tutorials (and please correct me if ...

26. X.509 authentication without SSL    forum.springsource.org

Is it possible to use the x.509 features of Spring Security without SSL? For an example, the certificate is sent to the application somehow and there it is checked whether the ...

27. Deactivate SSL    forum.springsource.org

Deactivate SSL Hi, I want to work with LDAP for authentication. Tomcat does not have SSL for the moment and I also do not want to add it for testing. I ...

28. Acegi Security + LDAPS + SSL / TLS    forum.springsource.org

Acegi Security + LDAPS + SSL / TLS Hi, I am using acegisecurity_1.0.4.jar and I am trying to configure a LDAPS authentication with this configuration : > Standard port 389 > ...

29. apache ajp 8009 SSL not working    forum.springsource.org

apache ajp 8009 SSL not working We have a site where entire url is HTTPS and we only want to secure \somedir\ with login. I can use non-secured part no problems, ...

30. HttpInvokerProxyFactoryBean, thread saftey, stale SSL connections?    forum.springsource.org

HttpInvokerProxyFactoryBean, thread saftey, stale SSL connections? I am using HttpInvokerProxyFactoryBean from a swing app. I instantiate the bean through code in one thread, get the service interface via getObject(), use it ...

31. HttpInvokerProxyFactoryBean and SSL on WL 10.3    forum.springsource.org

HttpInvokerProxyFactoryBean and SSL on WL 10.3 I'm trying to use HttpInvokerProxyFactoryBean + HttpClient to access a remote service from within a servlet running on Weblogic 10.3. I need to use SSL, ...

32. RmiProxyFactoryBean and SSL    forum.springsource.org

It appears that something is missing from the RmiProxyFactoryBean. On the RmiServiceExporter I can set these properties: serverSocketFactory clientSocketFactory registryServerSocketFactory registryClientSocketFactory. However, on the RmiProxyFactoryBean, I only have the option to ...

33. Spring Security & SSL/TLS    forum.springsource.org

Spring Security & SSL/TLS Hello, I have a question about Spring Security and configuring SSL/TLS. From most of the examples I have seen people normally configure SSL/TLS parameters outside of Spring ...

34. if using ssl then BASIC is fine, right?    forum.springsource.org

35. with Spring security, can we drop SSL?    forum.springsource.org

with Spring security, can we drop SSL? I know it's two different concepts. My understanding is Spring security does login/role base control well, but I don't think it is this framework's ...

36. SSL Configuration    forum.springsource.org

SSL Configuration I know this is not a spring issue per se, but I am trying to implement spring security / ssl in my development environment. (eclipse tomcat). I have gotten ...

37. WebServiceTemplate and SSL    forum.springsource.org

38. Spring WS with SSL    forum.springsource.org

Hi guys, I've have many problems with Web Services and SSL. I'd like of an exemple(like a link) of some application that uses Web Services/SSL. Thanks in advance! Leonardo Torres

39. Controlling SSL connections    forum.springsource.org

Hi, I'm going to use spring-ws for client of web services. Could someone please tell me how to consume web service over SSL ? And how to take control over SSL ...

40. Spring-WS WebServiceTemplate to communicate via SSH/SSL?    forum.springsource.org

Does anyone know if there is the ability to send POX over and SSL connection built into spring? I have used WebServiceTemplate/Jaxb2Marshaller/DomPoxMessageFactory to send POX over HTTP, but have a new ...

41. Help Setting up SSL    forum.springsource.org

I downloaded STS over the weekend and have the mvc-basic sample running successfully on my local development server. I am trying to setup SSL for testing. I followed the instruction for ...

42. Problem with SSL    forum.springsource.org

Problem with SSL Hello !! I have the following problem with a SSL implementation: CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISO N PATTERN_TYPE_APACHE_ANT /**=httpSessionContextIntegrationFilter,myAuthentic ationProcessingFilter,exceptionTranslationFilter,f ilterSecurityInterceptor,logoutFilter,channelProce ssingFilter