To fix SSL verification error do one of the following:
If your server uses self-signed certificate, this is the most simple solution to solve the problem. If you experience problems using commercial certificate or private certificate authority (CA), please refer to the following sections instead of resorting to http protocol.
Contrary to the popular belief, disabling https altogether will not harm security if self-signed certificate is used on the server. Most often https is used to ensure that data connection between client and server will stay secure even in case of man-in-the-middle attack when third party has access to the communications channel. Unfortunately, self-signed certificate does not provide this level of security. Despite the fact that the data is encrypted, unauthorized third party may decrypt or even misplace data by intercepting the connection and re-encrypting it using its own self-signed