![]() |
|
Intraweb VErsion - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Intraweb VErsion (/thread-2206.html) Pages:
1
2
|
Intraweb VErsion - bhainak - 12-22-2020 Hello i am buying the ultimate version of Intraweb to have Htpps possibiliy with Intraweb Do you know where i can find the verision of Intraweb , i am with Intraweb 15.2.21. in my program , the form is in cmsecure, and in the controler ssl options are OK, but when i launch the program there is an error in chrome that the form is not in secure mode I don't know why? thank you Bruno RE: Intraweb VErsion - kudzu - 12-22-2020 1) How are you launching the program? 2) What does the URL look like in the browser when you get this error? Does it start with http:// or https:// ? RE: Intraweb VErsion - bhainak - 12-22-2020 i am in HTTP and not with https it is the problème.... i don't no why because , int he form im am in secure mode "cmsecure" and in the controle all the variable ofr the SSL Session are OK error is : Error details: Exception message : Secure mode is required for this form. Depending on the error condition, it might be possible to restart the application. Exception class : EIWException Exception address : 00668B2D Exception Time : 2020-12-22 21:57:53.038 the project is a stand alone program in the piece , the error RE: Intraweb VErsion - kudzu - 12-22-2020 Its doing as you ask. cmSecure says the page can only be accessed securely, ie https:// cmSecure is a PAGE level setting, not an application level setting. I ask again, how are you launching the application? Have you tried changing the URL you are using to https:// instead of http:// ? Is your intent for the entire application to be https and not just a single page? RE: Intraweb VErsion - cpstevenc - 12-23-2020 Not 100% sure what you are attempting. So I'll go with some assumptions. You are using SA ( stand alone ) compile of the IW app. You want the app to be HTTPS / SSL every where. If so then this. 1) Leave ConnectionMode on the form(s) as cmAny 2) Make sure under sever controller module, that SSLOptions.NonSSLRequest := nsRedirect; This will make sure HTTP://127.0.0.1:8080 will redirect the browser to HTTPS://127.0.0.1:8080 RE: Intraweb VErsion - bhainak - 12-23-2020 Hello Kudzu and cpstevenc, yes it's like cpstevenc says, it's a standalone program, I'll test your solution I'll tell you if it works. thank you so much RE: Intraweb VErsion - kudzu - 12-23-2020 As cpstevenc says, set the redirect as this will help in final deployment as well. But you can also set "Use SSL" on the settings menu of the SA app. If you set the redirect option, you wont need this though. RE: Intraweb VErsion - bhainak - 12-23-2020 ok I have an Intraweb License issue, as soon as the problem is resolved I try your solutions. Thank you RE: Intraweb VErsion - kudzu - 12-23-2020 Please use the old license as it was registering ok and your issue was not in fact with the license. The old license is valid and you don't need the new one. RE: Intraweb VErsion - bhainak - 01-04-2021 201 / 5000 Résultats de traduction hello and thank you for your advice, the application works in Https mode, I just have one problem, how to reset the session when you launch the pass so as not to get an error message thank's |