Testing RM API certificate error

by Anton

JavaScript

$.ajax('https://testing.ppmroadmap.com/v1.1/ext/getme',
       {
            success: function(data, textStatus, jqXHR) {
                console.log('--- $.get success:' + textStatus + ': ' + errorThrown);
                console.log(data);
                console.log(jqXHR);
            },
            error: function(jqXHR, textStatus, errorThrown) {
                console.log('--- $.get error: ' + textStatus + ', ' + errorThrown);
                console.log(jqXHR);
            }
        });