Known issues in OpenEdge 12.2.15
- Last Updated: January 8, 2026
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Click here for the list of fixed issues.
The following table lists the release notes for this release:
| Component | Issue Number | Description |
|---|---|---|
| Lang | OCTA-58716 |
Java open client cannot connect to AppServer or a PASOE server using HTTPS if the application server is configured to use the default server certificate and the default certificate is not available in the certificate store of the open client application.This change is likely to impact Java Open Client applications in development environments and production applications that rely on the convenience of the default configuration. This change also affects TLS secured connections from OpenEdge Management to Adminserver, PDSOE to OEM, TLS secured connections from Progress Application Server to OE Auth Gateway, and TLS secured connections from AdminServer to PASOE. |
| Lang | OCTA-58716 |
.NET Open Client relies on the TLS implementation that is built into the .NET runtime for HTTPS connections to the OpenEdge application servers. The TLS implementation validation logic provided by .NET requires all certificates presented by a server be properly signed and the complete certificate chain for the the server certificate be available for validation. The ROOT certificate or the web server certificate must be installed into the ROOT certificate trust store for the platform..NET Open Client will not be able to connect to an AppServer or PASOE instance using HTTPS if the application server instance is configured to use the application server certificate that is configured by default for convenience. The default application server certificate must be replaced with a valid server certificate and the ROOT signing certificate must be installed onto the machine of the .NET Open Client application. A self-generated ROOT CA that is installed in the ROOT Certificate store may be used as long as the root’s private key is properly protected. In either case, the ROOT certificate must be installed into the ROOT certificate store. This change is likely to impact .NET open client applications in development environments and production applications if they rely on the convenience of the default configuration. |
| PASOE | OCTA-58729 | The OpenEdge 12.2.15 service pack includes Spring Security Framework 5.8.x, which replaces Spring Security Framework 5.3 shipped with earlier OpenEdge 12.2 versions which has been retired. This update has significant changes for the SAML protocol, which was not an official part of the 5.3 version. New instances that you create will have the correct configuration. |