Protik
Senior Member
@Protik @elorimer
I suspect the CA certificate has issue in your cases. Can you try following the instruction in the same tutorial:
1. clean up everything in /opt/var/cache/pixelserv
2. follow the tutorial to generate the CA certificate
3. restart pixelserv-tls (/opt/etc/init.d/S80pixelserv-tls restart)
4. import the new CA cert into a client
That fixed it. The slh started increasing.
Code:
slh 31 # of accepted HTTPS requests
slm 52 # of rejected HTTPS requests (missing certificate)
sle 0 # of rejected HTTPS requests (certificate available but bad)
slc 42 # of dropped HTTPS requests (client disconnect without sending any request)
slu 34 # of dropped HTTPS requests (unknown error)
Just to be sure, in the /opt/var/cache/pixelserv directory both ca.key and ca.crt are owned by admin. Is that OK or I have to change the ownership to nobody?