Facebook - error Callback verification failed: SSL certificate problem: unable to get local issuer certificate - facebook

When setting up a callback URL in "Canvas payment" / "Realtime Update Subscriptions" I get the following error:
Callback verification failed: SSL certificate problem: unable to get
local issuer certificate
When I click "test callback url"
The website open fine, it's only Facebook which makes problems.
The only answer I found ( curl: (60) SSL certificate : unable to get local issuer certificate ) did not solve the problem.

Related

gcloud unable to get local issuer certificate

Behind a corporate firewall with Symantec WSS agent.
I get this error
ERROR: (gcloud.compute.start-iap-tunnel) There was a problem refreshing your current auth tokens: HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))
Please run:
I tried
gcloud config set auth/disable_ssl_validation True
I also pulled the certificate chain with
openssl s_client -showcerts oauth2.googleapis.com:443
and then
gcloud config set core/custom_ca_certs_file c:/temp/certs.pem
No matter what it won't get past the certificate check
I thought that disabling SSL validation would work, but it doesn't

Unable to use Node-Red with token verification to request kubernetesAPI

The Node-Red flow is as follows:
Related attributes:
I have appended the Token string, why can’t I get a GET request?
The error is as follows:
"Error: unable to verify the first certificate : https://192.168.58.160:6443/api/v1/namespaces/nodes/"
If you enable SSL/TLS and create a SSL/TLS configuration for the connection you can either supply a CA certificate or disable Certificate verification.

Configuring HTTPS to a Web Service kubernetes dashboard

I just installed the kubernetes dashboard. I would like to access it in HTTPS and not in HTTP. Unfortunately when I enter the URL https://10.109.0.xx:6443
I have an error telling me that the connection is not secure.
And I would just like to avoid this kind of mistake.
Do you have any idea how I can fix this problem?
so when i want to run helm ls --tls i get the error certificate signed by unknown authority as you can see below
I have succeeded to signa URL https://xxx.cloud.net/ to go directly to the kubernetes dashboard .
# helm ls --tls
Error: Get https://10.109.0.xx:6443/api/v1/namespaces/kube-system/pods?labelSelector=app%3Dhelm%2Cname%3Dtiller: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kubernetes")

use MailCore 2 without github

I develop application in XCode which use MailCore 2 library.
Application works, everything is fine
But yesterday in my country github was blocked.
So, I can't build my application.
Logs:
fatal: unable to access 'https://github.com/dinhviethoa/tidy-html5.git/': SSL certificate problem: Invalid certificate chain
fatal: unable to access 'https://github.com/dinhviethoa/libetpan.git/': SSL certificate problem: Invalid certificate chain
fatal: unable to access 'https://github.com/dinhviethoa/ctemplate/': SSL certificate problem: Invalid certificate chain
Why MailCore need github and what to do in this situation?

Real-Time Updates: Certificate verify failed

I am currently trying to set up Real-Time Updates to my site through the facebook app interface. When I attempt to test the callback to the callback url of https://messageall.com/facebook/callback/ I am getting an error message of:
Callback verification failed:
SSL certificate problem, verify that the CA cert is OK.
Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
However from what I can tell the certificate key chain is working fine and verifies when I test via http://www.digicert.com/help/
What could the facebook servers think is wrong with my CA?