using SSL Certificates

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Nakia
Posts: 425
Joined: Tue Feb 21, 2012 8:57 am

using SSL Certificates

Post by Nakia » Mon Aug 26, 2013 2:26 am

Hi,

Does anyone have an example of how to use ssl certificates in a LC Program?
I have a parculiar situation where our network will now only move HTTPS Requests that include SSL Verification.

I have got by in the past by setting the libUrlSetSSLVerification to false but it appears our network seems to be blocking HTTPS Requests without SSL Verification.

I get how to set the setting to true but I think there may be more to configure like location of certificates etc???

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: using SSL Certificates

Post by BvG » Mon Aug 26, 2013 10:57 am

Never tried anything like that, but the dictionary has this:
set the sslCertificates to certificatesList
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply