- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 08:31 AM
javax.net.ssl.SSLProtocolException: The size of the handshake message (41554) exceeds the maximum allowed size (32768): The size of the handshake message (41554) exceeds the maximum allowed size (32768)
When I'm performing a handshake with an API using a valid certificate, I get this servicenow error, I need to increase the handshake size to 50000, I can't find the property that allows me to make this change, reading solutions on the internet I saw this one:
static{ System.setProperty("jdk.tls.maxHandshakeMessageSize", "50000"); } public static void main(String[] args) { SpringApplication.run(RestwrapperApplication.class, args); }
How can I apply this configuration to my action that is receiving this error?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 11:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 01:35 PM
I'm waiting for that answer too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 11:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 12:05 PM
Hi, Robert
I don't have access to this KB, Can you share?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 01:26 PM
I've changed the access requirements. Please try again.