1
Web Server - Ask For Help / Re: Problem running from localhost
« Last post by Richard I on Today at 02:09:40 PM »Hi Jane,
Thanks for replying....
I see http://localhost/
but https://127.0.0.1/
and in nedtdemo using client 127.0.0.1
on connect the error message is
<a netwoprk communication error has occured.
Error= - 53 which means Open Timeout or failure error{winsock error = 10061:( WSAECONNREFUSED) Connection refused.No connection could be made because the target machine actively refused it.]
Error occured in functionm NetSimple.TakeEvent>
beyond me !
I await your responce with eager and hopeful anticipation
Cheers
Richard
Thanks for replying....
I see http://localhost/
but https://127.0.0.1/
and in nedtdemo using client 127.0.0.1
on connect the error message is
<a netwoprk communication error has occured.
Error= - 53 which means Open Timeout or failure error{winsock error = 10061:( WSAECONNREFUSED) Connection refused.No connection could be made because the target machine actively refused it.]
Error occured in functionm NetSimple.TakeEvent>
beyond me !
I await your responce with eager and hopeful anticipation
Cheers
Richard
2
Web Server - Ask For Help / Re: Problem running from localhost
« Last post by Jane on Today at 11:10:08 AM »As a guess, your browser has decided to connect with TLS.
If you copy the address from the browser address bar and paste it into notepad, to you see http:// or https:// ?
Also try compiling the netdemo program and use its web client to verify that you can connect to your app with http
If you copy the address from the browser address bar and paste it into notepad, to you see http:// or https:// ?
Also try compiling the netdemo program and use its web client to verify that you can connect to your app with http
3
Web Server - Ask For Help / Problem running from localhost
« Last post by Richard I on Today at 03:32:54 AM »Whats gone wrong?
I was tripping between C12 and C11.1 on the same PC when, following a successful compile and run, on opening the Browser using localhost:80 or 127.0.0.1:80 I get this error-
<localhost uses an unsupported protocol.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Unsupported protocol
The client and server don't support a common SSL protocol version or cipher suite.>
I have NO idea how to resolve this, so would appreciate help
thanks
NT 14.35
Richard
I was tripping between C12 and C11.1 on the same PC when, following a successful compile and run, on opening the Browser using localhost:80 or 127.0.0.1:80 I get this error-
<localhost uses an unsupported protocol.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Unsupported protocol
The client and server don't support a common SSL protocol version or cipher suite.>
I have NO idea how to resolve this, so would appreciate help
thanks
NT 14.35
Richard
4
Web Server - Ask For Help / Re: J Files Question
« Last post by rjolda on July 14, 2025, 05:56:16 AM »Thanks for pointing that out. I will give it a try.
Ron
Yes, I put the button on the Update form for the record and got that record in my Json file.
Thanks,
Ron
Ron
Yes, I put the button on the Update form for the record and got that record in my Json file.
Thanks,
Ron
5
Web Server - Ask For Help / Re: J Files Question
« Last post by Alberto on July 14, 2025, 04:44:06 AM »Hi, from the docs:
json.Start()
json.Save(CustomerTable,'.\customer.json','',json:Object)
You can use a Group, Queue, View or File as the structure holding the data being
A file record is a Group so I think you can get the record and ...
json.Save(Cus:record,'.\customer.json','',json:Object)
Regards
json.Start()
json.Save(CustomerTable,'.\customer.json','',json:Object)
You can use a Group, Queue, View or File as the structure holding the data being
A file record is a Group so I think you can get the record and ...
json.Save(Cus:record,'.\customer.json','',json:Object)
Regards
6
Web Server - Ask For Help / J Files Question
« Last post by rjolda on July 14, 2025, 02:11:51 AM »Hi,
I am just starting to play with J Files. J files 3 and CLarion 11.0 ABC.
I have a master table which is a collection of initialization records for each of my kiosks.
I want to be able to write the record for only ONE kiosk to a json object so that I can re--import it to a new computer in that kiosk.
I played with the basic:
json.Start()
json.Save(KioskTable,'.\Kiosk.json')
This make it effortless to place all the Kiosk records into the Json object.
HOWEVER, I want to pick and export ONE record.
How can I placr a filter so that only 1 Kioskrecord that I have chosen gets written to the Json object?
Thanks,
Ron
I am just starting to play with J Files. J files 3 and CLarion 11.0 ABC.
I have a master table which is a collection of initialization records for each of my kiosks.
I want to be able to write the record for only ONE kiosk to a json object so that I can re--import it to a new computer in that kiosk.
I played with the basic:
json.Start()
json.Save(KioskTable,'.\Kiosk.json')
This make it effortless to place all the Kiosk records into the Json object.
HOWEVER, I want to pick and export ONE record.
How can I placr a filter so that only 1 Kioskrecord that I have chosen gets written to the Json object?
Thanks,
Ron
7
Web Server - Share Knowledge / Re: reCAPTCHA v3 with NT
« Last post by ntnewbies on July 03, 2025, 09:54:23 PM »thank you very much for sharing.
regards,
Jason
regards,
Jason
8
Web Server - Ask For Help / Re: NET ERROR: Attempt to Redirect from HTTP to HTTPS - correct the URL [http://sesi
« Last post by Bruce on June 30, 2025, 11:08:26 PM » correct the URL [http://sesiro.cloudcover.insure/apiTotalPolicyRecalc] to [https://sesiro.cloudcover.insure/apiTotalPolicyRecalc]
9
Web Server - Ask For Help / Re: NET ERROR: Attempt to Redirect from HTTP to HTTPS - correct the URL [http://sesi
« Last post by Jane on June 30, 2025, 02:55:59 PM »I don't know, Mike.
I suppose you could either
1. specify https://
2. set OptionDontRedirectHTTPtoHTTPS to FALSE
But you do realize that Obi Wan is nagging you - and deliberately put that error onto line 1780 in NetWww.clw
There's code in the few lines preceding that where he decides how to deal with something that doesn't have http:// or https://
I suppose you could either
1. specify https://
2. set OptionDontRedirectHTTPtoHTTPS to FALSE
But you do realize that Obi Wan is nagging you - and deliberately put that error onto line 1780 in NetWww.clw

There's code in the few lines preceding that where he decides how to deal with something that doesn't have http:// or https://
10
Web Server - Ask For Help / Re: NET ERROR: Attempt to Redirect from HTTP to HTTPS - correct the URL [http://sesi
« Last post by MikeR on June 30, 2025, 12:48:25 AM »Thank You.
But How do I fix it I call "sesiro.cloudcover.insure" in my code (p_web.RequestHost) do I have to explicitly call "https://" in front to fix it.
But How do I fix it I call "sesiro.cloudcover.insure" in my code (p_web.RequestHost) do I have to explicitly call "https://" in front to fix it.