README.md in sensu-plugins-http-2.0.2 vs README.md in sensu-plugins-http-2.1.0

- old
+ new

@@ -28,5 +28,8 @@ ## Installation [Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html) ## Notes + +### check-http.rb and check-https-cert.rb +This check is not really geared to check all of the complexities of ssl which is why there is a separate repo and set of checks for that: https://github.com/sensu-plugins/sensu-plugins-ssl. If you are trying to say verify cert exipiration you will notice that in some cases it does not do what you always expect it to do. For example it might appear that when using using `-k` option you see different expiration times. This is due to the fact that when using `-k` it does not check expiration of all of the certs in the chain. Rather than duplicate this behavior in this check use the other repo where we handle those more complicated ssl checks better. For more information see: https://github.com/sensu-plugins/sensu-plugins-http/issues/67 \ No newline at end of file