Rajendra Khabiya
Rajendra Khabiya

Reputation: 2030

Issues in site after adding SSL certificate

My whole site is based on jquery ajax and after adding SSL certificate to site, ajax is not working request is posted but there is no response except 200 ok.

Upvotes: 0

Views: 90

Answers (1)

peipst9lker
peipst9lker

Reputation: 605

Since your question is a bit unspecific,

  1. Have you changed the protocol of your request URLs to https instead of http ?
  2. Is your SSL certificate valid and working ? Is your webserver correctly configurated? Are usual https through your browser successful? Maybe you have to manually accept the certificate, if it's self-generated.

Upvotes: 1

Related Questions