You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by "mretallack (via GitHub)" <gi...@apache.org> on 2023/10/31 13:04:50 UTC

[I] Hardcoded HTTPS used on uriHost causing SSL error [openwhisk-package-alarms]

mretallack opened a new issue, #240:
URL: https://github.com/apache/openwhisk-package-alarms/issues/240

   The Utils.js has a hardcoded https as the prefix for this.uriHost:
   
   https://github.com/apache/openwhisk-package-alarms/blob/63d0798761444a7257adcc87fdc8929d44946802/provider/lib/utils.js#L49
   
   This means that when using an internal routerHost within k8S, the trigger fails with a:
   
   `SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:\n","stack":"Error: write EPROTO 139863444719424:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org