Category Archives: development

Workaround SSL cert warnings with stunnel

On occasion I find myself attempting to programatically make a HTTP request over SSL, however it gives connection warnings such as expiration or name mismatch which causes the request to fail.  You could update the server certificate, however this can … Continue reading

Posted in development, tools | View Comments

Sharepoint development .NET build events

When developing .NET applications, particularly Sharepoint applications you might find yourself updating the GAC (Global Assembly Cache) and restarting IIS a lot.  This can be time consuming if you are making a lot of short interations in your development cycle. … Continue reading

Posted in development | Tagged , | View Comments