[SOLVED] Error uploading file version wapt 2.5

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
lfimd
Messages: 8
Registration: Nov 06, 2023 - 09:33

January 19, 2024 - 09:27

Good morning,

I just installed the WAPT 2.5 server. When creating a package via PYSCRIPTER, during the upload process, I'm asked for multiple authentications, whereas normally I only need two. Following this, I get an error message:

Code: Select all

*** Remote Interpreter Reinitialized ***
Command Line : --use-gui -i build-upload "C:\waptdev\lfi-filius-1.7.4_0.0.0_Windows_PROD-wapt\WAPT\.."
Using config file: C:\Users\support\AppData\Local\waptconsole\waptconsole.ini
2024-01-19 15:17:12,440 WARNING Host client certificate C:\Program Files (x86)\wapt\private\4c4c4544-0038-3610-804e-c8c04f365133.crt is self signed or not with client_auth capability, not using it for auth on global
Building packages 1 packages
Personal certificate is lfiduras
Private key is <SSLPrivateKey 'C:\\Users\\support\\private\\wapt.pem'>
Personal certificate is SSLCertificate cn=lfiduras
Private key is <SSLPrivateKey 'C:\\Users\\support\\private\\wapt.pem'>
Building  C:\waptdev\lfi-filius-1.7.4_0.0.0_Windows_PROD-wapt
Signing C:\waptdev\lfi-filius-1.7.4_0.0.0_Windows_PROD-wapt with key <SSLPrivateKey 'C:\\Users\\support\\private\\wapt.pem'> and certificate lfiduras (C:\Users\support\private\wapt.crt)
Package C:\waptdev\lfi-filius-1.7.4_0.0.0_Windows_PROD-wapt signed : signature : OHP+3/W8Dd...Kfxlwq/Q=
...done building. Package filename C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt
1 packages successfully built
0 packages failed 
Building and uploading packages to https://10.0.11.28
Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 2097152 / 6915732

Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 4194304 / 6915732

Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 6291456 / 6915732

Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 6915732 / 6915732

Done Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt
Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 2097152 / 6915732

Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 4194304 / 6915732

Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 6291456 / 6915732

Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 6915732 / 6915732

Done Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt
Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 2097152 / 6915732

Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 4194304 / 6915732

Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 6291456 / 6915732

Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt: 6915732 / 6915732

Done Uploading C:\waptdev\lfi-filius-1.7.4_0.0.0-4_windows_PROD.wapt
FATAL ERROR : EWaptBadServerAuthentication: Authentication failed on server https://10.0.11.28 for action api/v3/upload_packages
Exit code:  3
>>> 

Do you have any idea what the problem is?

Thank you in advance.

Sincerely,
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

January 19, 2024 - 12:35

Hello,

we're going to remove the `build-upload` option from PyScripter and VS Code.

The new method is now to use the WAPT console to upload packages
(Private Repository -> Import a package -> Build and import a package into the repository)

or to use wapt-get.exe.
Locked