You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got burned recently because of a bug in older implementation that didn’t sent all the certs with the handshake (since the intermediate C.A. wasn’t in the trust anchor on some systems).
Looking at the code, I couldn’t figure it out but when I stepped through I realized it wasn’t the same code as on master. Looking further on search.maven.org, I found that the wildfly-openssl was 1.0.4Final vs 1.0.6Final for everything else like wildfly-openssl-java and all the os-specific artifacts.
If the all-in-one solution has been abandoned, please remove it from the documentation; if not then please push it to maven and fix the release process to include it.
The text was updated successfully, but these errors were encountered:
We probably should just change combined to be linux, mac and windows. The issue I had with the 1.0.6 release was that I no longer had access to the solaris box I had been using for the solaris builds.
I got burned recently because of a bug in older implementation that didn’t sent all the certs with the handshake (since the intermediate C.A. wasn’t in the trust anchor on some systems).
Looking at the code, I couldn’t figure it out but when I stepped through I realized it wasn’t the same code as on master. Looking further on search.maven.org, I found that the wildfly-openssl was 1.0.4Final vs 1.0.6Final for everything else like wildfly-openssl-java and all the os-specific artifacts.
If the all-in-one solution has been abandoned, please remove it from the documentation; if not then please push it to maven and fix the release process to include it.
The text was updated successfully, but these errors were encountered: