Last Friday I wanted to do a OS upgrade for daemonforums. I could not because Hetzner, our hosting provider, put some anti-robot protection in place (simplified webpage):
Code:
Security Check
Checking that you are not a robot
This process is performed automatically. You will be redirected shortly.
Verifying...
Useful information
This process is fully GDPR-compliant and respects your privacy.
Heray is a security product powered by Hetzner
I did a tcpdump but could not find anything. With the chrome web developer tool I found that the page tried to load a WebAssembly thingy:
Code:
Uncaught ReferenceError: WebAssembly is not defined
Googling showed that on OpenBSD WebAssembly has been disabled ......
Nothing about this in the man page and also not in the pkg readme.
The following script starts chrome with WebAssembly enabled:
Code:
#!/bin/sh
# Run chrome with WebAssembly enabled .....
env ENABLE_WASM=1 chrome --enable-wasm &
With that I could login to my Hetzner cloud console, but then it was too late to do the planned system upgrade ,,,,,,,,,