How can i open kdb file with ssl certificate for MQ?
IBM MQ uses some strange to me certificate format with kdb extension. How can I open it and change its validity date? ...
IBM MQ uses some strange to me certificate format with kdb extension. How can I open it and change its validity date? ...
If I'm trying to secure my login method. From an unsecured server the user enters their login credentials into a standard HTML form, which is POSTing to a script on a secure server. This script does all the necessary login functions, and sends the user back to the insecure server. My question boils down to this: Is the login informat...
TLS server accepts connection from client even client cetificate is not present in servers truststore ? why ? Server Code: tlsContext = SSLContext.getInstance(SSL_PROTOCOL); tlsContext.init(getMyKeyManagers(),null,null); SSLServerSocketFactory fact = tlsContext.getServerSocketFactory(); tlsServerSock = (SSLServerSocket)fact.createSe...
Hi, I was asked to set up a .NET web service to expose a few methods for querying a database, which isn't a difficult task, but they said they wanted it secured using SSL since it is not internal. How does one use SSL with a web service? And is this something to use WCF for, or should I stick with a .net 2.0 web service? Thanks in ad...
Is there a way (on IIS 7) to use SSL during basic authentication, and then somehow go to a non-SSL session? We have an intranet app which users have requested to have visible outside the organization, so we need to SSL encrypt the basic authentication process, but there's no real need to encrypt the rest of the session and don't want to...
hi everyone, is there any way to securely get the method invoker while running the called method (server-side)? i know there's a client string reachable through the server properties, but isn't it too "weak"? any way to get e.g. the client certificate owner? please give me a couple of hints, WILL RTFD right afterwards ;) thanks in ad...
I tried using the ssl module in Python 2.6 but I was told that it wasn't available. After installing OpenSSL, I recompiled 2.6 but the problem persists. Any suggestions? ...
I'm using Plesk running on Windows Server 2003. I have the following domain name on an exclusive IP, for which I have purchased a Wildcard SSL certificate from RapidSSL: webvitality.eu This works fine in both http and https. Should display "Web Vitality Dev Server". Now I have the following subdomain: garyparkerhearing.webvitality.eu...
I am trying to setup SSRS 2008 on Windows Server 2008. It seems to work as expected when I access the web interface through HTTP, but when using HTTPS the following error is what I get: "The underlying connection was closed: An unexpected error occurred on a send." From a look at the log files, it is revealed that the inner exception is...
I have a client program that talks to a web server through a SSL connection (https). How safe is this connection? I bought a SSL certificate installed on my web server, so my understanding is that even if someone attemps a man-in-the-middle attack between my client and my server they would not have the certificate? Is this true? So for...
When using 'net/https' and ssl, how do I disable verification of the resulting SSL certificate? ...
I'm trying to mock out an SSL HttpRequest but I'm having trouble figuring out how to set the protocol to HTTPS in the request object. I got started from an example from Phil Haack here: http://haacked.com/archive/2005/06/11/simulating_httpcontext.aspx Is there a way to set the request to SSL? public class MockHttpRequest : SimpleWorke...
running a simple example with a minimal server that * has both rmiregistry functionality and a fixed listen port, both correctly in listen * which has a "blocking" (long-sleeping) method - this has been done to actually see what kind of connection is opening with netstat a minimal client * (client only, no callbacks) that connects (a...
Setup: Grails 1.1, Acegi/Spring Security plug-in I want users to log in over SSL, so I have '/login/**' in my channelConfig.secure[] list, but almost everything else is in channelConfig.insecure[]. Every request for /login gets redirected to https:// and every other request is redirected to http://. My problem is that the login process...
I am trying to setup a server with multiple web applications which will all be served through apache VirtualHost (apache running on the same server). My main constrain is that each web application must use SSL encryption. After googling for a while and looking other questions on stackoverflow, I wrote the following configuration for the ...
hello every one. How can I create a PEM file from a ssl certificate? These are the files I have available: .crt, server.csr and server.key. Any ideas? Thanks ...
Hi, I've got a question about securing emails with SSL. If I get an SSL certificate to secure my email, that would mean that the connection between my mail client and my mail server will be encrypted. So anyone listening in couldn't view my emails or username and password. But what happens between the mail server and the destination ma...
I am doing a https post and I'm getting an exception of ssl exception Not trusted server certificate. If i do normal http it is working perfectly fine. Do I have to accept the server certificate somehow? ...
How to connect to https url from iphone application ? Is there any sample code available? Thanks & Regards, Yogini ...
Hi, I'm trying to figure to do a easy secure connection in rad 7.5 for my application. Don't want to install http server with openssl. Is it possible to doing it directly in WAS? ...