Take the following 'tweaked' Euler product ($i = \text{the imaginary unit})$:
$$Eul_i(s) := \prod_{p\in\mathbb{P}} = \dfrac{1}{1-\dfrac{1}{(ip)^s}}$$
It is not difficult to see that for $s=2k+1, k=0,1,2...$ the following must hold:
$$|Eul_i(s)| = \sqrt{\dfrac{\zeta(4s)}{\zeta(2s)}}$$
I am particularly interested whether the complex value for $s=1$, i.e.:
$$Eul_i(1) := \prod_{p\in\mathbb{P}} = \dfrac{1}{1-\dfrac{1}{(ip)}}$$
converges or not. Have managed to test it up to primes $\le n=4.260.000.000$ (~32 bit limit of Pari) and found it converging towards $-0.79991... + 0.13456... i$ (but not sure what happens for larger primes).
Grateful for any thoughts.
Thanks.