Canterbury Acupuncture and Chinese Herbal Medicine
If anyone is interested in alternative medicine I would recommend that you check out Canterbury Acupuncture and Chinese Herbal Medicine
If anyone is interested in alternative medicine I would recommend that you check out Canterbury Acupuncture and Chinese Herbal Medicine
Awesome! I dont know how I didnt know about this before.
For those geeks out there like me who have multiple displays on their computers, I think that this is the best wallpaper ever! The people have taken it down from deviantart, sorry.
Recently at work I have been having to use Java and HTTPS for a portlet project that we are working on. For obvious reasons, we want the portals to use HTTPS as a means of communication for private data to prevent people from being able to intercept the data.
A big problem that has caught a couple of us out has been how java manages the certificates and the SSL handshake. It took me ages to find out what the problem was, and many Google searches. Eventually I found out, and I am going to try and help other out there by saying how to get rid of this exception.
The problem I had was that the CA (Certificate Authority) certificate was missing from my java cacerts file. For those who dont know, the CA are companies which certify who the certificate holder is who they say they are. The idea being that you trust the CA, so therefore you trust the holder. To make sure that the certificate is valid, the client and server will use both certs to verify a connection.
Unlike browsers, which cleverly download the SA cert if it is not present to do the authentication, java needs the CA cert to be already installed in the cacerts truststore. Use the instructions below to install the CA certificate (on a windows PC).
keytool -import -trustcacerts -alias [name of CA]
-file [path to the CA certificat you just saved]
-keystore [path to the cacerts file]
You will then need to restart your java app, and then hopefully it should work.
Oh, and on a different note, Google follow this please -> Therapy: Hair, Body, Nails
Well, it has taken me some time, but I am pleased to finally write that I have a job. I am an official geek, working for the University of Kent. I will be developing web applications for them.
Really looking forward to starting on friday. It is going to be cool to have a job which will challenge me mentally, and be enjoyable at the same time.
Also, it is almost christmas, which means almost Wii time baby! It has launched in America, and although it launches in the UK on the 8th december I shant be opening mine until the 25th. There are so many videos on you tube though, they are keeping me going. I cant wait.
Powered by WordPress | Blue Weed by Blog Oh! Blog | Entries (RSS) and Comments (RSS).