NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jane

Pages: 1 ... 5 6 [7] 8 9 ... 23
91
Web Server - Ask For Help / Re: script to put after /body
« on: August 09, 2022, 10:32:52 AM »
xy

Why would you want to do that?

92
Web Server - Ask For Help / Re: JavaScript in Report
« on: July 22, 2022, 09:31:18 AM »
No personal experience.

It might be worth looking into the Stimulsoft report engine.
There have been some clarionlive webinars on it, including one showing a template and mentioning a NetTalk app: https://www.clarionlive.com/BrowseEpisodes/ww!551



93
Web Server - Ask For Help / Re: certificate error i need help urgent
« on: July 06, 2022, 07:44:21 AM »
I don't understand what the style has to do with the certificate?  Is this a new server?  Has it EVER worked?  If I'm connecting to the right site (second pic), it seems to have a valid certificate and is getting CSS. ??

As for a certificate that is not Let's Encrypt, the pic below is an NT server using a DigiCert cert.  Is that what you're asking?


94
Web Server - Ask For Help / Re: certificate error i need help urgent
« on: July 05, 2022, 04:59:42 PM »
These observations may have nothing to do with your problem, but interesting anyway...

It does seem that you requested tracking.magictransport.com 5 times today prior to this current log that you're showing. 
(This link lets you click on each certificate and see when it was processed: https://crt.sh/?q=magictransport.com)

Let's Encrypt rate limits are spelled out here: https://letsencrypt.org/docs/rate-limits/

I haven't delved into Let's Encrypt enough to understand what they mean by "accounts"... but the linked document says "You can create a maximum of 10 Accounts per IP Address per 3 hours". 
I notice from your NetTalk log that each of the requests includes a log entry " Registering Account magictransport...."
Again, I don't know if Let's Encrypt considers that "creating" an account, which they limit to 10 per IP address per 3 hours.  (Is it possible to re-use an account rather than "registering" it each time?  Bruce would know, I don't.)

But if you click the links in the crt.sh link, the first timestamp for 7/5/2022 is 21:04:53 UTC and the newest is 22:57:08 UTC.  So that's 11 within less than 2 hours.

FWIW.

Cheers,

Jane



96
Web Server - Ask For Help / Re: Transmit file to Azure website
« on: June 13, 2022, 10:49:34 AM »
I'd suggest you compile the main NetTalk demo program, Joe (netdemo.app in the examples folder).

Run it, then use the Web Client window to experiment with authenticating to the website.

Then play with the websend.app in the examples folder for webclient.

Jane


98
Web Server - Ask For Help / Re: Browse image from a blob field
« on: May 27, 2022, 11:59:29 AM »

1.  I want to visit the NetTalk User Group Webinar next Thursday, so we might go over these issues I'm having.  I tried to register but it seems one can only register when the webinar is live.  Is there another way to register and/or join on Thursday?



To interact you'll need to attend via Zoom, not Youtube:

https://us02web.zoom.us/webinar/register/WN_X6ygTII9S3OqvkTRzms3qQ

100
I think this is what you're asking about, Richard.  (Remember that you can only edit application preferences when you do not have an APP open.)


101

I suppose the abbreviated question could be "Why can the embedded code not apen automatically on edit?"
or
"Why does the CLW always open?"

regards
Richard

Hi, Richard,

The magic "I want to open the app on errors" settings do work.  Usually.  Mostly.  Except...

Try the attached example.
As it is, it will throw an error and open in generated source, not in the app.

Now fix that error and create a different one:

1. In the embed code, add the missing END for the CASE statement (to fix the existing error)
2. change one of the variables to LOC:A (which is not defined).

Now attempt to compile, and the error will open in the app, not in the source.

Apparently trying to open in the app just can't figure out where to go when there's a bolloxed END....

Cheers,

Jane

103
Looks nice, Jeff! 👍

104
Web Server - Ask For Help / Re: LDAP attribute pwdLastSet
« on: May 05, 2022, 12:04:20 PM »
BTW, Mike - I'd consider that edit a bug.

Unless Bruce agrees and fixes it, you'll need to re-edit netldap.clw each time you update NetTalk.

Sure you can query AD from a web app.  I've been doing it for several years with my own code and Bruce has incorporated LDAP functionality into Secwin 7.

As with any asynchronous request for data, your web server will have a (hidden) window acting as a web client to fetch the data.

jf

105
Web Server - Ask For Help / Re: LDAP attribute pwdLastSet
« on: May 04, 2022, 04:01:55 PM »
That was tricky... LOL...

Search in netldap.clw for the NetLDAP.ParseAttributes procedure

change the line from

  pAttributes.Filter('','Set')

to

  pAttributes.Filter('','Set of')

As written, it's filtering out the pwdlastSET attribute ;)

jf

Pages: 1 ... 5 6 [7] 8 9 ... 23