0
votes
3answers
50 views
Switch to SSL using a relative URL
I would like to create a relative link that switches the current protocol from http to https. The last place I worked had something set up on the server so that you could make that happen, but I don't …
0
votes
1answer
8 views
How to cache SSL client certificate password in client application using libcurl
We have a (multi-os) application which communicates with a https server using libcurl and uses SSL client certification. When the client certification is password protected, the application must ask …
0
votes
2answers
33 views
SSL wrapper stream in C
I have a simple stream_t type in C with your basic read/write operations, and support for multiple underlying implementations using function pointers. So a stream could be backed by a file, a char …
0
votes
1answer
25 views
Python3: ssl cert information
I have been trying to get information regarding expired ssl certificates using python 3 but it would be nice to be able to get as verbose a workup as possible. any takers?
So far i have been trying …
0
votes
1answer
21 views
Setup SSL for form login only on Tomcat webapp
Can I set Tomcat (or my webapp if it's done that way) to require SSL for confidentiality of the built-in Form-Based Login mechanism?
i.e. to protect the users credentials, and use standard http for …
0
votes
0answers
9 views
SSL with Apache 6 on Fedora 10
Hi all,
I had some trouble setting up SSL on Tomcat 6 on Fedora 10.
I removed OpenJDK and installed the SUN JDK (jdk-6u18-ea-bin-b05-linux-i586-18_nov_2009.bin).
I'm using Apache Tomcat 6.0.20 …
0
votes
1answer
28 views
Is basic auth with SSL secure enough?
I am developing an application which need to handle a massive amount of REST requests. Using basic auth will save a lot of computing resources since I don't have to compute the signatures. Also, the …
1
vote
1answer
43 views
How to load CSS on SSL pages?
I am using relative paths to my CSS document, but on the SSL pages the document will not load. Navigating back to the non-SSL pages brings SSL back. How to I overcome this?
0
votes
5answers
60 views
HttpClient and SSL
I know, there are many different questions and so many answers about this problem... But I can't understand...
I have: ubuntu-9.10-desktop-amd64 + NetBeans6.7.1 installed "as is" from off. rep.
I need …
1
vote
1answer
32 views
Android https/ssl/tls
SSLContext context = SSLContext.getInstance("SSL");
The above line results in the exception:
java.security.NoSuchAlgorithmException: SSLContext SSL implementation not found
I'm using Android 2.0 …
0
votes
2answers
30 views
SQL Server encryption using self signed SSL certificate. Querying from ASP.NET 3.5.
I've created a self-signed cert for testing encryption between my web application and the SQL Server.
When attempting to query the database using "Encrypt=Yes;" in the connection string, I receive …
0
votes
1answer
21 views
BlazeDS data push over SSL
I have an application that uses the data push technology of blazeDS to send data to a Flex Client event 5 seconds. The application works fine when I run it via HTTP with or without a proxy. When I run …
0
votes
0answers
7 views
How to connect to a queue manager with ssl enabled server connection channel when authentication is required.
I am trying to write a java application connecting to server connection channel with SSL enabled.
So far, I have been successfully connected to the channel by setting authentication to 'optional'. …
1
vote
1answer
34 views
What is this exception: Cipher buffering error in JCE provider JsafeJCE
We are getting this error when trying to change a password in ColdFusion through LDAP.
Despite the error, everything seems to be completing as requested.
The stack trace ends at the start of a …
0
votes
3answers
30 views
API Security - Sending CC info
Im trying to design a payments API, and it requires the sending of CC info over the wire. So for this I was thinking of using a public key to encrypt the CC info and decrypt it on the server. Keep in …
