Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

load secure document

Featured Replies

I am trying to access secure environmental variables on a remote server by using the document() function. Does that make sense?

I am working with 2 servers. One of the servers authenticates users by certificate. If a user has a certificate and they access a page on the server with https, then a script can access certain variables for that user. I have a perl script that can create some xml for a user.

The other server holds the filemaker documents. I want to put a XSL document on this server that has the following code:

For some reason this won't work, even though it says it will in the CWP guide. I get the following error:

[color:green]The resource https://domain.edu/cgi-bin/rewards/certParams.cgi could not be loaded because of an unexpected error

(MCS-604)

Anyone have any ideas?

Thanks,

Moses

Edited by Guest

When you load that link in a browser, you get an error message ...

BTW: The returned content must be in XML

  • Author

Thanks for your reply.

I definitely have valid xml coming out. I tested the xml by putting it in a separate, non-secure xml document and it loaded just fine with document(). When I try the https file, which is a cgi, I get the error message

[color:green]The resource could not be loaded because of an unexpected error

If I take the 's' off of https then the error goes away.

Ah, I see. Of course you have (e.g. the browser) has a certificate, but the server not, because the document() function is executed server-side.

That might result in the error because the .edu server first sends the certificate request, and document() does not know what to do with it.

Could a possible solution be to install a standard certificate on the .edu server?

  • Author

I see what you mean. Putting a certificate on the server is not a solution because each user has their own individual and unique certificate. Perhaps there is no solution.

Thanks for your help,

Moses

Edited by Guest

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.