open-telemetry/opentelemetry-java

OkHttpHttpSender should support COMPATIBLE_TLS connectionSpec

開放

#7,573 建立於 2025年8月15日

 (12 則留言) (0 個反應) (0 位負責人)Java (1,005 個分叉)auto 404
Feature Requesthelp wanted

倉庫指標

星標
 (2,433 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Is your feature request related to a problem? Please describe. The OkHttp based exporter can only export to https:// endpoints that meet the requirements of the OkHttp MODERN_TLS ConnectionSpec.

Describe the solution you'd like the OkHttpHttpSender should support the COMPATIBLE_TLS ConnectionSpec (possibly via a config switch)

Describe alternatives you've considered A custom ExporterSender, but hits on #6718

Additional context Certain WebSphere 8.x systems (java 1.8) running on AIX platforms (for example) cannot export to https:// endpoints. The J9 1.8 JVMs cannot satisfy the requirements of OkHttp MODERN_TLS and there is no available otel-collector for AIX to handle a http://localhost type setup.

貢獻者指南