I am using BEST.HTTP in my project. I am getting this error while building the game.
Assets\HomePage\Scripts\OPTHomePageScripts\PrivateTableHandler.cs(7,17): error CS0234: The type or namespace name ‘SecureProtocol’ does not exist in the namespace ‘Best.HTTP’ (are you missing an assembly reference?)
Is there any solution for it?
what code is causing the issue?
using Best.HTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp;
Which version of best.http and unity are you using as Im on the latest (having never downloaded it befor) and unity 6 and it is working ok here
Maybe you are? If you use Assembly Definitions you may have to add (more) of the BEST assemblies to your own assembly definition.
Out of interest, whats your target platform? are you sure what you’re doing supports that platform…
Unity v2023.2.17f1
Best HTTP v3.0.11
Platforms - Best HTTP/2 Documentation (besthttp-documentation.readthedocs.io) says it doesnt support server cert verification and id expect that would include this…