| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
Yesterday, 04:40 AM
» Replies: 4
» Views: 613
|
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 63
|
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 70,329
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
06-04-2026, 09:14 AM
» Replies: 3
» Views: 470
|
Access Violation When Val...
Forum: IntraWeb General Discussion
Last Post: Alexandre Machado
06-03-2026, 08:47 AM
» Replies: 2
» Views: 516
|
Bootstrap5
Forum: IntraWeb General Discussion
Last Post: geraldtatum
06-02-2026, 06:24 AM
» Replies: 1
» Views: 411
|
weakpackageunit contains ...
Forum: IntraWeb General Discussion
Last Post: rlebeau
05-26-2026, 04:56 PM
» Replies: 4
» Views: 524
|
Custom 404 handler
Forum: IntraWeb General Discussion
Last Post: CfawesDwale
05-21-2026, 08:02 AM
» Replies: 0
» Views: 253
|
PopUp Menu
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 04:35 AM
» Replies: 4
» Views: 8,201
|
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
05-13-2026, 03:32 AM
» Replies: 3
» Views: 4,120
|
|
|
| SSL and intermediate certificates |
|
Posted by: wesvanjr - 05-17-2018, 07:49 PM - Forum: Indy
- No Replies
|
 |
I am using IntraWeb v.14.2.7 and am trying to make things work with an SSL certificate. I purchased a valid certificate with DigiCert and have installed it successfully. When I launch the web site from FireFox or IE it complains that my certificate is not valid. Upon further research I determined that the SSL chain is breaking when trying to locate the intermediate SSL certificate. There must be something in Indy that addresses this issue. DigiCert support explained that they could not help me because it is the web server that should respond to the intermediate certificate request. They did verify that the proper certificate and intermediate certificate were installed on the windows server correctly. Can you please give me some information on how to go about correcting this issue?
|
|
|
| Soap Service with clientside Certificate |
|
Posted by: etwoss - 05-16-2018, 06:12 AM - Forum: Indy
- Replies (3)
|
 |
Hi
I need a way to talk to a webservice which uses clientside certification.
I tried HTTPRio but somehow i don't get it working
The request i need to send it quit simple:
Code: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:txa="http://txauth.ws.tunix.nl/">
<soapenv:Header/>
<soapenv:Body>
<txa:doAuthenticate>
<principal>E. ten Westenend</principal><telephoneNumber>0031629061745</telephoneNumber>
</txa:doAuthenticate>
</soapenv:Body>
</soapenv:Envelope>
i Can get the Certificate info from the Store using CAPICOM so thats not the problem
I tried to use NetHTTPRequest/NetHTTPCLient but the "OnNeedClientCertificate" is not called and i get an "Empty certificate list" error .
Any help is appreciated
Eric
|
|
|
IntraWeb14 C-Builder |
|
Posted by: KDU - 05-15-2018, 02:57 PM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
Hello,
I'm trying to get IntraWeb running in c++. Everything is wonderful in delphi, but not in C-Builder.
The generated code from the Wizzard can no be compiled. I get the following errors:
In Project1.c
include <vcl.h>
#pragma hdrstop
USEFORM("Unit1.cpp", IWForm1); /* TIWAppForm: File Type */
USEFORM("ServerController.cpp", IWServerController); /* TIWServerControllerBase: File Type */
USEFORM("UserSessionUnit.cpp", IWUserSession); /* TIWUserSessionBase: File Type */
//---------------------------------------------------------------------------
#include <IWRtlFix.hpp>
#include <IWStart.hpp>
//---------------------------------------------------------------------------
#if _WIN64
int WINAPI _tWinMain (HINSTANCE, HINSTANCE, LPTSTR, int)
#elif __WIN32__
WINAPI WinMain (HINSTANCE, HINSTANCE, LPSTR, int)
#endif
{
try
{
TIWStart * p = new TIWStart (true);
p> Execute (true);
}
catch (exception & exception)
{
}
return 0;
}
// ------------------------------------
[bcc32 error] Project1.cpp (20): E2285 No match found for 'TIWStart :: TIWStart (bool)'
Full parser context
Project1.cpp (17): parsing: int __stdcall WinMain (HINSTANCE__ *, HINSTANCE__ *, char *, int)
Ok, I changed it to
TIWStart * p = new TIWStart ();
works, but the I get the next Error:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "UserSessionUnit.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
//---------------------------------------------------------------------------
TIWUserSession* UserSession()
{
return (TIWUserSession*)WebApplication->Data;
}
//---------------------------------------------------------------------------
__fastcall TIWUserSession ::TIWUserSession (TComponent* Owner, TIWApplication* ASession)
: TIWUserSessionBase(Owner, ASession)
{
}
//---------------------------------------------------------------------------
[bcc32 error] UserSessionUnit.cpp (20): E2285 No match found for 'TIWUserSessionBase :: TIWUserSessionBase (TComponent *, TIWApplication *)'
Full parser context
UserSessionUnit.cpp (19): parsing: _fastcall TIWUserSession :: TIWUserSession (TComponent *, TIWApplication *)
Before I swapped the Intraweb Lib shipped by Embarcadero for the version 14 of Atozed Software, everything worked fine in the C-Builder.
The examples work in Delphi but not in the C-Builder. There are always the same errors. What is wrong.
I have no idea. I have already lost too much time searching for the error codes. I need help or even better an executable example in c++.
Thank you for your help
|
|
|
| OPC Client in IntraWEB |
|
Posted by: luis.j.gutierrez@inn2.cl - 05-13-2018, 04:30 PM - Forum: IntraWeb General Discussion
- Replies (5)
|
 |
I have a Windows application that communicates with an OPC server using DCOM / COM communication, all managed in a thread.
My question is, can I move that thread to Intraweb (14.2.7), to be managed by the Server Session (or a DataModule)? ... My idea to run the thread, read data from an OPC and share it among all the users that access certain page in the WEB Browser. Or it could be in conflict with the Intraweb Environment?
Thanks in advance for your help ... Regards
Lg
|
|
|
| indy 10.5457 delphi 5 ftp problems |
|
Posted by: richspi - 05-13-2018, 04:01 AM - Forum: Indy
- Replies (1)
|
 |
getting av that has been described as a delphi 5 bug with array parameters. Code worked in 10.0.52.
Can supply simple program that fails if that will help
We needed to upgrade to 10.5412 to fix another issue but that broke ftp in a second program.
Upgraded to 5457 hoping for a fix, still broken.
Tried the stack frames optimization work around but still seeing problem.
In another forum rlebeau indicated that there is an ugly workaround.
May we please get access to the workaround otherwise we are forced to compile some programs with 10.0.52 and others with 10.5457 and, even more difficult, remember when to switch
Also had to comment out some getstring code to get Indy to install...there was conditional compile code but it still didn't compile, any fix for that?
Thanks for your help, we appreciate all that you do for Indy
rich
|
|
|
|