mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 09:35:55 +03:00
[GH-ISSUE #1423] SSLV3_ALERT_CERTIFICATE_UNKNOWN #1415
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1415
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carppond on GitHub (Nov 2, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1423
Originally assigned to: @NghiaTranUIT on GitHub.
handshakeFailed(NIOSSL.BoringSSLError.sslError([Error: 268436502 error:10000416:SSL routines:OPENSSL_internal:SSLV3_ALERT_CERTIFICATE_UNKNOWN at /Users/nghiatran/Library/Developer/Xcode/DerivedData/NSProxy-chrjhjrygpkcrggquryyaaqcgvhz/SourcePackages/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:594]))
我在抓包的过程中遇到了这个问题,其中链接的相关 header 如下。在 charles 并没有这个问题
content-type: application/x-thrift
accept: application/x-thrift
@NghiaTranUIT commented on GitHub (Nov 3, 2022):
Can you elaborate where the source of the request? For example, it's from the iOS, Android app (Native, Flutter, or React Native), Web Browser, or Server?
I'd like to investigate.
@efa2d19 commented on GitHub (Nov 3, 2022):
Faced same stuff recently in RN app on android.
Recreated and reinstalled certificate and then run
adb rebootand everything was fixedupd: More useful info: it happened in Android Studio emulator (resizable; API 33), user certificates was allowed to be used in the manifest
Proxyman 3.12.0
MacBookAir10,1 Z1240004
MacOS 13.0 (22A380)
@zh-d-d commented on GitHub (Nov 15, 2022):
when I use Proxyman watch MacOS application also faced the problem.
Proxyman Version 3.13.0
MacOS Apple M1 Pro
@NghiaTranUIT commented on GitHub (Nov 15, 2022):
@zh-d-d if you have installed & trusted the certificate on your Mac, it means Proxyman is ready to intercept HTTPS traffic from other MacOS app.
If you get SSL Error, it means this app might has SSL Pinning which prevents Proxyman to internet.
If you don't mind, what macOS you're using?
@NghiaTranUIT commented on GitHub (Nov 15, 2022):
There are many reasons, each reason needs a particular solution to fix it. You guys can checkout the troubleshooting: https://docs.proxyman.io/troubleshooting/get-ssl-error-from-https-request-and-response
If it doesn't cover your case, please let me know some information:
@zh-d-d commented on GitHub (Nov 24, 2022):
thanks for your replay
app name : dbschema
System OS : macOS Monterey
@NghiaTranUIT commented on GitHub (Nov 24, 2022):
@zh-d-d React Native requires extra configs to make it works. Have you followed this setup guide: https://docs.proxyman.io/debug-devices/react-native ?
@zh-d-d commented on GitHub (Nov 24, 2022):
sorry , I have update information .
dbschema it's a macOS pc app, not mobile
@zhumanrakhat commented on GitHub (Nov 24, 2022):
Hi, also got this error in postman app
Error: write EPROTO 50005512:error:10000416:SSL routines:OPENSSL_internal:SSLV3_ALERT_CERTIFICATE_UNKNOWN:../../../../src/third_party/boringssl/src/ssl/tls_record.cc:594:SSL alert number 46
@burakkarakus commented on GitHub (Jan 3, 2023):
Any updates on this bug? I have the same error: handshakeFailed(NIOSSL.BoringSSLError.sslError([Error: 268436502 error:10000416:SSL routines:OPENSSL_internal:SSLV3_ALERT_CERTIFICATE_UNKNOWN at /Users/nghiatran/Library/Developer/Xcode/DerivedData/NSProxy-chrjhjrygpkcrggquryyaaqcgvhz/SourcePackages/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:594]))
It works for many websites but not working for the one I need :)
@NghiaTranUIT commented on GitHub (Jan 3, 2023):
Can you share some information about your endpoint @burakkarakus ?
@burakkarakus commented on GitHub (Jan 4, 2023):
Hello NghiaTranUIT, after you asked I realized that our mobile app has SSL Pinning, so nothing wrong with your software seemingly. Probably that SSLV3 alert is because of that. Thanks for your quick response btw.