11
Web Server - Ask For Help / Re: Nettalk, LetsEncrypt and wildcard certificates
« Last post by Bruce on August 26, 2026, 02:31:17 AM »Hi Paul,
I believe so, although it's not a road I've gone down myself yet.
It is limited to DNS-Challenge though. You can't get one with HTTP challenge.
I'm not sure the use-case with NetTalk is clear though. So perhaps you want to tell us more about your setup, and we can dig into that a bit deeper.
Cheers
Bruce
I believe so, although it's not a road I've gone down myself yet.
It is limited to DNS-Challenge though. You can't get one with HTTP challenge.
I'm not sure the use-case with NetTalk is clear though. So perhaps you want to tell us more about your setup, and we can dig into that a bit deeper.
Cheers
Bruce
12
Web Server - Ask For Help / Nettalk, LetsEncrypt and wildcard certificates
« Last post by PaulMacFarlane on August 25, 2026, 11:45:30 PM »Is it possible to retrieve a wildcard via LetsEncrypt using Nettalk?
13
Web Server - Ask For Help / Re: DNSimple DNS method for Lets encrypt fails.
« Last post by PaulMacFarlane on August 25, 2026, 11:42:51 PM »Who is you DNS provider?
I have a client using Godaddy and the DNS challenge method is now broken. The challenge record cannot be posted using v1 API anymore. You have to use the v3 and it requires an interactive login.
So, the option is to go to move DNS to CloudFlare or some other provider that allows the DNS challenge.
I have a client using Godaddy and the DNS challenge method is now broken. The challenge record cannot be posted using v1 API anymore. You have to use the v3 and it requires an interactive login.
So, the option is to go to move DNS to CloudFlare or some other provider that allows the DNS challenge.
14
Web Server - Ask For Help / Re: netwebclient : IPv6 addresses and port
« Last post by AtoB on August 25, 2026, 04:10:10 AM »Hi Bruce,
thanks a million
(great products and even better support!)
thanks a million
(great products and even better support!)
15
Web Server - Ask For Help / Re: Webserver: "cleanup code sequence" does this sequence matter?
« Last post by Bruce on August 22, 2026, 07:37:12 PM »Hi Ton,
The first one is more correct.
The second form won't save the session state.
I've tweaked the template for the next release.
Cheers
Bruce
The first one is more correct.
The second form won't save the session state.
I've tweaked the template for the next release.
Cheers
Bruce
16
Web Server - Ask For Help / Re: netwebclient : IPv6 addresses and port
« Last post by Bruce on August 22, 2026, 07:34:45 PM »Hi Ton,
I've made a new StringTheory build (3.88) which should take care of this for you.
>> using [::1]:8090/yadayada
>> that is correct syntax. If you are adding a port you need to add [ ]
Cheers
Bruce
I've made a new StringTheory build (3.88) which should take care of this for you.
>> using [::1]:8090/yadayada
>> that is correct syntax. If you are adding a port you need to add [ ]
Cheers
Bruce
17
Web Server - Ask For Help / Re: In which Procedure and Embed can I put code that will only Run Once
« Last post by Johan de Klerk on August 20, 2026, 10:21:44 PM »Hi Ron,
Thanks for you reply.
Your suggestion has helped me sort out another problem in another part of the system I have been battling with.
Regards
Johan de Klerk
Thanks for you reply.
Your suggestion has helped me sort out another problem in another part of the system I have been battling with.
Regards
Johan de Klerk
18
Web Server - Ask For Help / Re: In which Procedure and Embed can I put code that will only Run Once
« Last post by Johan de Klerk on August 20, 2026, 10:19:29 PM »Hi Jane,
Your advice for SetHostValue and GetHostValue works perfect.
Thank you very much.
Regards
Johan de Klerk
Your advice for SetHostValue and GetHostValue works perfect.
Thank you very much.
Regards
Johan de Klerk
19
Web Server - Ask For Help / Re: In which Procedure and Embed can I put code that will only Run Once
« Last post by rjolda on August 20, 2026, 12:49:31 PM »Johan,
BTW, the procedures are STATELESS - that means that they do not stay open until closed. The NT code keeps cycling through the procedure and keeps track of the stage it was in when NT engine last went though it. So, the code keeps cycling through the form until the user closes it with some action. SO, watch the stage in a trace as your app runs and you will see it cycling through stages. There is even a check box on forms to write the stage to the trace.
Ron
BTW, the procedures are STATELESS - that means that they do not stay open until closed. The NT code keeps cycling through the procedure and keeps track of the stage it was in when NT engine last went though it. So, the code keeps cycling through the form until the user closes it with some action. SO, watch the stage in a trace as your app runs and you will see it cycling through stages. There is even a check box on forms to write the stage to the trace.
Ron
20
Web Server - Ask For Help / Re: In which Procedure and Embed can I put code that will only Run Once
« Last post by rjolda on August 20, 2026, 12:45:46 PM »Hi Johan,
Again, I ask the same question that Jane asked. What are you trying to do?
I am doing some file upload and manipulation and then save. The code runs several times but I only wanted it to run ONCE. So, I looked at the stage number for the stuff I wanted to do and found that it would run only ONCE if I limited it to a certain stage - there are equates for the stage numbers in a form. So, looking at the stage number when your code fires might help you limit it to only a certain stage.
Ron
Again, I ask the same question that Jane asked. What are you trying to do?
I am doing some file upload and manipulation and then save. The code runs several times but I only wanted it to run ONCE. So, I looked at the stage number for the stuff I wanted to do and found that it would run only ONCE if I limited it to a certain stage - there are equates for the stage numbers in a form. So, looking at the stage number when your code fires might help you limit it to only a certain stage.
Ron
Recent Posts