Hello,
- I'm trying to connect to a mailserver using POP3 SSL port 995
- connecting to this mailserver using POP3 unencrypted port 110 works fine.
- connecting to this mailserver using POP3 SSL port 995 using Thunderbird also works fine.
- connecting to this mailserver using POP3 unencrypted port 110 works fine.
- I'm using B4J version 5.90 and jNet version 1.21
- I'm using SSL-certificate from Comodo
- this certificate is also used for the (jetty)server in the same application and making SSL-connections to this server works fine.
- the same certificates used for the configuration of the server are also installed in the default keystore of JRE (lib\security\cacerts)
However, when running the program, I still see the following error:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I suppose I'm doing something wrong but I've no clue what....
- I'm trying to connect to a mailserver using POP3 SSL port 995
- connecting to this mailserver using POP3 unencrypted port 110 works fine.
- connecting to this mailserver using POP3 SSL port 995 using Thunderbird also works fine.
- connecting to this mailserver using POP3 unencrypted port 110 works fine.
- I'm using B4J version 5.90 and jNet version 1.21
- I'm using SSL-certificate from Comodo
- this certificate is also used for the (jetty)server in the same application and making SSL-connections to this server works fine.
- the same certificates used for the configuration of the server are also installed in the default keystore of JRE (lib\security\cacerts)
However, when running the program, I still see the following error:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I suppose I'm doing something wrong but I've no clue what....
Last edited: