jPOS
jPOS copied to clipboard
jPOS Project
https://github.com/jpos/jPOS/blob/main/doc/src/asciidoc/ch05/ssl_channels.adoc Should additional configuration that the socket factory can have be documented? https://github.com/jpos/jPOS/blob/main/jpos/src/main/java/org/jpos/iso/GenericSSLSocketFactory.java#L350-L360
In JPOS 2, the channel name format is `{IP:port}`, but in JPOS 3, it changes to `{LocalPort} {IP:Port}` (with a space between them). However, QServer splits the channel name based...
JPMS-export built-in channels that are not exported in the 3.0 release. I can't seem to find the reason of the exclusions of channels, but if I missed anything please close...
This is equivalente to the `master` fix https://github.com/jpos/jPOS/pull/624 but for the `next` branch