V
unnest
, либо FROM (SELECT * FROM "chats" WHERE id in (<ids_list>)) AS "c0"
. Либо дело в синтаксисе, может нужно использовать не = ANY(ARRAY...)
, а именно in
Size: a a a
V
unnest
, либо FROM (SELECT * FROM "chats" WHERE id in (<ids_list>)) AS "c0"
. Либо дело в синтаксисе, может нужно использовать не = ANY(ARRAY...)
, а именно in
PG
NM
unnest
, либо FROM (SELECT * FROM "chats" WHERE id in (<ids_list>)) AS "c0"
. Либо дело в синтаксисе, может нужно использовать не = ANY(ARRAY...)
, а именно in
АЮ
АЮ
PG
АЮ
LL
DC
AN
:os.cmd('openssl pkcs12 -in [yourfile.pfx] -nocerts -out [drlive.key] && openssl pkcs12 -in [yourfile.pfx] -clcerts -nokeys -out [drlive.crt] && openssl rsa -in [drlive.key] -out [drlive-decrypted.key]')
DC
AN
((
╨╢╨╡╨╗╨╡╨╖╨╜╨╛╨┤╨╛╤А╨╛╨╢╨╜╨╛╨╡
?AM
IK
LL
DC
cert.pfx
и парольopenssl pkcs12 -in cert.pfx -clcerts -nokeys -out certificate.crt - достаю сертификат
openssl pkcs12 -in cert.pfx -nocerts -out key-encrypted.key - достаю ключ
(В PEM pass phrase
использую задаю тот же пароль, что и от .pfx
)hackney
, где opts[
hackney: [
ssl_options: [
versions: [:"tlsv1.2"],
certfile: "./priv/cert/certificate.crt",
keyfile: "./priv/cert/key-encrypted.key",
password: 'password'
]
],
timeout: 20000,
recv_timeout: 20000
]
:handshake_failure
- 'TLS client: In state hello received SERVER ALERT: Fatal - Handshake Failure'
PT
((
AP
cert.pfx
и парольopenssl pkcs12 -in cert.pfx -clcerts -nokeys -out certificate.crt - достаю сертификат
openssl pkcs12 -in cert.pfx -nocerts -out key-encrypted.key - достаю ключ
(В PEM pass phrase
использую задаю тот же пароль, что и от .pfx
)hackney
, где opts[
hackney: [
ssl_options: [
versions: [:"tlsv1.2"],
certfile: "./priv/cert/certificate.crt",
keyfile: "./priv/cert/key-encrypted.key",
password: 'password'
]
],
timeout: 20000,
recv_timeout: 20000
]
:handshake_failure
- 'TLS client: In state hello received SERVER ALERT: Fatal - Handshake Failure'
openssl s_client ...
можешь подключиться с этой парой ключ/серт?