Replies: 1 comment
-
|
This is can be a Windows-specific OpenSSL issue — on Windows, AIS-catcher can't find a CA certificate store, so every HTTPS cert fails verification. Your setup is fine. Fix: Download this file: setx SSL_CERT_FILE "C:\AIS\cacert.pem" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
so i am trying to run the exe with my account info to uplaod the data via http
first i run a command line on the exed folder but i got this message
ais-catcher.exe -H https://api.mastchain.io/api/upload USERPWD shewolffan@hotmail.com:Jsdva/JvEV8HBhQyi9LhRWAHbetNULMqHsPMFZgAGTI= INTERVAL 60 αλλα βγαζει αυτο ais-catcher.exe : The term 'ais-catcher.exe' is not recognized as the name of a cmdlet, function, script file, or opera ble program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + ais-catcher.exe -H https://api.mastchain.io/api/upload USERPWD shewo ... + ~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (ais-catcher.exe:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
i add .\ to the command and it seems it runs smoothly but i get this error after 60 or os seconds
TLS (api.mastchain.io:443): Handshake failed: SSL protocol error
TLS (api.mastchain.io:443): SSL Error details: error:0A000086:SSL routines::certificate verify failed
HTTP Client [api.mastchain.io]: read failed
HTTP Client [https://api.mastchain.io/api/upload]: return code -4
my specs are win11- blogv4 and eveyrhting with latets updates runtime etc
i also disabel any antivirus and vpn (surfshark) but there is no differnce.
local host view is working fine
is there anything else i can do?
Beta Was this translation helpful? Give feedback.
All reactions