简体   繁体   中英

Valid SSL certificate for Firefox?

I really need help here.

I'm not into SSL. I usually connect through xhr from an http-Site to an http-Site which works fine via CORS.

But now I need to do it via https->https. So I enabled the "FreeSSL" option the hoster provider. I think it is somehow certified by Symantec oder GeoTrust but I have my doubt about it.

Opening the REST-resource directly via Firefox, all is fine and the certificate is trusted, since it is a get request.

An AJAX-GET-request to the REST-resource also works fine.

But a AJAX-POST-request fails.

Could someone please check whether the certificate of the following site should be fine with using it in AJAX-requests in Firefox??

https://tempapi.kanubox.de/kanubox/v1/activities

That would help me a lot. Thank you!

Certificate validation does not depend if the request is GET or POST and apart from that the certificate is valid.

But if these requests are possible as cross origin XHR depend on the details of the request and if there are any CORS headers set by the server. Details of the request are unknown and CORS headers are not set by the target URL so my guess is that this is unrelated to HTTP vs. HTTPS but is instead a CORS issue. Looking at the browser console (ie developer tools in the browser) will probably help you to find out more what the problem is.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM