Tuesday, April 22, 2014

Single sign on for web applications

Trial on Atlassian Crowd

current application on
1. Ruby on rails - using devise gem
2. Java EE application.

to be cont....

Thursday, April 3, 2014

Postgresql kill process

select * from pg_stat_activity;
select pg_cancel_backend([procpid]);

What if you revoke an SSL cert?

After revoke, client may see on firefox (may not be the case on Chrome):


To by-pass the checking in firefox, do this but not recommended:


Uncheck the checking option under validation button.