andrea nieddu
andrea nieddu
sorry, i mean the opposite, i don't want to ignore
i just need to trust my private CA, i dont have key to generare a cert, is it possibile ?
@jtblin thanks for your reply, i added our private CA in my macOS Keychain but yet doesnt work, could you suggest some debug? thanks
1. this is the import in my source: _ "github.com/godror/godror" 2. I created volume in this way: ops volume create oracle -d /opt/oracle/instantclient_21_5 2022/01/30 20:01:31 volume: oracle created with UUID...
to give you a parallel with what I do with container, I attach a volume to keep image slim (oracle client weight is around 256Mb), 1- of course, i compile...
root@3621002adc2a:/go/src/cmd/web# ldd cmd/web/app linux-vdso.so.1 (0x00007ffe33dde000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fb43c276000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fb43c255000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fb43c094000) /lib64/ld-linux-x86-64.so.2 (0x00007fb43c281000) I expected that libc is what ops command build around elf...
yeah, I will and ill let you know
> Did you resolve this problem? thanks to ask, but it's passed so long and I can't try again
i have this definition: type RecoverPasswordRequest struct { Username string `json:"username" validate:"excluded_with=FiscalCode"` FiscalCode string `json:"fiscal_code" validate:"excluded_with=Username"` } with this request: { "pippo": "[email protected]", "pluto": "RWMSSO77M52H829L" } i have no error...