Friday, January 23, 2009

Ruby Https and self signed ssl certificates

I have been working on getting a ruby client to work with a ruby https server. I wanted the client to self sign the ssl certificate. This was the first time I was doing anything with https and so I thought, I should make a note of this somewhere for future reference, should I need it.
More on this coming soon, as I get more time to document this....