You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followed README and able to deploy docker-compose based XMIDT server. For TLS support, generated self-signed certificate and copied a local image for talaria component with certificates. Parodus to talaria connection is established but while reading a single datamodel parameter getting 503 error from tr1d1um. Also for IPv6 connection, parodus to talaria connection itself is failing. Do we have any README or configuration details available to support TLS connection?
Parodus logs for Ipv6 connection 250106-08:12:53.447664 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: Connecting in Ipv6 mode 250106-08:12:53.447800 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:352 IPv6 address of 2001:242::250:56ff:fe94:64e is 2001:242::250:56ff:fe94:64e250106-08:12:53.447942 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:382 Create socket with non blocking-mode 250106-08:12:53.458582 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:263 Result of wait after connect EINPROGRESS = 0250106-08:12:53.578616 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:881 Enabling certificate peer verification 250106-08:12:53.578756 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:1069 connecting to remote TLS site 2001:242::250:56ff:fe94:64e:6200 250106-08:13:03.815796 [mod=PARODUS, lvl=ERROR] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:1124 Max retry calls=1001 to SSL_connect reached, shutting down connection id=3, errno=11
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Followed README and able to deploy docker-compose based XMIDT server. For TLS support, generated self-signed certificate and copied a local image for talaria component with certificates. Parodus to talaria connection is established but while reading a single datamodel parameter getting 503 error from tr1d1um. Also for IPv6 connection, parodus to talaria connection itself is failing. Do we have any README or configuration details available to support TLS connection?
Parodus logs for Ipv6 connection
250106-08:12:53.447664 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: Connecting in Ipv6 mode 250106-08:12:53.447800 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:352 IPv6 address of 2001:242::250:56ff:fe94:64e is 2001:242::250:56ff:fe94:64e250106-08:12:53.447942 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:382 Create socket with non blocking-mode 250106-08:12:53.458582 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:263 Result of wait after connect EINPROGRESS = 0250106-08:12:53.578616 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:881 Enabling certificate peer verification 250106-08:12:53.578756 [mod=PARODUS, lvl=INFO] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:1069 connecting to remote TLS site 2001:242::250:56ff:fe94:64e:6200 250106-08:13:03.815796 [mod=PARODUS, lvl=ERROR] [tid=366161] PARODUS: ../../git/src/nopoll_conn.c:1124 Max retry calls=1001 to SSL_connect reached, shutting down connection id=3, errno=11Beta Was this translation helpful? Give feedback.
All reactions