I know that this is not possibile on WP7 and WP8 but as i understoon the api to do this has been implemented on WP8.1 (Windows.Web.Http.Filters). But how can i use this system to check a ssl certificate?
This is not possible in WP7 (as you said) but possible using a StreamSocket in WP8 as mentioned here:
You might also want to check out the StreamSocket sample code