1) Give a description of the problem
I am sending a web request to a Discord Webhook and getting the following error message:
Error executing external web request: javax.net.ssl.SSLException: java.security.ProviderException: java.security.InvalidKeyException: EC parameters error
2) What is the expected behaviour?
I am currently just testing to see if the webhook will work at all. So right now I"m just trying to get something to be posted to the discord channel.
3) What is happening/not happening?
Getting this error message:
Error executing external web request: javax.net.ssl.SSLException: java.security.ProviderException: java.security.InvalidKeyException: EC parameters error
**4) Post a Green Snapshot of the piston!
5) Attach logs after turning logging level to Full
|+1ms|╔Received event [Kitchen].switch = on with a delay of 82ms|
|—|---|
|+97ms|║RunTime Analysis CS > 16ms > PS > 71ms > PE > 10ms > CE|
|+100ms|║Runtime (37831 bytes) successfully initialized in 71ms (v0.3.110.20191009) (97ms)|
|+101ms|║╔Execution stage started|
|+108ms|║║Comparison (enum) on changes_to (string) on = true (0ms)|
|+110ms|║║Cancelling condition #2’s schedules…|
|+111ms|║║Condition #2 evaluated true (6ms)|
|+112ms|║║Cancelling condition #1’s schedules…|
|+113ms|║║Condition group #1 evaluated true (state changed) (8ms)|
|+115ms|║║Cancelling statement #3’s schedules…|
|+129ms|║║Sending external web request to: discordapp.com/api/webhooks/REDACTED|
|+146ms|║║Error executing external web request: javax.net.ssl.SSLException: java.security.ProviderException: java.security.InvalidKeyException: EC parameters error|
|+147ms|║║Executed virtual command httpRequest (25ms)|
|+150ms|║╚Execution stage complete. (50ms)|
|+151ms|╚Event processed successfully (151ms)|