1
vote
2answers
41 views
ASP.NET SSL - still unresolved - problem is the postback, so OnInit etc wont work!
When should I enforce SSL for secure pages in an ASP.NET page life-cycle?
I mean should I do it inside page_load? or OnInit? or some other function?
I am using the following code …
1
vote
1answer
26 views
Self-Signed SSL Link not working
I have an embedded web server with a self-signed SSL certificate. After I get past the Web Browser's warning about the SSL Certificate being self signed, I am seeing a difference …
0
votes
2answers
61 views
Using HTTPS with REST in Java
I have a REST server made in Grizzly that uses HTTPS and works wonderfully with Firefox. Here's the code:
//Build a new Servlet Adapter.
ServletAdapter adapter=new ServletAdapt …
0
votes
4answers
81 views
Should Sockets be secured
I am working on an update function for a pet project of mine, and was wondering if I need to spend the time to make sure my connections are secure?
Basically the client sends the …
0
votes
3answers
29 views
ASP.NET page lifecycle - at what point does one enforce SSL?
When should I enforce SSL for secure pages in an ASP.NET page life-cycle?
I mean should I do it inside page_load? or OnInit? or some other function?
I am using the following co …
0
votes
11answers
287 views
Can I use JS encryption instead of SSL for credit card payments?
Hi,
I have an HTML form where people can make payments on my sites. Instead of using SSL, I'm wondering whether I could use a JS lib that would encrypt the credit card information …
0
votes
1answer
23 views
Setting up tomcat + ssl failed.. cannot connect to SSL channel?
Hi,
I'm trying to get Tomcat 6.0.20 working with SSL authentication. I used keytool to create a new certificate, put it into my user dir, and set the tomcat authentication to this …
2
votes
3answers
78 views
ssl on login form?
I have SSL on my website....when the user logs in from a http page the form action is sent to https page, would this still secure the posted data?
Or would it be better to have th …
0
votes
1answer
11 views
What version of SSL does IIS 7 use by default, and how does one force it to use SSL v3?
I have heard that SSL v2 is a lot less secure than SSL v3 due to flaws in the encryption algorithms it uses. I would like to force my websites running on IIS 7 to use SSL v3. Any …
0
votes
0answers
20 views
How do I get SSL working in fsockopen?
I'm running PHP 5.2.6 on Windows, I have extension=php_curl.dll and extension=php_openssl.dll uncommented in php.ini; as such I can see the following in phpinfo:
curl
cURL support …
0
votes
2answers
27 views
Accept SSL Certificate in vb6 using the Webbrowser control.
The Problem:
I am creating a vb6 application that will connect to a particular web service located on a a HTTPS site. The problem is, the HTTPS site I'm accessing requires all requ …
0
votes
2answers
97 views
Open Source Library for sending emails via gmail (smtp.gmail.com) using SMPTS (TLS)
For a long time sending email uing SMTP (port 25) via a remote mail server (usually at the website hosting company) was easy to do with an application. Open a TCP port 25, send "HE …
0
votes
3answers
32 views
SSL_accept with blocking socket
I made a server with SSL and blocking sockets.
When I connect with telnet (so it does not do the handshake), the SSL_accept blocks indefinitely and blocks every new handshake/accep …
2
votes
1answer
28 views
Obtain SSL information in PHP running as CGI
On many servers, PHP runs as CGI. This is an essential part of using suexec to run the scripts for each site as the user associated with the site. So giving up CGI is not appeali …
1
vote
1answer
35 views
How to setup a test HTTPS site under IIS
I have a WCF service that I would like to run on https:// how can I setup a test site on local host for this?
