Questions tagged [chilkat]

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows.

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows. The company's homepage is located at Chilkat Software.

316 questions
0
votes
3 answers

(Node.js) Create Egypt ITIDA CAdES-BES Signature with Automatic JSON Canonicalization

I am using an example (Node.js Create Egypt ITIDA CAdES-BES Signature with Automatic JSON Canonicalization) but I always get this error ( 4043 4043:message-digest attribute value does not match calculated value[message-digest attribute value does…
Eslam
  • 1
  • 1
0
votes
1 answer

Why am I getting a SignatureDoesNotMatch error when object key contains grave accent marks?

I have been trying to replicate backup files on S3 bucket and one of my machines, which belongs to french culture, and the images it generated contains grave-accent marks in the file names for eg: Backup/Récupération12_VOL-b003.sp1. I have been…
Izaq110
  • 11
  • 1
0
votes
1 answer

Integrat @chilkat/ck-electron16-win-ia32 in electron project

Actualy I try to intgrat but I face to this exception my node version is 16.3.2 32bit C:\Users\PC\Desktop\electron_project_X32\node_modules\express\lib\application.js:630 Error: Loading non-context-aware native module in renderer:…
0
votes
1 answer

Chilkat VB.net Google Drive 404 using shared folderID

Trying to get this working on shared Google Drive, I was able to get a 200 response initially but the folder was never written anywhere I could find. So I added the parent and now I am getting 404 error. { "error": { "errors": [ { …
Camrat
  • 33
  • 7
0
votes
0 answers

Unable to download when source file size is zero byte

I am using chilkat x64 9.5.0.89 version in my C# application for dowloading file from SFTP through "downloadbyfilename" option. I have requirement to download a file with zero byte. When we try to download we get error in this version as shown…
0
votes
1 answer

How to increase size of Http Get Request's Response in Chilkat http

I am using Chilkat Http tp get response from a URL. But whenever the response is too large, it either gives "null" Response or it gives only partial Page Source. I have gone through Chilkat documentation, but didn't get help. Is there some way to…
sumit_batcoder
  • 3,369
  • 1
  • 25
  • 36
0
votes
2 answers

Cannot run Go example applications with Chilkat v9.5.0.88 on Windows

I am trying to update my windows application that uses Chilkat v9.5.0.80 to the latest version v9.5.0.88 I am trying to compile and execute the example1 application. Go version is 1.17 I followed the how-to and managed to compile chilkat.a library I…
Genesio
  • 171
  • 2
  • 13
0
votes
1 answer

convert x509 ECDSA .pem cert and key to pkcs12

Is it possible to do the same as openssl does with chilkat as below: I have tried few methods with chilkat but when I try to use it for signing a PDF file it fails. However if I do convert it with openssl as below it passes *** ECDSA # Generate…
newb001
  • 1
  • 1
0
votes
1 answer

Deleting mails from IMAP Server

How do i delete mails from IMAP Server. I am using chilkat Chilkat.EmailBundle bundle = imapClient.FetchHeaders(mset); There is a method in bundle but it does not delete the mail from Server. Regards Sanchaita
0
votes
1 answer

Chilkat - DownloadBd - SSL on port 80 is probably incorrect

I use: https://www.chilkatsoft.com/refdoc/goLang_Http_Ref.html#method14 but I get this error: ChilkatLog: DownloadBd: DllDate: Jun 25 2020 ChilkatVersion: 9.5.0.83 UnlockPrefix: ********* Architecture: Little Endian; 32-bit …
Michał Lipok
  • 365
  • 6
  • 24
0
votes
0 answers

Calling Web APIs from VB.NET Desktop application

Following Nordigen's Quickstart details here https://nordigen.com/en/account_information_documenation/integration/quickstart_guide/ where my VB.NET desktop calls the Nordigen API, to let my customers choose their account then login so I can retrieve…
Doug
  • 13
  • 3
0
votes
1 answer

Chilkat Upload BeginUpdate fails with "Failed to read TLS record (2)" when using Ssl = true

My hoster updated something about my server, I guess the php version, and since then, my php upload script no longer works with Chilkat.Upload. Dim _Chil As New Chilkat.Upload _Chil.Ssl = True _Chil.Hostname = "www.example.com" …
tmighty
  • 10,734
  • 21
  • 104
  • 218
0
votes
1 answer

How do I debug move_uploaded_file from .NET?

Update: I have updated Chilkat. The latest version gives out more debug info, and its behaviour is different: It does not hang anymore at UploadInProgress. However, the problem still persists in the new version. I have therefore posted another…
tmighty
  • 10,734
  • 21
  • 104
  • 218
0
votes
2 answers

Error when trying to send mail over smtp with Office 365 account

An application, which obviously uses Chilkat plugin, does not correctly send E-mails anymore using an Office 365 account. After a migration from on-premise exchange to Microsoft 365, the account and server settings were changed at end of March this…
hacori
  • 1
  • 1
  • 3
0
votes
1 answer

Upload file to Google Drive from web file chooser using chilkat

I am developing a web application in Xojo and I use the Chilkat plugin to manage the Google Drive cloud but I am a bit lost with uploading files to the Google cloud with this plugin. In my web application I have added a file selector (to select an…
Wardiam
  • 127
  • 7