On 26.05.2016 18:33, R-D intern wrote:
Hello,
          I have implemented ssl for my internal server that listens over a
private ip. Can anyone suggest how can I test my ssl_server? For eg. Qualys
test shows the amount of ssl implementation of a server listening over
public ip  and even checks for vulnerabilities in ssl implementation. How
can such a thing be tested for a server listening over private ip?

you can't because, your site listens
for e.g.
https://host.domain.local/...
and domain.local is the CN of your SSL-certificate, but not a real public domain name;
so a port forwarding in a NAT router won't help you ...

you only can do - in case you have a public webserver - implement it there and test with
Qualys ...
and then take the same configuration parameters to your internal server

Walter

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to