1
vote
2answers
27 views
How can I verify that a certificate is an EV certificate with Java?
Consider the following sample code which uses a TrustManager to log whether an outgoing connection used a valid certificate (but accept the connection in all cases):
import java.s …
0
votes
3answers
51 views
Splitting https between Apache and Game Server
Hi,
i want to have both an Apache and a Game Server to be reachable on port 443 of the same IP address.
The game server connection is a normal TCP connection that is established …
-2
votes
0answers
28 views
Why does uberuploader complain that some items are not secure? [closed]
I am using that uberuploader script, which uses Perl and PHP.
However, my page has an iframe that loads uberuploader's upload page. When I go to that page, ssl secure of my website …
0
votes
2answers
24 views
Why am I getting handshake_failure with Java SSL cert?
I'm trying to use Hudson (which uses SVNKit) to access a Subversion repository that requires a client certificate to access it. I can access the same repository using the same clie …
1
vote
1answer
27 views
Calling web services from ASP.NET application and connection management
I have an ASP.NET application that calls other web services through SSL (outside the application). I simply added a web reference (https://url/some.asmx) and used the web services …
0
votes
1answer
18 views
HttpCachePolicy and SSL
Hey everyone,
I have an application that allows the user to download a csv. This works great when not using SSL. However, when using a secure connection I get the "Internet Explor …
0
votes
2answers
58 views
Client-side SSL theoretical question
I work at company X and we want to engage in a B2B transaction with company Y. In doing so, Y is requiring client side authentication; they already provide server-side authenticat …
0
votes
2answers
36 views
How to secure UniData session using UniObjects for .net
How do you secure a UniData session using UniObjects for .net?
The documentation is severely lacking. The UniObjects for Java documentation has a whole chapter on SSL.
EDIT
The …
1
vote
5answers
59 views
In apache, if i go to https://mysite.com, the page itself is over https, but all images/links are http://. Is there way to auto rewrite the html so its all https://?
Hi,
Im sure ive seen a feature in apache that can rewrite urls so you can point domain2.com at domain1.com and it rewrites everything domain1.com to domain2.com on the fly.
is the …
0
votes
1answer
12 views
HttpWebRequest to SLL Uri in Silverlight 2.0
How do I do this? It seems the SilverLight 2.0 HttpWebRequest does not allow you to set Credentials or set the Authorization header.
0
votes
0answers
13 views
Custom domain names for hosted service with SSL [closed]
I have a hosted service and have been issuing domain names to clients in the form clientxyz.ourdomain.com. Now we want to offer clients the ability to specify their own domain and …
0
votes
1answer
59 views
Java HTTPS client certificate authentication
I'm fairly new to HTTPS/SSL/TLS and I'm a bit confused over what exactly the clients are supposed to present when authenticating with certificates.
I'm writing a Java client that …
0
votes
2answers
16 views
Tool to check up ssl setup on apache server
My Apache server works fine without -DSSL, but does not start with SSL. This happened after I re-install the certificate because of expiration. (it used to work before) I would …
0
votes
3answers
51 views
Unsecured & secured HTTP
I have an application which uses 2 web sites (so I guess that is 2 applications...). The user logs on via a https website and is then diverted to a unsecure http website applicati …
0
votes
1answer
26 views
web page is trying to open a site on your intranet
Hi,
I have a web site that work with external Credit Card Processing (cybersource)
when user want to buy the webpage redirect to cybersource the user fill his details
and click …
