Page 1 of 1

httpps resource

Posted: Thu Mar 16, 2017 2:31 pm
by ehersh
I am trying to set up an HTTPS resource. For security reasons I will call it https://pickupfiles.com. I can access it through the internet. But when I try setting it up I get the errorr message :

sun.security.validatorexception PKIX path building failed:
sun.security.provider.SunCertPathBuilderEsception:
unable to find valid certification path to target.

In the resource for the host I used pickupfiles.com

https is the beginning of the URL I use on the web which type of resource do I need to use?

Re: httpps resource

Posted: Fri Mar 17, 2017 1:34 pm
by ehersh
I am now trying to create the resource under ssh connections and using the host name pickupfiles.com. I am now getting the error

3/17/17 1:29:49 PM Connecting to 'pickupfiles.com'
3/17/17 1:29:49 PM Auth fail
3/17/17 1:29:49 PM Disconnecting from server.

Re: httpps resource

Posted: Fri Mar 17, 2017 1:43 pm
by ehersh
after a little playing with it I get 3/17/17 1:42:55 PM Connecting to 'pickupfiles.com'
3/17/17 1:42:55 PM com.linoma.commons.crypto.CryptoException: Invalid Base64 encoded text

Re: httpps resource

Posted: Fri Mar 17, 2017 1:54 pm
by ehersh
My apologies I figured it out