Tuesday, September 12, 2017

Saturday, December 26, 2015

Free Https Certificates

Use letsencrypt,org if you want free HTTPS certs . The certs are valid for 3 months. You might need to run a cron job to renew the certs.

Also while integration I faced an issue where letsencrypt server was not able to access my server. It is because I have enabled the HTTP User authentication on full site.

letsencrypt wants access to .wellknown dir. I just need to bypass this dir in nginx config. After that things worked like a charm.


Sunday, September 13, 2015

How to use Workspace in Jenkins build Flow plugin

While Integrating with Build Flow plugin in Jenkins , I see a strange problem of files not getting downloaded and Post builds action not getting triggered.

After goolging , I figured out the problem. We need to check the "Flow runs needs a workspace" check-box to enable the code check-out and start post build actions.


Saturday, August 8, 2015

How to design scalable social site

http://highscalability.com/blog/2015/7/22/architecting-backend-for-a-social-product.html

Saturday, July 18, 2015