ssl-certificate

How to disable or reduce SSL logging in Websphere Application Server

Hi fellow WAS users, The logs in Websphere Appplication Server are thrashing a lot with redundnant details on SSL certificates used for each message sent over https. Does anyone know how to disable this in WAS? Thanks ...

SSL setup on WebSphere 6.1 for Windows

Hi, I'm a bit of a newbie when it comes to SSL security on WebSphere. But basically I am calling a URL from my Java application hosted on WebSphere 6.1. The URL is a web service which is secured via SSL. As an example my URL is: https://servername:portname/service I call the web service using cURL using: --cert test.cer --key ...

UDP server using self-signed SSL certificates

I need to write a UDP server which uses self-signed SSL certificates, and the client to connect with this server as well. Can anyone help me with this? ...

Trouble Creating SSL Certificate

I'm trying to create a self-signed certificate for a test web server running Sun Webserver 6.1 using certutil. I am open to using keytool or openssl if someone has better instructions which work with Sun Webserver. Here are the commands that I use: certutil -S -P "https-myWebapp-" -d . -n myCA -s "CN=myWebserver.com CA,OU=myCompany,C=U...

Export SSL Certificate

Does the Admin Interface in Sun Web Server 7 support exporting SSL certificates? If so, how? Please provide a reference..... If not, could someone point me to the location where the certs are stored? ...

OpenSSL code woes

hello, So I'm writing some C code to connect to a server that is expecting me to provide a certificate for authentication. I'm using OpenSSL to do the SSL communications and I've got the socket code worked out, and I have code to do the SSL part worked out to, but what I can't seem to get simply because the docs are so sparse is how to ...

how can I get Expiration Date of Certificate by C# code?

how can I get Expiration Date of Certificate by C# code? I need to get data about certificate in internet Option (-> content -> certificates); ...

curl error 35 : unknown SSL protocol error in connection

$ curl -I https://9.185.173.135 curl: (35) Unknown SSL protocol error in connection to 9.185.173.135:443 This is an secured page that I need to access. But I don't know how to obtain its certificate file. I tried to use Firefox, but it says couldn't get any ssl certificate once the url is entered. $ curl -I http://9.185.173.135 HTTP/1...

How to use SSL with a self-signed certificate in groovy?

I have some resources I must access with SSL that use self-signed certificates. In general, most tools have a simple setting to allow these to be accessed without error or just a warning. However, it seems like the proper way to do this with the JVM is to import the signing certificate into a keystore as a CA. I have a groovy script I...

Java: Loading SSL Keystore via a rsource.

If I have: System.setProperty("javax.net.ssl.keyStore", '/etc/certificates/fdms/WS1001237590._.1.ks'); System.setProperty("javax.net.ssl.keyStorePassword", 'DV8u4xRVDq'); System.setProperty("sun.security.ssl.allowUnsafeRenegotiation", "true"); I'm able to open a secure connection without a problem. However, I'd like to have the certi...

Create SSL certificate for use in my application.

Hi, Made a simple server using TcpListen and would like to add SSL to the applicayion for security. I need help in the actual steps needed to create a self signed certificate, and what problems if any would there be if I shared the application. Would the user have to make their own certificate or if using the same one would cause a ...

Mono problems with cert and mozroots

I am using this command on my mono VM sudo mozroots --import --sync It appears to be getting the cert from this site. I then try to connect to my ssl site and i get the exception that the cert is invalid. I use firefox and see the cert was issued in 2010. I looked at that file and see the last time its been updated was 2009-05-21 12...

Certificate on WCF service that does not use IIS

I have a WCF app that normally runs in IIS (for my Testing and Production Environments). But when I run it from my debugger it is setup to run self hosted (ie a console window pops up and IIS is NOT used). I also have a client application that I connect to the WCF app. Normally when I am testing my Client app (that runs on Windows Mob...

SSLHandshake errSSLClosedAbort issue

Hi, I am getting a Client Hello message from the Client during handshake and after that Server is not able to respond back with Server Hello message. The server will send this message (ServerHello) in response to a ClientHello message when it was able to find an acceptable set of algorithms.If it cannot find such a match, it will respon...

ssl class 1 certificate problem

my android give me an error about the certificate. is it a problem coz im using ssl class 1 from startssl? ...

Connectivity and signed-applications in Adobe AIR

I need a little insight into some authentication issues in adobe AIR. Three related facts that fit into my question: Whenever accessing my https:// site from my AIR application, I get the untrusted site warning When I build an AIR app, I don't have a paid-for certificate, so I sign it myself for now My site (that gives the untrusted wa...

SSL Certificate change in Apache (Could not reliably determine the server's fully qualified domain name)

Hi An SSL certificate expired on one of my servers and I ordered a new one from godaddy. But if i replace the server.crt , the chain certificate and the server.key (the key used to generate the csr file) end up getting the ERROR Could not reliably determine the server's fully qualified domain name Note : I have not made any cha...

SSL Certificates and Recognition?

SSL Cert providers such as GoDaddy and RapidSSL claim 99% recognition -- what happens in the 1% non-recognition, and what is recognition, exactly? Should I just self-sign my certificate, instead of buying one? Is there such a thing as 100% recognition? ...

How to fetch client-side certificate in restful web service (Java & Jersey) without Servlets?

I want to access the "subjectDN" from the client-side certificate, i.e., fetch the user data (common name, email, etc) from the certificate, but am not interested in the authentication part. If I would use a servlet, I understand that I can read the certificate sent in the request header using something like (X509Certificate[])request....

is RapidSSL wildcard cert supported by major browsers?

I'm thinking of buying a wildcard SSL cert from clickSSL : http://www.clickssl.com/rapidssl/rapidsslwildcard.aspx That would be a rapidssl certificate, and I was looking into my firefox options to see if RapidSSL is in the list of recognized Authorities. My certificate manager doesn't mention RapidSSL anywhere. Am I looking for the w...