My app interacts with a web server using an api. The connection is through https
With LC 6.5.2 on Mac OS X 10.8.5 I would get an error when connecting to via SSL
"error -Error with certificate at depth: 2 issuer = /C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA subject = /C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA err 10:certificate has expired"
LC 6.6.2 has the new revSecurity library so that resolved that problem.
I wanted to do some testing using a different Mac OS X account. Now when I try to connect to the api I get the same error I got with LC 6.5.2.
If I set libURLSetSSLVerification false then the error is not thrown.
Would there be a reason why using the app on a new account would not be able to find the appropriate certificate. The certificate is valid and this works on my main account I have been developing my app on.
Has anyone else seen this? Is this a bug?
LC 6.6.2GM SSL certificate expired error
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 256
- Joined: Sun May 27, 2007 8:19 pm