Added support to connect to Mapepire Server#3236
Conversation
Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
|
👋 A new build is available for this PR based on b2a4bf8. |
Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
|
Hi @sebjulliand , |
|
@buzzia2001 I guess we're in agreement then; this is exactly the point of this PR: to connect to a Mapepire Server already running on the partition 😅 |
buzzia2001
left a comment
There was a problem hiding this comment.
It's great, even though saying “HTTPS” might be misleading, at least it was for me. I don't know...
Let's just say that if you already have the service running, you avoid having to upload files to individual home directories, and in terms of performance, you skip the JVM startup time, so that's a big deal.
Co-authored-by: Andrea Buzzi <155985472+buzzia2001@users.noreply.github.com>
Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
|
@buzzia2001 How about now? |
buzzia2001
left a comment
There was a problem hiding this comment.
@sebjulliand nice job, faster and faster
|
Much obliged @buzzia2001 🙏🏻 |

Changes
This PR adds support for connecting to a Mapepire Server running on the remote IBM i instead of running it in single mode through SSH.
Three new settings have been added to the connection settings:

Connect to remote Mapepire server: switch to connecting to Mapepire over HTTPSAllow all certificates: allows to connect using a self-signed certificateRemote Mapepire Server port: set the port to connect to. Defaults to8076.Enabling
Connect to remote Mapepire serverwill connect Code for i to Mapepire using an HTTPS connection and skip uploading Mapepire's jar file.How to test this PR
Connect to Mapepire over HTTPS(andAllow all certificates)Checklist