Hi,
new to the list an first post

Environment:
FMA9
Mac OS X 10.6.8
MacBook Pro
MBS 2.5.0pr2

I am testing the prerelease 2.5 cURL-functions. I want to send a httppost to a 
server that requires SSL and has a certificate. Certificate can be viewed in my 
keychain. With a right-klick of the mouse I have copied it to my desktop as a 
.pem - file. I tried to connect to the server via MBS-Call

apart from CURL.New
I used:
CURL.SetOptionURL
CURL.SetOptionSSLVersion
CURL.SetOptionSSLCert (Path to the .pem-file on my desktop 
"/Users/hherbst/Desktop/xxx.pem")
CURL.SetOptionCertType (PEM)

also tried to include
CURL.SetOptionUsername
CURL.SetOptionUserPWD

About to connect() to 192.168.10.4 port 7901 (#0)
  Trying 192.168.10.4... connected
Connected to 192.168.10.4 (192.168.10.4) port 7901 (#0)
unable to use client certificate (no key found or wrong pass phrase?)
Closing connection #0
Problem with the local SSL certificate

was the only response I got in FileMaker

via terminal this works:

curl --user Test:Test0815  --insecure  
https://192.168.10.4:7901/Lizenzverwaltung.svc/help

for debugging the parameter "--insecure" leads to ingnorance of the 
certification

Is there any way to get this command with MBS? Which calls do I have to use?

thanks in advanced

Holger
_______________________________________________
Mbsfmplugin_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsfmplugin_monkeybreadsoftware.info

Reply via email to